Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 940 Bytes

File metadata and controls

38 lines (30 loc) · 940 Bytes

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