Skip to content

Daniel-Tran-247/Machine-Learning

Repository files navigation

🧠 Machine-Learning-Notes

πŸ™‹β€ Welcome to my ML repos. These are the lecture notes and exercises I have done when I took the some of the ML course from 365 Data Science and Coursera.

πŸ“– Table of Contents

1. Used Car Price Prediction πŸš—

🎯 Predict the price of different used cars using Multiple Linear Regression Model

πŸ‘‰ View My Notebook

πŸ› οΈ Preprocessing

  • Expore the descriptive statistics of the variables
  • Remove/ Input Missing Values
  • Probability Density Function of each variable of interest
  • Remove oulier/ abnormal value
  • Checking Ordinary Least Square assumption (Apply Log Transformation to make distribution of a variable more normally distributed; Apply Variance Inflation Factor to check Multicollinearity
  • Creat dummy variables

πŸš€ Build & Evalutate Model Performace

  • Declare the inputs and targets
  • Feature scalling (Standardization)
  • Train Test split
  • Create a Regression model
  • Check performance (Using the Residuals PDF and R-squared)

2. US House Price Prediction 🏑

🎯 Predict the Price of the US House using Multiple Linear Regression Model

βš™οΈ I used same techniques as I did in the Used Car Price Prediction.

πŸ‘‰ View My Notebook

3. Gradient Descent 🧠

🎯 Build the Gradient Descent Algorithm from Scratch!

πŸ‘‰ View My Notebook

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published