Skip to content

Weather forecasting using machine learning and deep learning model.

Notifications You must be signed in to change notification settings

ycv005/Weather_forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather_forecast

The Project is done in 3 parts. The Complexity & performance of the model increases from starting to the end.

1. In w_one folder, Applied Linear Regression with OLS for temperature prediction (Dataset is already present inside folder).

2. In w_two folder, Applied Linear Regression with Regularization(Elastic Net) for rainfall prediction (Dataset is already present inside folder).

3. In w_three folder, Applied RNN(LSTM) for pressure, windspeed, & temperature prediction (Dataset is already present inside folder).