Skip to content

AaronE314/TensorFlow_Neural_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TensorFlow_Neural_Network

Intro

This is a practice repo for learning how to use Tensorflow to make neural networks.

Files

BasicNeuralNet.py

This is a tutorial found here. The point of this is to learn the basic commands used in Tensorflow and how to display them in Tensorboard.

  • To use Tensorboard to see the runs, run the following command in the project folder
$ tensorboard --logdir="./graphs"

Releases

No releases published

Packages

No packages published

Languages