We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffbaa9 commit a3d5e47Copy full SHA for a3d5e47
README.md
@@ -7,15 +7,7 @@
7
> pip install tensorflow sklearn pandas
8
```
9
10
-## Fork and Clone
+## How to use this
11
12
-Click on `Star` and then `Fork` to get your own copy to work with.
13
-
14
-```bash
15
-> git clone <your repo url here>
16
-```
17
18
-## Plan for the Day
19
20
-- [ ] Tic-Tac-Toe using TensorFlow and Keras.
21
-- [ ] Solving differential equations with TensorFlow.
+Run `tictacnet.py` to train your model. Then play it using by running `play.py`.
+Feel free to tune what ever you want in the model and see how good (or bad!) you can make it.
0 commit comments