Follow Stanford CS 20 deep learning examples locally to learn TensorFlow 1.4 techniques.
Study NLP and chatbot construction code from the course to practice deep learning patterns.
Reference the 2017 course materials alongside updated examples to see how TensorFlow evolved.
Requires Python 3.6 and TensorFlow 1.4.1, both of which are old versions no longer maintained and difficult to install on modern systems.
This repository holds the code examples that accompanied Stanford's CS 20 course, titled TensorFlow for Deep Learning Research. TensorFlow is a software library for building and training machine learning models, and the course was designed to teach researchers and students how to use it for deep learning projects. The examples are written in Python 3.6 and target TensorFlow version 1.4.1. The topics covered across the course materials include general deep learning techniques, natural language processing, and chatbot construction, based on the listed subject tags. Setup instructions and a list of required dependencies are included in the repository's setup folder. The repository also retains materials from an earlier 2017 version of the course, stored in a separate folder. Full lecture notes and the course syllabus were hosted at cs20.stanford.edu. The README is sparse and does not describe individual examples or explain what each file does. This appears to be primarily a companion resource for enrolled students following the course, rather than a standalone tutorial series designed to be read on its own. The code is released under the MIT license.
← chiphuyen on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.