All Projects → TingNie → Coursera Ml Using Matlab Python

TingNie / Coursera Ml Using Matlab Python

coursera吴恩达机器学习课程作业自写Python版本+Matlab原版

Projects that are alternatives of or similar to Coursera Ml Using Matlab Python

Natural Language Processing Specialization
This repo contains my coursework, assignments, and Slides for Natural Language Processing Specialization by deeplearning.ai on Coursera
Stars: ✭ 151 (-73.92%)
Mutual labels:  jupyter-notebook, coursera
Machinelearning ng
吴恩达机器学习coursera课程,学习代码(2017年秋) The Stanford Coursera course on MachineLearning with Andrew Ng
Stars: ✭ 181 (-68.74%)
Mutual labels:  jupyter-notebook, coursera
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (-70.12%)
Mutual labels:  jupyter-notebook, coursera
Ml Da Coursera Yandex Mipt
Machine Learning and Data Analysis Coursera Specialization from Yandex and MIPT
Stars: ✭ 108 (-81.35%)
Mutual labels:  jupyter-notebook, coursera
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (-21.59%)
Mutual labels:  jupyter-notebook, coursera
Coursera reinforcement learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Stars: ✭ 114 (-80.31%)
Mutual labels:  jupyter-notebook, coursera
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-68.91%)
Mutual labels:  jupyter-notebook, coursera
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-87.56%)
Mutual labels:  jupyter-notebook, coursera
Coursera Deep Learning Deeplearning.ai
(完结)网易云课堂微专业《深度学习工程师》听课笔记,编程作业和课后练习
Stars: ✭ 344 (-40.59%)
Mutual labels:  jupyter-notebook, coursera
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 (-67.53%)
Mutual labels:  jupyter-notebook, coursera
Deeplearning.ai Convolutional Neural Networks
Completed assignment jupyter notebook of Foundations of Convolutional Neural Networks, deeplearning.ai coursera course
Stars: ✭ 109 (-81.17%)
Mutual labels:  jupyter-notebook, coursera
Deep Learning Specialization Coursera
Deep Learning Specialization by Andrew Ng on Coursera.
Stars: ✭ 483 (-16.58%)
Mutual labels:  jupyter-notebook, coursera
Deep Learning Coursera
Deep Learning Specialization by Andrew Ng on Coursera.
Stars: ✭ 95 (-83.59%)
Mutual labels:  jupyter-notebook, coursera
Deep Learning Specialization Coursera
Deep Learning Specialization courses by Andrew Ng, deeplearning.ai
Stars: ✭ 146 (-74.78%)
Mutual labels:  jupyter-notebook, coursera
Google It Automation
google it automation with python professional certificate
Stars: ✭ 81 (-86.01%)
Mutual labels:  jupyter-notebook, coursera
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (-68.74%)
Mutual labels:  jupyter-notebook, coursera
Coursera Natural Language Processing Specialization
Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Stars: ✭ 39 (-93.26%)
Mutual labels:  jupyter-notebook, coursera
Big Data Engineering Coursera Yandex
Big Data for Data Engineers Coursera Specialization from Yandex
Stars: ✭ 71 (-87.74%)
Mutual labels:  jupyter-notebook, coursera
Mathematics For Machine Learning Cousera
quizzes/assignments for mathematics for machine learning specialization on coursera
Stars: ✭ 181 (-68.74%)
Mutual labels:  jupyter-notebook, coursera
Deeplearning.ai Natural Language Processing Specialization
This repository contains my full work and notes on Coursera's NLP Specialization (Natural Language Processing) taught by the instructor Younes Bensouda Mourri and Łukasz Kaiser offered by deeplearning.ai
Stars: ✭ 473 (-18.31%)
Mutual labels:  jupyter-notebook, coursera

ML-code-using-matlab-and-python

coursera吴恩达机器学习课程作业自写Python2.7版本,使用jupyter notebook实现,使代码更有层次感,可读性强。

本repository实现算法包括如下:

线性回归: linear_regression.ipynb

多元线性回归:linear_multiple.ipynb

逻辑回归:logic_regression.ipynb

正则化用于逻辑回归: logic_regularization.ipynb

模型诊断+学习曲线: learnCurve.ipynb

一对多分类模型:oneVSall.ipynb

神经网络模型:neuralNetwork.ipynb

SVM分类器:svm.ipynb

kmeans聚类:kmeans.ipynb

pca降维:pca.ipynb

高斯分布用于异常检测:anomaly_detection.ipynb

协调过滤推荐算法:Collaborative_Filter.ipynb

PS:网上其他参考资料分享:

1.课程作业原版是MATLAB版本(填空式编码):对应 machine-learning-ex1——ex8 文件夹

2.kaleko整理的jupyter notebooks版本:对应 coursera_ml_ipynb 文件夹

3.mstampfer对照原版作业格式整理的Python版本,可以尝试自己实现

4.AceCoooool整理的Python版本,有中文注释

5.如果需要了解更多算法知识,本人使用jupyter notebook整理的peter的《机器学习实战》代码

6.本人自写的,关于吴恩达(Andrew Ng)开设的深度学习课程deeplearning.ai的课程答案

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