All Projects → ccombier → Stanford Cs229

ccombier / Stanford Cs229

Python solutions to the problem sets of Stanford's graduate course on Machine Learning, taught by Prof. Andrew Ng

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stanford Cs229

Hackermath
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
Stars: ✭ 1,380 (+813.91%)
Mutual labels:  jupyter-notebook, statistics
Stldecompose
A Python implementation of Seasonal and Trend decomposition using Loess (STL) for time series data.
Stars: ✭ 130 (-13.91%)
Mutual labels:  jupyter-notebook, statistics
Isl Python
Porting the R code in ISL to python. Labs and exercises
Stars: ✭ 108 (-28.48%)
Mutual labels:  jupyter-notebook, statistics
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+697.35%)
Mutual labels:  jupyter-notebook, statistics
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1354.97%)
Mutual labels:  jupyter-notebook, statistics
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-46.36%)
Mutual labels:  jupyter-notebook, statistics
Teaching Monolith
Data science teaching materials
Stars: ✭ 126 (-16.56%)
Mutual labels:  jupyter-notebook, statistics
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+550.33%)
Mutual labels:  jupyter-notebook, statistics
Book
This book serves as an introduction to a whole new way of thinking systematically about geographic data, using geographical analysis and computation to unlock new insights hidden within data.
Stars: ✭ 141 (-6.62%)
Mutual labels:  jupyter-notebook, statistics
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-7.28%)
Mutual labels:  jupyter-notebook, statistics
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (-54.3%)
Mutual labels:  jupyter-notebook, statistics
Data Science Question Answer
A repo for data science related questions and answers
Stars: ✭ 2,000 (+1224.5%)
Mutual labels:  jupyter-notebook, statistics
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-64.9%)
Mutual labels:  jupyter-notebook, statistics
Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-38.41%)
Mutual labels:  jupyter-notebook, statistics
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+603.31%)
Mutual labels:  jupyter-notebook, statistics
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-21.19%)
Mutual labels:  jupyter-notebook, statistics
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+5415.89%)
Mutual labels:  jupyter-notebook, statistics
Helioml
A book about machine learning, statistics, and data mining for heliophysics
Stars: ✭ 36 (-76.16%)
Mutual labels:  jupyter-notebook, statistics
Glmm In Python
Generalized linear mixed-effect model in Python
Stars: ✭ 131 (-13.25%)
Mutual labels:  jupyter-notebook, statistics
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (-5.3%)
Mutual labels:  jupyter-notebook, statistics

CS229: Machine Learning Solutions

This repository compiles the problem sets and my solutions to Stanford's Machine Learning graduate class (CS229), taught by Prof. Andrew Ng.

The problems sets are the ones given for the class of Fall 2017.

For each problem set, solutions are provided as an iPython Notebook.

Problem Set 1: Supervised Learning

The first problem set deals with simple supervised learning models:

The solutions to each exercise can be found in the following notebooks:

Problem Set 2: Supervised Learning II

The second problem set continues exploring supervised learning, this time tackling more sophisticated models:

The solutions to each exercise can be found in the following notebooks:

Problem Set 3: Deep Learning & Unsupervised Learning

The third problem set explores unsupervised learning:

The solutions to each exercise can be found in the following notebooks:

Problem Set 4: Expectation Maximization, Deep Learning & Reinforcement Learning

The fourth and final problem set explores deep learning, reinforcement learning, and unsupervised learning:

The solutions to each exercise can be found in the following notebooks:

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