88656 Forks
175953 Stars
175953 Watchers

tensorflow

An Open Source Machine Learning Framework for Everyone

How to download and setup tensorflow

Open terminal and run command
git clone https://github.com/tensorflow/tensorflow.git
git clone is used to create a copy or clone of tensorflow repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with tensorflow https://github.com/tensorflow/tensorflow/archive/master.zip

Or simply clone tensorflow with SSH
[email protected]:tensorflow/tensorflow.git

If you have some problems with tensorflow

You may open issue on tensorflow support forum (system) here: https://github.com/tensorflow/tensorflow/issues