Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 349 Bytes

deep

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.