greyhatguy007/Machine-Learning-Specialization-Coursera
Contains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG
Organizes three specialization courses into structured Jupyter notebooks covering linear/logistic regression, neural networks, and unsupervised learning with hands-on labs implementing algorithms using NumPy, scikit-learn, and TensorFlow. Each week includes practice quizzes, optional labs demonstrating core concepts (gradient descent, vectorization, feature scaling), and graded programming assignments with complete solutions. The implementation emphasizes vectorized NumPy operations and comparison between manual gradient descent implementations and scikit-learn's optimized solvers.
7,109 stars.
Stars
7,109
Forks
3,602
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/greyhatguy007/Machine-Learning-Specialization-Coursera"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
amanchadha/coursera-natural-language-processing-specialization
Programming assignments from all courses in the Coursera Natural Language Processing...
trekhleb/machine-learning-octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and...
AlbertHG/Coursera-Deep-Learning-deeplearning.ai
(完结)网易云课堂微专业《深度学习工程师》听课笔记,编程作业和课后练习
PRML/PRMLT
Matlab code of machine learning algorithms in book PRML
mbadry1/DeepLearning.ai-Summary
This repository contains my personal notes and summaries on DeepLearning.ai specialization...