Skip to content
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Jupyter Notebook Python
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ch02_basics Writer needs to be closed Apr 29, 2018
ch03_regression fixed bug in data reader May 2, 2017
ch04_classification Merge pull request #38 from ghost/patch-1 Jul 7, 2019
ch05_clustering updated SOM to TensorFlow v1 May 2, 2017
ch06_hmm fixed typo in hmm input Oct 7, 2017
ch07_autoencoder updated chapter 6 and 7 code to TensorFlow v1.0 Mar 2, 2017
ch08_rl Changed the get_prices function to use pandas DataReader because Jun 13, 2018
ch09_cnn updated chapter 9 code to TensorFlow v1.0 Mar 4, 2017
ch10_rnn
ch11_seq2seq renamed ch 11 Aug 30, 2017
ch12_rank improved documentation for ch12 Nov 24, 2017
.gitignore updating many at once Aug 3, 2016
LICENCE Created LICENCE Dec 16, 2016
README.md Update README.md Dec 14, 2019

README.md

Machine Learning with TensorFlow

This is the official code repository for Machine Learning with TensorFlow.

Get started with machine learning using TensorFlow, Google's latest and greatest machine learning library.

Summary

Chapter 2 - TensorFlow Basics

  • Concept 1: Defining tensors
  • Concept 2: Evaluating ops
  • Concept 3: Interactive session
  • Concept 4: Session loggings
  • Concept 5: Variables
  • Concept 6: Saving variables
  • Concept 7: Loading variables
  • Concept 8: TensorBoard

Chapter 3 - Regression

  • Concept 1: Linear regression
  • Concept 2: Polynomial regression
  • Concept 3: Regularization

Chapter 4 - Classification

  • Concept 1: Linear regression for classification
  • Concept 2: Logistic regression
  • Concept 3: 2D Logistic regression
  • Concept 4: Softmax classification

Chapter 5 - Clustering

  • Concept 1: Clustering
  • Concept 2: Segmentation
  • Concept 3: Self-organizing map

Chapter 6 - Hidden markov models

  • Concept 1: Forward algorithm
  • Concept 2: Viterbi decode

Chapter 7 - Autoencoders

  • Concept 1: Autoencoder
  • Concept 2: Applying an autoencoder to images
  • Concept 3: Denoising autoencoder

Chapter 8 - Reinforcement learning

  • Concept 1: Reinforcement learning

Chapter 9 - Convolutional Neural Networks

  • Concept 1: Using CIFAR-10 dataset
  • Concept 2: Convolutions
  • Concept 3: Convolutional neural network

Chapter 10 - Recurrent Neural Network

  • Concept 1: Loading timeseries data
  • Concept 2: Recurrent neural networks
  • Concept 3: Applying RNN to real-world data for timeseries prediction

Chapter 11 - Seq2Seq Model

  • Concept 1: Multi-cell RNN
  • Concept 2: Embedding lookup
  • Concept 3: Seq2seq model

Chapter 12 - Ranking

  • Concept 1: RankNet
  • Concept 2: Image embedding
  • Concept 3: Image ranking
You can’t perform that action at this time.