drdhaval2785 / SamaasaClassification

Artificial Neural Network to classify Sanskrit samAsas
1 stars 0 forks source link

outputdata trigger #1

Open drdhaval2785 opened 9 years ago

drdhaval2785 commented 9 years ago

Modify network2.py to trigger the datastorage method when (a) training_accuracy + evaluation_accuracy or (b) training_accuracy or (c) evaluation_accuracy is maximum, depending on what parameters the user has chosen to monitor.

First is to have (a) as default. Once we get through it, b and c can be executed.