Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 579 Bytes

File metadata and controls

22 lines (13 loc) · 579 Bytes

DataScienceProjects

Machine Learning and Deep Learning Projects


Table of contents:

  1. Decision Tree

     Implement a decision tree to predict house prices
    
  2. 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 level
    

    b. Weather

     Implement a linear regression model from scratch using gradient descent to predict the apparent temperature.