Skip to content

Commit c2bcba6

Browse files
authored
Updated README
1 parent b4c6a91 commit c2bcba6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# java-models
2-
Models in Java
1+
# TensorFlow v0.2 Model Training in Java
32

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:
54

65
```
76
mvn clean package

0 commit comments

Comments
 (0)