Skip to content

A Univariate LSTM has been employed to predict the future prices of diesel from the past available data.

Notifications You must be signed in to change notification settings

EeshanBembi/DieselPricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DieselPricePrediction

I designed a univariate LSTM to predict diesel prices in the future.For the sake of ease i splitted the dataset into two files diesel_train and diesel_test into 80% and 20% values respectively.I could have used train_test_split() method but this way reflected more sleekness.

Epoch: A full pass over all of your training data.

Loss: A scalar value that we attempt to minimize during our training of the model. The lower the loss, the closer our predictions are to the true labels.

Prediction.png - A plot of actual diesel price v/s predicted price from the model.

diesel_train.csv - Data for training the data.

diesel_test.csv- Data for testing the data.

DieselPricePred.ipynb-Python notebook showcasing implementation.

About

A Univariate LSTM has been employed to predict the future prices of diesel from the past available data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published