All Projects → Rustam-Z → deep-learning-notes

Rustam-Z / deep-learning-notes

Licence: other
🧠👨‍💻Deep Learning Specialization • Lecture Notes • Lab Assignments

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deep-learning-notes

deep-learning-coursera-complete
Deep Learning Specialization by Andrew Ng on Coursera - My Completed Coursework Repo - All 5 Courses
Stars: ✭ 104 (+420%)
Mutual labels:  coursera, rnn, andrew-ng
Sequence-Models-coursera
Sequence Models by Andrew Ng on Coursera. Programming Assignments and Quiz Solutions.
Stars: ✭ 53 (+165%)
Mutual labels:  coursera, rnn, andrew-ng
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+615%)
Mutual labels:  coursera, andrew-ng
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+300%)
Mutual labels:  coursera, 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 (+840%)
Mutual labels:  coursera, andrew-ng
Coursera Machinelearning
Homework about Machine Learning of Coursera taught by andrew ng
Stars: ✭ 123 (+515%)
Mutual labels:  coursera, andrew-ng
Deep-Learning-Specialization-Coursera
Deep Learning Specialization Course by Coursera. Neural Networks, Deep Learning, Hyper Tuning, Regularization, Optimization, Data Processing, Convolutional NN, Sequence Models are including this Course.
Stars: ✭ 75 (+275%)
Mutual labels:  coursera, regularization
Course-Notes-Deep-Learning-by-Andrew-NG-on-Coursera
Hand Written course notes of Deep Learning Specialization by Andrew NG on Coursera
Stars: ✭ 23 (+15%)
Mutual labels:  coursera, andrew-ng
andrew-deeplearning-coursera
Deeplearning.ai - Andrew Ng - Coursera
Stars: ✭ 16 (-20%)
Mutual labels:  coursera, andrew-ng
Deeplearning Assignment
深度学习笔记
Stars: ✭ 619 (+2995%)
Mutual labels:  coursera, andrew-ng
Deeplearning.ai Summary
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.
Stars: ✭ 4,548 (+22640%)
Mutual labels:  coursera, andrew-ng
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+3025%)
Mutual labels:  coursera, andrew-ng
Deeplearning Notes
Notes for Deep Learning Specialization Courses led by Andrew Ng.
Stars: ✭ 126 (+530%)
Mutual labels:  coursera, andrew-ng
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+805%)
Mutual labels:  coursera, andrew-ng
coursera-machinelearning
Stanford University - Machine Learning by Andrew Ng
Stars: ✭ 82 (+310%)
Mutual labels:  coursera, andrew-ng
ml-andrewng-python
This is the Python implementation of the programming assignments in Andrew Ng's online machine-learning course.
Stars: ✭ 48 (+140%)
Mutual labels:  coursera, andrew-ng
Machine-Learning-Andrew-Ng
机器学习-Coursera-吴恩达- python+Matlab代码实现
Stars: ✭ 127 (+535%)
Mutual labels:  regularization, andrew-ng
deeplearning.ai notes
📓 Notes for Andrew Ng's courses on deep learning
Stars: ✭ 73 (+265%)
Mutual labels:  rnn, andrew-ng
Coursera Machine Learning
Notes and Assignments for Andrew Ng's Machine Learning - Python3 code
Stars: ✭ 77 (+285%)
Mutual labels:  coursera, andrew-ng
Andrew Ng Deep Learning Notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
Stars: ✭ 814 (+3970%)
Mutual labels:  coursera, andrew-ng

Deep Learning Area

Hello, if you are going to dive into machine learning and deep learning, I would suggest you first take a look at the Resources section that I have prepared for you. Good luck with your studies! Always remember why you started learning AI!

Rustam_Z🚀, 18 October 2020

deeplearning.ai Deep Learning Specialization

Neural Networks and Deep Learning

  • Architecture of Neural Network
  • Logistic Regression
  • Cost function, Forward propagation, Backpropagation, Gradient descent
  • Artificial Neural Network
  • Logistic Regression vs NN, Activation fanctions, L-layer NN

Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization

  • Train/dev/test sets
  • Regularization, dropout technique, normalizing inputs, gradient checking
  • Optimization algos (mini-batch GD, GD with momentum, RMS, Adam optimization)
  • Xavier/He initialization
  • Hyperparameters tuning (logarithmic scale), batch normalization
  • Multiclass classification, TensorFlow introduction

Structuring Machine Learning Projects

  • How to build a successful machine learning projects
  • How to prioritize the problem
  • ML strategy (satisficing & optimizing metrics)
  • Choose a correct train/dev/test split of your dataset
  • Human-level performance (avoidable bias)
  • Error Analysis
  • Mismatched training and dev/test set

Convolutional Neural Networks

  • Foundations of Convolutional Neural Networks
  • Deep convolutional models: case studies
  • Object detection
  • Special applications: Face recognition & Neural style transfer

Sequence Models

  • RNN, LSTM, BRNN, GRU
  • Natural Language Processing & Word Embeddings (Word2vec & GloVe)
  • Sequence models & Attention mechanism (Speech recognition)

Resources

The list of resources you need for this particular specialization:

Calculus & Linear Algebra

Deep Learning Courses

Highlighted resources:

Practice

Research

Books

Must read books:

Extra

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].