All Projects → rj425 → ML-Coursera

rj425 / ML-Coursera

Licence: MIT License
This repository contains all the programming exercises in Python for the Coursera course called "Machine Learning" by Adjunct Professor Andrew Ng at Stanford University.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ML-Coursera

Stock Analysis
Regression, Scrapers, and Visualization
Stars: ✭ 255 (+286.36%)
Mutual labels:  svm, linear-regression
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (+324.24%)
Mutual labels:  svm, linear-regression
Machinelearning ng
吴恩达机器学习coursera课程,学习代码(2017年秋) The Stanford Coursera course on MachineLearning with Andrew Ng
Stars: ✭ 181 (+174.24%)
Mutual labels:  linear-regression, coursera
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+174.24%)
Mutual labels:  linear-regression, coursera
Ml Course
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Stars: ✭ 154 (+133.33%)
Mutual labels:  svm, linear-regression
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+8966.67%)
Mutual labels:  svm, linear-regression
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (+4951.52%)
Mutual labels:  svm, linear-regression
ML-Experiments
整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。
Stars: ✭ 85 (+28.79%)
Mutual labels:  svm, linear-regression
Mylearn
machine learning algorithm
Stars: ✭ 125 (+89.39%)
Mutual labels:  svm, linear-regression
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+50871.21%)
Mutual labels:  svm, linear-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 (-54.55%)
Mutual labels:  svm, linear-regression
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-24.24%)
Mutual labels:  svm, linear-regression
BasicsMusicalInstrumClassifi
Basics of Musical Instruments Classification using Machine Learning
Stars: ✭ 27 (-59.09%)
Mutual labels:  svm
Sequence-Models-coursera
Sequence Models by Andrew Ng on Coursera. Programming Assignments and Quiz Solutions.
Stars: ✭ 53 (-19.7%)
Mutual labels:  coursera
ExtendedMorphologicalProfiles
Remote sensed hyperspectral image classification with Spectral-Spatial information provided by the Extended Morphological Profiles
Stars: ✭ 32 (-51.52%)
Mutual labels:  svm
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+21.21%)
Mutual labels:  coursera
No-Reference-Image-Quality-Assessment-using-BRISQUE-Model
Implementation of the paper "No Reference Image Quality Assessment in the Spatial Domain" by A Mittal et al. in OpenCV (using both C++ and Python)
Stars: ✭ 137 (+107.58%)
Mutual labels:  svm
Breast-Cancer-Scikitlearn
simple tutorial on Machine Learning with Scikitlearn
Stars: ✭ 33 (-50%)
Mutual labels:  svm
deeplearning.ai-step-by-step-guide
My learning notes on Coursera deep learning Specialization.
Stars: ✭ 16 (-75.76%)
Mutual labels:  coursera
NIDS-Intrusion-Detection
Simple Implementation of Network Intrusion Detection System. KddCup'99 Data set is used for this project. kdd_cup_10_percent is used for training test. correct set is used for test. PCA is used for dimension reduction. SVM and KNN supervised algorithms are the classification algorithms of project. Accuracy : %83.5 For SVM , %80 For KNN
Stars: ✭ 45 (-31.82%)
Mutual labels:  svm

ML-Coursera

This repository contains all the programming exercises in Python for the Coursera course called "Machine Learning" by Adjunct Professor Andrew Ng at Stanford University.

  • Written in Python3 using Jupyter Notebook.
  • Explains the derivations in detail.
  • Discusses few topics (not covered in course)in detail.
  • Mainly uses pandas and numpy library.
  • Zero use of sklearn and like libraries.

Course : Machine Learning (Stanford University)

List of exercises :

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