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