Skip to content

Machine learning model to predict weekly temperatures

License

Notifications You must be signed in to change notification settings

meelod/weather-forecast

Repository files navigation

Weather Forecast

This program applies linear regression to predict weather temperatures given past temperature data.

temperature_forecast uses sklearn and applies the linear regression function to find the line of best fit.

temperature_forecast_GD applies a vectorized implementation of the gradient descent algorithm to optimize the cost function and find the line of best fit.

In case Jupyter Notebooks are not loading properly
https://nbviewer.jupyter.org/github/meelod/weather-forecast/blob/main/temperature_forecast_GD.ipynb https://nbviewer.jupyter.org/github/meelod/weather-forecast/blob/main/temperature_forecast.ipynb

About

Machine learning model to predict weekly temperatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published