Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 407 Bytes

File metadata and controls

21 lines (14 loc) · 407 Bytes

tictacNET

Solving Tic-Tac-Toe with Neural Networks.

Install TensorFlow and other packages

> pip install tensorflow sklearn pandas

Fork and Clone

Click on Star and then Fork to get your own copy to work with.

> git clone <your repo url here>

Plan for the Day

  • Tic-Tac-Toe using TensorFlow and Keras.
  • Solving differential equations with TensorFlow.