Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@MatthieuHernandez MatthieuHernandez released this 05 Mar 17:46
· 17 commits to master since this release
55fc1e9

Neural Network Models and Architectures

  • Layers
    • Rework all filter layers (Convolution, LocallyConnected, MaxPooling)
    • Change the shape of the Input layer to (C, X, Y) instead of (X, Y, C)
  • Neurons
    • Fix the learning for the neurons in the convolutional layers
  • Features
    • Update Boost to 1.80.0

Learning Algorithms and Optimizations

  • Optimizers
    • Adapt SGD to new filter layers
    • Implement Softmax as LayerOptimizer

Tests

  • Improve test stability
  • Add tests on filter layers
  • Datasets
    • Improve the best MNIST neural network
    • Improve the best Fashion-MNIST neural network
    • Improve the best CIFAR-10 neural network