prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Write unittests for ...

Open Robbepop opened this issue 8 years ago • 0 comments

Write remaining unittests for the new (and old) components of this library.

Missing unittests are:

  • utils.rs:
    • [x] LearnRate
    • [x] LearnMomentum
  • nn.rs:
    • [ ] NeuralNet
  • topology_v4.rs:
    • [x] FullyConnectedLayer
    • [x] ActivationLayer
    • [x] AnyLayer
    • [x] LayerSize
    • [x] Topology
    • [x] InitializingTopology
  • layer:
    • [ ] ActivationLayer
    • [ ] FullyConnectedLayer
    • [ ] ContainerLayer
    • [ ] AnyLayer
      • utils module:
        • [x] buffer_base module
        • [x] matrix_base module
  • trainer:
    • utils module:
      • [x] MeanSquaredError
    • mentor module:
      • [x] Context
      • [ ] Mentor
      • [ ] InitializingMentor

Robbepop avatar Oct 08 '17 14:10 Robbepop