/machine-learning

My projects for my machine learning class at Drake University

Primary LanguageJupyter Notebook

Machine Learning

This repository contains all my projects for my machine learning class at Drake University, Fall 2016. Each project has its own explanation of the way I did things.

Running the Source Code

  1. Clone the repository
$ git clone https://github.com/maheshgaya/machine-learning.git
$ cd machine-learning
  1. Open the source code ".ipynb" in Python Jupyter notebook
  2. Run the source code cell by cell

(Note: Some of the cells can take longer to execute because of the number of loops that they go through)

Projects

Projects Description
Project #1 This project is about the k-Nearest Neighbor algorithm.
Project #2 This project is about Decision Trees