Giter Club home page Giter Club logo

ml-coursera-matlab's Introduction

This repository contains my solutions to the coding assignments of the Coursera Machine Learning course (Stanford University).

Linear-regression folder contains an implementation of the Linear Regression algorithm. (Week 2) The algorithm has been implemened by using Gradient Descent as well as the Normal Equation. Feature scaling was also made use of.

Logistic-regression folder contains an implementation of the Logistic Regression algorithm. (Week 3) The algorithm has been implemented in both, a regularized as well as an unregularized fasion.

Multi-class-classification-and-neural-networks folder (week 4) contains my implementation of one-vs-all method of multi class classification. As the second part of the exercise, there a code for the feedforward propagation algorithm for an already trained neural network for handwritten digit recognition.

Neural-network-learning folder (week 5) contains the calcolation of cost by forward propagation and implementation of backpropagation algorithm to compute the partial derivatives for a neural network. Finally, The gradients are used to optimise the weights for the neural network.

Bias-and-variance folder (week 6) contains the implementation of regularized linear regression, regularized polynomial regression, and learning curves for the algorithm.

Support-vector-machines (week 7) contains an implementation of SVM's with the linear and gaussian kernels. In the second part, I there is an implementation of an e-mail spam classifier using a linear kernal SVM.

K-means-and-pca (Week 8) contains my implemetation of the K-means clustering algorithm and principal component analysis. This marked the beginning of unsupervised learning in the course. We used PCA to compress and reconstruct an image.

Anomaly-detections-and-recommender-systems (Week 9) concludes the programming assignments of the course. Here I used Gaussian Probability distribution for detecting anomalies in a system. In the second part, I used collaborative filtering to create a recommender system for movies.

ml-coursera-matlab's People

Contributors

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