Skip to content

Commit a3d5e47

Browse files
authored
Update README.md
1 parent cffbaa9 commit a3d5e47

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@
77
> pip install tensorflow sklearn pandas
88
```
99

10-
## Fork and Clone
10+
## How to use this
1111

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.
12+
Run `tictacnet.py` to train your model. Then play it using by running `play.py`.
13+
Feel free to tune what ever you want in the model and see how good (or bad!) you can make it.

0 commit comments

Comments
 (0)