Danc2050 / CS545-Final-Project

Final project for CS545
0 stars 1 forks source link

MLP implementation #1

Open ddveloper opened 4 years ago

ddveloper commented 4 years ago

Multi-layer perception method

ddveloper commented 4 years ago

this can be separated into several tasks: 1) read inputs and labels 2) normalization inputs 3) split to train, validate and test set 4) training wrapper (for experiment different eta, momentum, hidden nodes) 5) MLP logic (take train and validate set as inputs) 6) test result (run on test set, build confusion matrix, tp, tf, np, nf) 7) plot result (if we used pylab)

daltonbohning commented 4 years ago

Tasks to be done with MLP: