Giter Club home page Giter Club logo

ng_ml's Introduction

Machine learning

I completed Andrew Ng's/Stanford University's machine learning course on Coursera, but instead of using the Matlab templates provided by the course, I implemented everything from scratch in Python.

Contents:

  • Ex1: Linear regression

    With one variable and with multiple variables.

  • Ex2: Logistic regression

    Including regularization.

  • Ex3: Multi-class classification and neural networks

    Handwritten number recognition using two different methods: one-vs-all logistic regression, and forward propagating a pre-trained neural network.

  • Ex4: Neural networks learning

    Build and train a neural network, including backpropagation, and use it for handwritten number recognition.

  • Ex5: Regularized linear regression and bias vs variance

    Including learning curves and polynomial regression.

  • Ex6: Support Vector Machines

    6.1: Demonstrate scikit-learn SVMs with linear and Gaussian kernels on some sample 2D datasets.

    6.2: Build an email spam classifier using natural language processing and a scikit-learn SVM.

  • Ex7: K-means Clustering and Principal Component Analysis

    7.1: Build a k-means clustering algorithm and use it for image compression.

    7.2: Build a PCA algorithm and use it for image compression and for visualisation.

  • Ex8: Anomaly Detection and Recommender Systems

    8.1: Anomaly detection using a multivariate Gaussian model. Precision, recall, F1 score.

    8.2: Build a recommender system and use it to recommend movies.

ng_ml's People

Watchers

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