TensorFlow Java 0.2.0
This is a first alpha release of the new TensorFlow Java ecosystem.
Note that TensorFlow Java is not covered by the TensorFlow API stability guarantees
Major Features
- Build, train and run inference over a neural network graph using an enhanced Java API based on TensorFlow 2.3.1
- Execute eagerly TensorFlow operations for easy debugging
- Save and load graphs to/from disk using the saved model format
- Access directly tensor memory in a n-dimensional space using the new
NdArray
Java library - Leverage native libraries support and installation using JavaCPP
- Train graphs using a new high-level Java framework for machine-learning
Thanks to our contributors
Karl Lessard (@karllessard)
Samuel Audet (@saudet)
Adam Pocock (@Craigacp)
Jim Clarke (@JimClarke5)
Dhruv Rajan (@dhruvrajan)
Shajan Dasan (@Shajan)
Alexey Zinoviev (@zaleslaw)
Christian Tzolov (@tzolov)
Han Dong (@handong0123)
Mark Daoust (@MarkDaoust)
James Ring (@sjamesr)
Lai Wei (@roywei)
Matteo Di Giovinazzo (@matteodg)
Haitang (@hthu)
Gunhan Gulsoy (@gunan)
Fred Reiss (@frreiss)
Dean Thompson (@deansher)
Christoph Henkelmann (@chenkelmann)
Eron Wright (@EronWright)