Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiphuyen/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
https://github.com/chiphuyen/stanford-tensorflow-tutorials
chatbot course-materials deep-learning machine-learning natural-language-processing nlp python stanford tensorflow tutorial
Last synced: about 1 month ago
JSON representation
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
- Host: GitHub
- URL: https://github.com/chiphuyen/stanford-tensorflow-tutorials
- Owner: chiphuyen
- License: mit
- Archived: true
- Created: 2016-11-05T18:21:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T09:21:55.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T15:01:01.980Z (7 months ago)
- Topics: chatbot, course-materials, deep-learning, machine-learning, natural-language-processing, nlp, python, stanford, tensorflow, tutorial
- Language: Python
- Homepage: http://cs20.stanford.edu
- Size: 13.4 MB
- Stars: 10,300
- Watchers: 626
- Forks: 4,329
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vietnamese - stanford-tensorflow-tutorials
- awesome - chiphuyen/stanford-tensorflow-tutorials - This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research. (Python)
README
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Join the https://gitter.im/stanford-tensorflow-tutorials](https://badges.gitter.im/tflearn/tflearn.svg)](https://gitter.im/stanford-tensorflow-tutorials)# stanford-tensorflow-tutorials
This repository contains code examples for the course CS 20: TensorFlow for Deep Learning Research.
It will be updated as the class progresses.
Detailed syllabus and lecture notes can be found [here](http://cs20.stanford.edu).
For this course, I use python3.6 and TensorFlow 1.4.1.For the code and notes of the previous year's course, please see the folder 2017 and the website https://web.stanford.edu/class/cs20si/2017
For setup instruction and the list of dependencies, please see the setup folder of this repository.