emilianomfortes / Machine-Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning

This repository contains solutions to the exercises in the course Machine Learning. The course is dictated online on Coursera by Dr Andrew Ng from Stanford's university. They are originally proposed to be solved using Octave. Regardless, I decided to solve them with python, with some little extra work.

At the present time, I have uploaded the solutions of exercises 1 to 5. T he remaining three assignments will be uploaded soon, once they have been elegantly formatted. A pdf with each exercises description can be found inside the relevant folder in the repository. The list of problems in the course is as follows:

  1. Linear regression (univariate and multivariate)
  2. Logistic regression (binary classification)
  3. Logistic regression (multiclass classification) and Neural Networks
  4. Neural Networks (backpropagation, prediction and accuracy)
  5. Understanding bias and variance
  6. Support Vector Machines (yet to upload)
  7. K-means Clustering and Principal Component Analysis (yet to upload)
  8. Anomaly Detection and Recommender Systems (yet to upload)

About


Languages

Language:Jupyter Notebook 100.0%