All Projects → ShiMengjie → Machine-Learning-Andrew-Ng

ShiMengjie / Machine-Learning-Andrew-Ng

Licence: other
机器学习-Coursera-吴恩达- python+Matlab代码实现

Programming Languages

matlab
3953 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine-Learning-Andrew-Ng

Python-AndrewNgML
Python implementation of Andrew Ng's ML course projects
Stars: ✭ 24 (-81.1%)
Mutual labels:  linear-regression, logistic-regression, andrew-ng
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+42.52%)
Mutual labels:  linear-regression, logistic-regression, andrew-ng
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 (+36.22%)
Mutual labels:  linear-regression, logistic-regression
deep-learning-notes
🧠👨‍💻Deep Learning Specialization • Lecture Notes • Lab Assignments
Stars: ✭ 20 (-84.25%)
Mutual labels:  regularization, andrew-ng
cobra
A Python package to build predictive linear and logistic regression models focused on performance and interpretation
Stars: ✭ 23 (-81.89%)
Mutual labels:  linear-regression, logistic-regression
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+25.98%)
Mutual labels:  linear-regression, logistic-regression
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (+26.77%)
Mutual labels:  linear-regression, logistic-regression
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (-62.99%)
Mutual labels:  linear-regression, logistic-regression
Isl Python
Solutions to labs and excercises from An Introduction to Statistical Learning, as Jupyter Notebooks.
Stars: ✭ 108 (-14.96%)
Mutual labels:  linear-regression, logistic-regression
srqm
An introductory statistics course for social scientists, using Stata
Stars: ✭ 43 (-66.14%)
Mutual labels:  linear-regression, logistic-regression
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-76.38%)
Mutual labels:  linear-regression, logistic-regression
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (-66.14%)
Mutual labels:  linear-regression, logistic-regression
The Python Workshop
A New, Interactive Approach to Learning Python
Stars: ✭ 150 (+18.11%)
Mutual labels:  linear-regression, logistic-regression
Mylearn
machine learning algorithm
Stars: ✭ 125 (-1.57%)
Mutual labels:  linear-regression, logistic-regression
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1093.7%)
Mutual labels:  linear-regression, logistic-regression
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+29.92%)
Mutual labels:  linear-regression, logistic-regression
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-55.91%)
Mutual labels:  linear-regression, logistic-regression
Deeplearning
Deep Learning From Scratch
Stars: ✭ 66 (-48.03%)
Mutual labels:  linear-regression, logistic-regression
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-78.74%)
Mutual labels:  logistic-regression, regularization
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-60.63%)
Mutual labels:  linear-regression, logistic-regression

Coursera Machine Learning Assignments in Matlab

Author Matlab License contribution

title-image

Introduction


这是Coursera网站上,课程Machine Learning中算法在Matlab语言的实现,同样也可以参考斯坦福大学的计算机课程CS229

Attention:


  • 你可以在百度云上下载全套课程视频和相关文档;

Definition


  • "A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E." -------------- Definition of Machine Learning by Tom Mitchell

Enviroment


  • Windows10
  • Matlab 2017b

Target


  • 掌握机器学习的算法原理与推理过程;
  • 掌握机器学习算法在Matlab语言的实现过程和细节;

Contents

  • README.md:说明文档

Exercise 1

  • Linear Regression
  • Linear Regression with multiple variables

Exercise 2

  • Logistic Regression
  • Logistic Regression with Regularization

Exercise 3

  • Multiclass Classification
  • Neural Networks Prediction fuction

Exercise 4

  • Neural Networks Learning

Exercise 5

  • Regularized Linear Regression
  • Bias vs. Variance

Exercise 6

  • Support Vector Machines
  • Spam email Classifier

Exercise 7

  • K-means Clustering
  • Principal Component Analysis

Exercise 8

  • Anomaly Detection
  • Recommender Systems

gaussianDemo

  • Simple Gaussian Process Regression

Acknowledge

你可以检查与修改我在github上的代码仓库,欢迎任何改进和讨论。

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