Skip to content

An aggregation of my experiments in Neural Networks and Deep Learning using TensorFlow.

License

Notifications You must be signed in to change notification settings

dhruvdcoder/TensorFlowExperiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlowExperiments

An aggregation of my experiments in Neural Networks and Deep Learning using TensorFlow.

Setup

  1. Install python3 on your system following the official instructions given here

  2. Install virtualenv using pip3.

$ pip3 install virtualenv
  1. Create a folder where you wish to keep the project a. On Linux
$ mkdir TensorFlowExperimentsFolder
$ cd TensorFlowExperimentsFolder
  1. Clone the repository using git
$ git clone https://github.com/dhruvdcoder/TensorFlowExperiments.git
  1. Create a virtual environment
$ cd TensorFlowExperiements
$ source bin/activate
  1. Install all requirements
$ pip3 install -r requirements.txt

And you are all set.

Contribution

Please create a pull request or contact me if you would like to contribute to this repository

About

An aggregation of my experiments in Neural Networks and Deep Learning using TensorFlow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published