Giter Club home page Giter Club logo

andrew-ml's Introduction

Andrew Ng's Machine Learning Exercises

Overview

These are the coding exercises from Andrew Ng's Machine Learning course. I've gone through the whole course and finished all of them. All of the source codes are written in Octave, which is really like MATLAB but open source and free. Throughout the course, I have to implement machine learning algorithms from scratch, such as linear regression, logistic regression, neural network and recommendation.

Setup

If you want to check it, please either downlaod Octave or MATLAB. Once you have IDE installed, import one of the exercises to Octave or MATLAB, then you should be good to go.

Exercise structure

Exercise Description
ex1-linear-regression Implement linear regression and get to see it work on data.
ex2-logistic-regression Implement logistic regression and apply it to two different datasets.
ex3-multi-classification Implement one-vs-all logistic regression and neural networks to recognize hand-written digits.
ex4-neural-network Implement the backpropagation algorithm for neural networks and apply it to the task of hand-written digit recognition.
ex5-regularization-bias-variance Implement regularized linear regression and use it to study models with different bias-variance properties.
ex6-support-vector-machine Implement support vector machines (SVMs) to build a spam classifier.
ex7-kmeans-and-pca Implement the K-means clustering algorithm and apply it to compress an image. Next, do principal component analysis to find a low-dimensional representation of face images.
ex8-anamoly-detection-and-recommendation-system Implement the anomaly detection algorithm and apply it to detect failing servers on a network. Next use collaborative filtering to build a recommender system for movies.

License

Apache 2.0 License

andrew-ml's People

Contributors

7xuanlu avatar

Watchers

James Cloos avatar  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.