An open API service indexing awesome lists of open source software.

https://github.com/ramhiser/tensorflow-tutorials


https://github.com/ramhiser/tensorflow-tutorials

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TensorFlow Tutorials

The goal of this repository is to provided detailed deep-learning tutorials
based on [TensorFlow](https://www.tensorflow.org), Google's open-source
platform.

The first tutorials will be based on the
[official TensorFlow tutorials](https://www.tensorflow.org/versions/master/tutorials)
as Jupyter Notebooks.

## Installation

Install using [miniconda](http://conda.pydata.org/docs/index.html):

```
conda env create -f environment.yml
```