Deeplearning.ai

Some work of Andrew Ng's course on Coursera
Alternatives To Deeplearning.ai
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Deep Learning21,571
12 days ago31
A curated list of awesome Deep Learning tutorials, projects and communities.
Lectures15,503
3 months ago12
Oxford Deep NLP 2017 course
Numerical Linear Algebra9,325
6 months ago11Jupyter Notebook
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
Awesome Artificial Intelligence8,087
a month ago45
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
T81_558_deep_learning5,551
3 days agootherJupyter Notebook
T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
Practical_rl5,450
3 days ago40unlicenseJupyter Notebook
A course in reinforcement learning in the wild
Deep Learning Coursera5,253
4 years ago24mitJupyter Notebook
Deep Learning Specialization by Andrew Ng on Coursera.
Deeplearning.ai Summary4,881
5 months ago13mitPython
This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too.
Tensorflow Deep Learning4,314
6 days ago43mitJupyter Notebook
All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
Start Machine Learning3,589
3 months ago4mit
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2023 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Alternatives To Deeplearning.ai
Select To Compare


Alternative Project Comparisons
Readme

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 [email protected]. And if you can push your right answer, that will be grateful.
And to be clear, Ng's course is my first access to AI. I would love to share more learning experience on DL/ML, so I will put some good repos/articles on this page. Please read this whole REDEME, hope there is some thing helps you.
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
  • Understanding Variational Autoencoders (VAEs) from two perspectives: deep learning and graphical models

Some good repo

  • GANs with keras here
  • GANs with pytorch here

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 2018/2/23
  • Specialization 5 Done! 2018/3/8
  • Add GANs repo 2018/5/13

Thanks for Andrew Ng!

Popular Course Projects
Popular Deep Learning Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Deep
Network
Tensorflow
Course
Neural Network
Neural
Face
Gans