accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Use python3 for experimentation and plotting scripts #138

Closed accosmin closed 7 years ago

accosmin commented 7 years ago

May implement an Experiment class that contains the configuration for the task, the output directory and dictionaries for models, trainers, criteria and loss functions to evaluate. May create a plotting function that receives a list of .state files and plots them as pdf.

accosmin commented 7 years ago

May rename the "sign" task to logistic(regression) because this is what it is doing actually.