All Projects → daniellaah → deeplearning.ai-step-by-step-guide

daniellaah / deeplearning.ai-step-by-step-guide

Licence: other
My learning notes on Coursera deep learning Specialization.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deeplearning.ai-step-by-step-guide

data-science-learning
📊 All of courses, assignments, exercises, mini-projects and books that I've done so far in the process of learning by myself Machine Learning and Data Science.
Stars: ✭ 32 (+100%)
Mutual labels:  coursera
Robotics--Coursera
Courses by University of Pennsylvania via Coursera
Stars: ✭ 48 (+200%)
Mutual labels:  coursera
Coursera Data Structures and Algorithms Specialization
My solution to Data Structures and Algorithms Specialization (Algorithmic Toolbox; Data Structures; Algorithms on Graphs; Algorithms on Strings; Advanced Algorithms and Complexity; Genome Assembly Programming Challenge)
Stars: ✭ 32 (+100%)
Mutual labels:  coursera
start-machine-learning
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 3,066 (+19062.5%)
Mutual labels:  coursera
Coursera-Certifications
A repository to showcase my completed courses on the Coursera platform.
Stars: ✭ 20 (+25%)
Mutual labels:  coursera
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+793.75%)
Mutual labels:  coursera
scala-parallel-programming
coursera
Stars: ✭ 17 (+6.25%)
Mutual labels:  coursera
stanford-algorithms-specialization
Problem Set and Programming Assignment Solutions to Stanford University's Algorithms Specialization on Coursera & edX
Stars: ✭ 43 (+168.75%)
Mutual labels:  coursera
Coursera---Using-Python-to-Access-Web-Data
Here is All Weeks Assignment for Using Python to Access Web Data Course on Coursera
Stars: ✭ 36 (+125%)
Mutual labels:  coursera
IBM-final-project-Machine-Learning
Final project of IBM's course https://www.coursera.org/learn/machine-learning-with-python on coursera
Stars: ✭ 33 (+106.25%)
Mutual labels:  coursera
CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (+25%)
Mutual labels:  coursera
machine learning from scratch matlab python
Vectorized Machine Learning in Python 🐍 From Scratch
Stars: ✭ 28 (+75%)
Mutual labels:  coursera
stanford-introduction-to-mathematical-thinking
Keith Devlin's Introduction to Mathematical Thinking course on Coursera (2017 Spring)
Stars: ✭ 70 (+337.5%)
Mutual labels:  coursera
coursera-machinelearning
Stanford University - Machine Learning by Andrew Ng
Stars: ✭ 82 (+412.5%)
Mutual labels:  coursera
IBM-Data-Science-Professional-Certificate
www.coursera.org/professional-certificates/ibm-data-science
Stars: ✭ 44 (+175%)
Mutual labels:  coursera
Coursera-Crash-Course-on-Python
Part of Google IT Automation with Python Professional Certificate. Solutions of Practice Quiz and Module Graded Assessments
Stars: ✭ 118 (+637.5%)
Mutual labels:  coursera
Applied-Text-Mining-in-Python
Applied Data Science with Python Specialization: Course 4 (University of Michigan)
Stars: ✭ 26 (+62.5%)
Mutual labels:  coursera
mathematics-for-machine-learning-coursera
quizzes/assignments for mathematics for machine learning specialization on coursera
Stars: ✭ 264 (+1550%)
Mutual labels:  coursera
NLP-Specialization
NLP Specialization (Natural Language Processing) made by deeplearning.ai
Stars: ✭ 44 (+175%)
Mutual labels:  coursera
Coursera-Clone
Coursera clone
Stars: ✭ 48 (+200%)
Mutual labels:  coursera

deeplearning.ai step-by-step guide

This project provides a step-by-step guide for you easy to follow the Coursera Deep Learning Specialization course. Learning notes and python code will be included in this repo as well as other helpful references. For more details about the series courses:

Table of Contents

Prerequisite

Some basic machine learning background is good for understanding the materials. Since this is a deep learning course, machine learning knowlodge will not be covered much. For you who do not have any machine learning background, I think Andrew Ng's Machine Learning course is a great starting point. Hope you can find some helpful learning notes here: Coursera机器学习笔记(〇)-目录

Programming Environment

Python is used for this course. Coursera provides a cloud jupyter notebook environment called coursera hub, you can finish your programming assignments directly on the coursera website. The following package/framework should be installed if you would like to run code on your own environment:

Anaconda is a good choice for settling your own environment.

Usage

All the materials of each course including notes/code can be found in the corresponding subfolder. Please note that the code is not solutions to the assignment but you can get hints from it.

Getting Started

Course1: Neural Networks and Deep Learning

Course2: Improving Deep Neural Networks

Course3: Structuring Machine Learning Projects

Course4: Convolutional Neural Networks

N/A

Course5: Sequence Models

N/A

License

License: CC BY-NC-SA 4.0

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