Skip to content

prabormukherjee/Anomaly_stock_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Anomaly_stock_detection

Here I detected anomaly in stock prediction. After some simple data preprocessing, I build a LSTM AutoEncoder. After training it for 15 epochs I got a loss of 0.0278 on val set. Then I plotted the result i.e. val loss against epochs. Finally I plotted the result from my trained model, which almost detect the anomaly perfectly.
The source code in python is available in the notebook. The dataset is also added.

Original dataset can also be found here