All Projects → JudasDie → Deeplearning.ai

JudasDie / Deeplearning.ai

Some work of Andrew Ng's course on Coursera

Projects that are alternatives of or similar to Deeplearning.ai

Cs229 ml
🍟 Stanford CS229: Machine Learning
Stars: ✭ 364 (-36.36%)
Mutual labels:  jupyter-notebook, andrew-ng
Andrew Ng Deep Learning Notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
Stars: ✭ 814 (+42.31%)
Mutual labels:  jupyter-notebook, andrew-ng
Deeplearning Assignment
深度学习笔记
Stars: ✭ 619 (+8.22%)
Mutual labels:  jupyter-notebook, andrew-ng
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-96.68%)
Mutual labels:  jupyter-notebook, andrew-ng
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-68.53%)
Mutual labels:  jupyter-notebook, andrew-ng
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (-68.36%)
Mutual labels:  jupyter-notebook, andrew-ng
Coursera Machine Learning
Coursera Machine Learning - Python code
Stars: ✭ 815 (+42.48%)
Mutual labels:  jupyter-notebook, andrew-ng
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (-67.13%)
Mutual labels:  jupyter-notebook, andrew-ng
Stanford Cs229
🤖 Exercise answers to the problem sets from the 2017 machine learning course cs229 by Andrew Ng at Stanford
Stars: ✭ 503 (-12.06%)
Mutual labels:  jupyter-notebook, andrew-ng
Wenzheng
ai challenger 2018细粒度情感分类第一名解决方案, A training framework itegrating tensorflow and pytorch
Stars: ✭ 561 (-1.92%)
Mutual labels:  jupyter-notebook
Datasets For Recommender Systems
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS)
Stars: ✭ 564 (-1.4%)
Mutual labels:  jupyter-notebook
Datasciencecourse
This holds iPython notebooks and lecture slides for the Intro to Data Science Master's course I teach at NYU.
Stars: ✭ 557 (-2.62%)
Mutual labels:  jupyter-notebook
Practical seq2seq
A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
Stars: ✭ 563 (-1.57%)
Mutual labels:  jupyter-notebook
Python For Data Analysis
An introduction to data science using Python and Pandas with Jupyter notebooks
Stars: ✭ 564 (-1.4%)
Mutual labels:  jupyter-notebook
Prml
Repository of notes, code and notebooks for the book Pattern Recognition and Machine Learning by Christopher Bishop
Stars: ✭ 560 (-2.1%)
Mutual labels:  jupyter-notebook
Dogs vs cats
猫狗大战
Stars: ✭ 570 (-0.35%)
Mutual labels:  jupyter-notebook
Mellotron
Mellotron: a multispeaker voice synthesis model based on Tacotron 2 GST that can make a voice emote and sing without emotive or singing training data
Stars: ✭ 560 (-2.1%)
Mutual labels:  jupyter-notebook
Influence Release
Stars: ✭ 559 (-2.27%)
Mutual labels:  jupyter-notebook
Cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
Stars: ✭ 5,356 (+836.36%)
Mutual labels:  jupyter-notebook
Practical python programming
北邮《Python编程与实践》课程资料
Stars: ✭ 569 (-0.52%)
Mutual labels:  jupyter-notebook

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].