Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 360 Bytes

File metadata and controls

21 lines (17 loc) · 360 Bytes

AutoEncoder

Requirements

Make sure that you have install anaconda

pytorch

conda install pytorch torchvision -c pytorch

sklearn

pip install -U scikit-learn

tqdm

pip install tqdm

pandas

pip install pandas

numpy

pip install numpy

train a model to detect anormaly data for financal trade

train.py

validate performance

validate.py