Git Product home page Git Product logo

machinelearning's Introduction

MachineLearning

This repo contains my submissions for the coursera course on Machine learning categorized by the week.

Topics:

This course covers topics like:

  • Linear regression to build a prediction model with a training set.
  • The concept of a cost function.
  • Logistic regression to build a prediction model for clasiffication problems. -- Using sigmoid functions to restrict the output range to 0 - 1 for classification problems.
  • The concept of underfitting, overfitting, regularization to avoid overfitting.
  • Using neural networks to improve the performance of building the prediction model when higher order polynomials are in play.
  • Definition of sensitivity and its importance in finding the optimal theta values.
  • Using backward progaration to find the gradients. Using gradient checking to verify your implementation of backward propagation.
  • Using gradient descent or more optimal algorithms such fminuc to find the optimal theta.
  • Using a cross-validation and test set to pick the right model for machine learning.
  • Large margin classifiers, Support vector machines and Kernels.
  • Definition and importance of Precision, Recall and F1 score.
  • Anomaly detection using mean, variance and co-variance.
  • Building a recommendation engine using collaborative filtering.

Environment:

  • Ubuntu 14 or later.
  • sudo apt-get install octave
  • sudo apt-get install git
  • git clone https://github.com/pkrishn6/MachineLearning.git
  • cd into any of the weekly submissions and open ex.pdf to understand the goals of the assignment.
  • cd into the weekly submissions from octave cli and run ex to see the code in action.

References:

machinelearning's People

Contributors

pkrishn6 avatar

Watchers

 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.