Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Fix the problem that MultilayerPerceptron fails to learn a good hypothesis sometimes. If the weights of MLP initialized to very bad values, the model might fail the test.
Since the new model developed in HAMA-770 will replace the current old model, this problem will be simply fixed by increase the training iteration.