Using Tensorflow for Deep Learning
All the codes are tested on linux machines.
What things you need to the codes.
Python 2.7 or 3.5
pip for installing modules
run the command in the terminal to install all the modules
pip install -r requirements.txt
and you are done !
For visualizing your graph model run the following command
tensorboard --logdir=/the_directory_where_you_clone_the_repository
This project is licensed under the MIT License - see the LICENSE.md file for details