All Projects → ppant → Deeplearning.ai Notes

ppant / Deeplearning.ai Notes

These are my notes which I prepared during deep learning specialization taught by AI guru Andrew NG. I have used diagrams and code snippets from the code whenever needed but following The Honor Code.

Projects that are alternatives of or similar to Deeplearning.ai Notes

Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (+786.26%)
Mutual labels:  jupyter-notebook, neural-networks, deep-learning-tutorial
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-15.27%)
Mutual labels:  jupyter-notebook, neural-networks, deep-learning-tutorial
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 (-28.24%)
Mutual labels:  jupyter-notebook, neural-networks, hyperparameter-tuning
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-22.14%)
Mutual labels:  jupyter-notebook, programming, neural-networks
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+2083.21%)
Mutual labels:  jupyter-notebook, neural-networks, deep-learning-tutorial
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+96.95%)
Mutual labels:  jupyter-notebook, hyperparameter-tuning, optimization
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-25.57%)
Mutual labels:  jupyter-notebook, neural-networks
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (-24.43%)
Mutual labels:  jupyter-notebook, neural-networks
Unsupervisedscalablerepresentationlearningtimeseries
Unsupervised Scalable Representation Learning for Multivariate Time Series: Experiments
Stars: ✭ 205 (-21.76%)
Mutual labels:  jupyter-notebook, neural-networks
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-32.06%)
Mutual labels:  jupyter-notebook, neural-networks
Tcdf
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
Stars: ✭ 217 (-17.18%)
Mutual labels:  jupyter-notebook, neural-networks
Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (-17.18%)
Mutual labels:  jupyter-notebook, neural-networks
Deep Learning Notes
My personal notes, presentations, and notebooks on everything Deep Learning.
Stars: ✭ 191 (-27.1%)
Mutual labels:  jupyter-notebook, neural-networks
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (-31.3%)
Mutual labels:  jupyter-notebook, optimization
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-13.36%)
Mutual labels:  jupyter-notebook, neural-networks
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-12.21%)
Mutual labels:  jupyter-notebook, neural-networks
Pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
Stars: ✭ 17,219 (+6472.14%)
Mutual labels:  jupyter-notebook, programming
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-33.97%)
Mutual labels:  jupyter-notebook, neural-networks
Attentionn
All about attention in neural networks. Soft attention, attention maps, local and global attention and multi-head attention.
Stars: ✭ 175 (-33.21%)
Mutual labels:  jupyter-notebook, neural-networks
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-12.98%)
Mutual labels:  jupyter-notebook, optimization

Deep Learning Specialization Course Notes

Deep Learning Specialization (overview 5 Courses)

Note: These are my personal notes which I have prepared during Deep Learning Specialization taught by AI guru Andrew NG. I have used diagrams and code snippets from the course videos whenever needed fully following The Honor Code. Please note that on most of the places I am not following the exact mathematical symbol and notation, instead just using plain English notation, this is just to save some time while preparing the notes, also please note that this is a personal diary made during course and its a bit bit lengthy in some places. These notes in any form doesn't replace the content and learning process one follows during the course including quiz, programming assignments, project etc. It is a great course and I encourage you to take it.

What you will learn at the end of the specialization:

Neural Networks and Deep Learning: This is the first course in the series, this gives foundations of neural networks and deep learning. How to build and train? At the end of this course, we'll in position to recognize cat using a cat recognizer.

Improving Deep Neural Networks - Hyperparameter Tuning, Regularization and Optimization: Hyperparameter Tuning, Regularization and Optimization: In this course, we'll learn about practical aspects of the NN. As we have already made NN/deep network so now the focus is on how to make it perform well? We'll fine tune various things like hyperparamater tuning, regularization algorithms and optimization algorithms like RMSProp, Adam etc. So this course helps greatly in making model perform well.

Structuring your Machine Learning Project: In this course, we'll learn how to structure machine leaning projects. It is observed that strategy for machine learning projects has been changed a lot in deep learning era. For example the way you divide data in train/test/dev set has been changed in era of deep learning also whether train and test data comes from the same distributions etc.? we'll also learn about end-to-end deep learning. The material in this course is relatively unique.

Convolutional Neural Networks(CNN): This is one of the most important topic in deep leanring. CNN is often applied in images mainly in computer vision problems. In this course, we'll learn about how to make these models using CNN's.

Natural Language Processing-Building Sequence Models: In this course, we'll learn about algorithms like Recurrent Neural Network (RNN's), LSTM (Long Short-Term Memory) and learn how to apply them with the sequence of data like natural language processing, speech recognition, music generation etc.

Happy learning!

Free to share and contribute.


Deep learning Specialization completion certificate: https://www.coursera.org/account/accomplishments/specialization/WVPVCUMH94YS

Deep Learning Specialization: https://www.deeplearning.ai/

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