Learning Objectives
Implement 2 different machine learning algorithms
Stochastic Gradient Descent
ID3 Decision Tree
Description
This assignment is focused on machine learning, mainly on the implementation of 2 different algorithms - Stochastic Gradient Descent & ID3 decision tree. The assignment is divided into two sections, each for one unique ML algorithm.