• Stars
    star
    281
  • Rank 146,112 (Top 3 %)
  • Language
    Python
  • Created about 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Time series prediction using LSTM classifier

trainingset_selection.py is used to format input data to training data set. It will return files of those enterprises satisfying the screening rule.

neural_network_run.py is used to train neural network for time series prediction. It returns a lstm model and evaluation results of the model.

preprocessing.py provided some functions required in neural_network_run.py, training_set_selection.py and dataset_merging.py.

optional script

dataset_merging.py is used to merge similar enterprises data set (or enterprises whose data is within similar range) based on Q-Q plot and ks-statistic. It will return merged cluster data set files and summary file to illustrate enterprises in each cluster.