You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
-
# java-models
2
-
Models in Java
1
+
# TensorFlow v0.2 Model Training in Java
3
2
4
-
These are set of TensorFlow for Java Model training examples. Run them using maven by executing:
3
+
These examples contains set of independent java classes that show how to train various types of models for different problems such as Linear Regression, Computer Vision using MNIST etc. After downloading/clone the repo, you can run them using maven by executing:
0 commit comments