Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 608 Bytes

TensorFlow

Using Tensorflow for Deep Learning

Getting Started

All the codes are tested on linux machines.

Prerequisites

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 running Tensorboard

For visualizing your graph model run the following command

tensorboard --logdir=/the_directory_where_you_clone_the_repository

License

This project is licensed under the MIT License - see the LICENSE.md file for details