Machine Learning and Deep Learning Projects
-
Decision Tree
Implement a decision tree to predict house prices -
Linear Regression implemented from scratch on two problems
a. Airfoil
Implement a linear regression model from scratch using gradient descent to predict scaled sound pressure levelb. Weather
Implement a linear regression model from scratch using gradient descent to predict the apparent temperature.