Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 300 Bytes

ml_class

Homework code for a machine learning course. We implemented several different models from scratch, and tested them on a dataset. Here are the topics for the homeworks:

  1. $k$-Nearest Neighbors
  2. Decision Trees (ID3) and Random Forest
  3. Perceptron and Neural Network with 1 Hidden Layer