dmccloskey / EvoNet

MIT License
2 stars 0 forks source link

Improved unit tests for ModelBuilder #84

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

There appear to be numerical stability or other problems with several of the networks constructed by the model builder class (e.g., stableSoftMax). Additional tests for expected output when given an example input should be added to each of the unit tests

Objectives