Skip to content

9hy/deeplearning.ai

 
 

Repository files navigation

deepleraning.ai-course

This is some records of Andrews' deeplearning.ai course from Coursera. I have uploaded my programming implement to this warehouse. There might be something wrong with my work, be free to email zpzhang1995@gmail.com. And if you can push your right answer, that will be grateful.
Read AI article on my blog


Course Contents

Neural Networks and Deep Learning
Week1 Introduction to deep learning
Week2 Neural Networks Basics
Week3 Shallow Neural networks
Week4 Deep Neural Networks

Improving Deep Neural Networks
Week1 Practical aspects of Deep Learning(Initialization-Regularization-Gradient Checking)
Week2 Optimization algorithms
Week3 Hyperparameter tuning, Batch Normalization and Programming Frameworks

Convolutional Neural Network
Week1 Foundations of Convolutional Neural Networks
Week2 Deep convolutional models: case studies
Week3 Object detection
Week4 Special applications: Face recognition & Neural style transfer

Sequence Models
Week1 Recurrent Neural Networks
Week2 Natural Language Processing & Word Embeddings
Week3 Sequence models & Attention mechanism


Blog Articles


About install tensorflow-gpu on windows

  • Cause I found many people get many issues while installing tensorflow-gpu on windows, and there are many talks before tensorflow-1.4.0 shows like this on Stackoverflow.
  • You will not face problem above again thanks to tensorflow-1.4.0!
  • python3.6.x + cudnn6.0 + CUDA8.0 + tensorflow-1.4.0 work perfect!
  • Remember move files in cundnn to CUDA8.0 accordingly (you also do this in the past)!

Learn Tensorflow and Deep Neural Network

  • I recommend you a video course for learning tensorflow from Google here
  • A good introduction about Deep Neural Network, download here
  • Best results on standard dataset like MNIST, CIFAR-10/100, ILSVRC2012... here
  • Keras Documentation Chinese Version here
  • Deep Learning by Goodfellow here

Some Good Machine Learning Tutorial

  • Expectation Maximization(EM) course by Xu Yida on Youtube

Update Records

  • Specialization 4 Done! 2017/11/13
  • Move Course Records to Records.md 2017/11/14
  • Add Expectation Maximization(EM) course links 2017/12/13
  • Add a Chinese Version keras tutorial 2012/2/23
  • Specialization 5 Done! 2017/3/8

Thanks for Andrew Ng!

About

Some work of Andrew Ng's course on Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%