All Projects → JWarmenhoven → Coursera Machine Learning

JWarmenhoven / Coursera Machine Learning

Licence: mit
Coursera Machine Learning - Python code

Projects that are alternatives of or similar to Coursera Machine Learning

Data Science Wg
SF Brigade's Data Science Working Group.
Stars: ✭ 135 (-83.44%)
Mutual labels:  jupyter-notebook, predictive-modeling
Andrew Ng Deep Learning Notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
Stars: ✭ 814 (-0.12%)
Mutual labels:  jupyter-notebook, andrew-ng
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (-77.79%)
Mutual labels:  jupyter-notebook, andrew-ng
Pyncov 19
Pyncov-19: Learn and predict the spread of COVID-19
Stars: ✭ 20 (-97.55%)
Mutual labels:  jupyter-notebook, predictive-modeling
Cs229 ml
🍟 Stanford CS229: Machine Learning
Stars: ✭ 364 (-55.34%)
Mutual labels:  jupyter-notebook, andrew-ng
Endtoend Predictive Modeling Using Python
Stars: ✭ 56 (-93.13%)
Mutual labels:  jupyter-notebook, predictive-modeling
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 (-76.93%)
Mutual labels:  jupyter-notebook, andrew-ng
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+20.49%)
Mutual labels:  jupyter-notebook, predictive-modeling
Pytorch Cortexnet
PyTorch implementation of the CortexNet predictive model
Stars: ✭ 349 (-57.18%)
Mutual labels:  jupyter-notebook, predictive-modeling
Islr Python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
Stars: ✭ 3,344 (+310.31%)
Mutual labels:  jupyter-notebook, predictive-modeling
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-97.67%)
Mutual labels:  jupyter-notebook, andrew-ng
Deeplearning.ai
Some work of Andrew Ng's course on Coursera
Stars: ✭ 572 (-29.82%)
Mutual labels:  jupyter-notebook, andrew-ng
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-77.91%)
Mutual labels:  jupyter-notebook, andrew-ng
Smt
Surrogate Modeling Toolbox
Stars: ✭ 233 (-71.41%)
Mutual labels:  jupyter-notebook, predictive-modeling
Stanford Cs229
🤖 Exercise answers to the problem sets from the 2017 machine learning course cs229 by Andrew Ng at Stanford
Stars: ✭ 503 (-38.28%)
Mutual labels:  jupyter-notebook, andrew-ng
Deeplearning Assignment
深度学习笔记
Stars: ✭ 619 (-24.05%)
Mutual labels:  jupyter-notebook, andrew-ng
Intro2stats
Introduction to Statistics using Python
Stars: ✭ 785 (-3.68%)
Mutual labels:  jupyter-notebook
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (-2.33%)
Mutual labels:  jupyter-notebook
Ml Basics
Exercise notebooks for Machine Learning modules on Microsoft Learn
Stars: ✭ 780 (-4.29%)
Mutual labels:  jupyter-notebook
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (-4.17%)
Mutual labels:  jupyter-notebook

Coursera Machine Learning

This repository contains python implementations of certain exercises from the course by Andrew Ng.

For a number of assignments in the course you are instructed to create complete, stand-alone Octave/MATLAB implementations of certain algorithms (Linear and Logistic Regression for example). The rest of the assignments depend on additional code provided by the course authors. For most of the code in this repository I have instead used existing Python implementations like Scikit-learn.

Exercise 1 - Linear Regression
Exercise 2 - Logistic Regression
Exercise 3 - Multi-class Classification and Neural Networks
Exercise 4 - Neural Networks Learning
Exercise 5 - Regularized Linear Regression and Bias v.s. Variance
Exercise 6 - Support Vector Machines
Exercise 7 - K-means Clustering and Principal Component Analysis
Exercise 8 - Anomaly Detection and Recommender Systems

References:

https://www.coursera.org/learn/machine-learning/home/welcome

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