a example for deep learning
deep.py: the main project.
run.py: the prediction by the same model.
test[1-7].py: Grid Search Hyperparameters for the same model in scikit-learn.
testh.py: the Hyperas case by the same model.
0207.csv: the data for fitting.
0208.csv: the data for testing.
model.*: the model saved by deep.py or testh.py.