The code I've written here will help give everyone a better understanding of Tensorflow and its various features.
-
Make sure you have Git Version Control installed on your computer.
-
Make sure you have Python3 on your computer
-
In your powershell or terminal, type
git clone https://github.com/cobalt293/Tensorflow-Intro.git
-
Move into that working directory by typing
cd Tensorflow-Intro
-
Run the project by typing
python tensorflow_intro.py
The code will save pictures of the model's output over various epochs in the GradientDescentVisual folder. In addition the computational graph will be saved in the model folder. We can use Tensorboard for this.