Giter Site home page Giter Site logo

stanford_machinelearning's Introduction

Machine Learning Projects (Dr. Andrew Ng Stanford University)

The projects in this repository contain the MANUAL implementations of many Machine Learning (ML) and Deep Learning (DL) algorithms common in various programming languages and packages today. In this instance, they were written in Octave/Matlab.

1. Linear Regression with One Variable and Regression with Multiple Variables

Computing cost and gradient descent, feature normalization, learning rate selection

1

2. Logistic Regression

For this part, logistic regression was implemented and applied it to two diferent datasets. It contains the Cost Function Feature Mapping, Regularization, Optimization Functions

2

3. Multi-Class Classification using Neural Networks

The classic MNIST dataset of 10 hand-written digits contains 5000 training examples. A small neural network with one hidden layer was written that is already powerful enough to get a training accuracy of 97.5%.

3

4. Neural Networks Learning

Return to MNISt, this time with backpropagation, regularizon, and visualization of the content of hidden layers!

4

5. Regularized Linear Regression and Bias v.s. Variance

This project visualizes regularized linear regression and polynomial regression and uses it to study models with different bias-variance properties.

5

6. Support Vector Machines

An SVM is used to classifly data and applied to email spam classifcation.

6

7. K-Means Clustering, PCA dimension reduction

The K-means clustering algorithm is implemented to compress an 128x128 pixel bird photo. The second part uses principal component analysis (PCA) to fnd a low-dimensional representation of face images.

7

8. Anomaly Detection, Recommender System (Collaborative Filtering)

How do you detect failing servers on a network? An anomaly detection model uses throughput and latency to predict status of new data. In the second part, I use collaborative fltering to build a Netflix-like recommender system for movies.

2

stanford_machinelearning's People

Contributors

christianhallerx avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.