https://github.com/ramhiser/tensorflow-tutorials
https://github.com/ramhiser/tensorflow-tutorials
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramhiser/tensorflow-tutorials
- Owner: ramhiser
- Created: 2016-01-09T04:42:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T04:42:45.000Z (over 10 years ago)
- Last Synced: 2025-06-01T07:19:58.420Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```