I159 / go_deep

Neural network framework on pure Go
MIT License
1 stars 0 forks source link

Unit tests #13

Open I159 opened 6 years ago

I159 commented 6 years ago

Create unit tests with simple non-random test data to check correctness of math operations application onto the layers.

I159 commented 6 years ago

Create functional tests to ensure that correct vectors transformations perform at back propagation.

I159 commented 6 years ago

Implement network level tests.