BigDL

BigDL[2] is a distributed deep learning framework for Apache Spark, created by Jason Dai at Intel.

BigDL
Developer(s)Intel
Repositoryhttps://github.com/intel-analytics/BigDL
TypeLibrary for deep learning
LicenseApache 2.0[1]
WebsiteBigDL: Distributed Deep Learning Library for Apache Spark

History

It is hosted at GitHub.[3]

Features

Applications

gollark: It needs to be pastebin.com/**raw**/whatever.
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```

See also

  • Comparison of deep learning software

References

  1. "BigDL LICENSE". GitHub. 31 March 2020.
  2. "BigDL Project". bigdl-project.github.io. Retrieved 2017-12-19.
  3. "BigDL: Distributed Deep Learning Library for Apache Spark". GitHub. 31 March 2020.
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.