/trDnn

A research project for concept prove of machine learning on recurrent trend with deep neural network

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

trDnn

A research project for concept prove of machine learning on recurrent trend with deep neural network

  • dataPrep.py Data preprocessing
  • seqMod.py sequential model of stateful RNN with LSTM layers

Packages requirement:

  • Keras
  • pandas
  • sklearn
  • tensorboard
  • tensorflow
  • xlrd

Running/testing environment

.
├── data
│   ├── somedata.xlsx
│   └── ...
├── logs
│   └── ...
├── models
│   └── ...
└── src
    ├── dataPrep.py
    ├── seqMod.py
    └── ...