Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 562 Bytes

File metadata and controls

30 lines (22 loc) · 562 Bytes

CHANGELOG

[0.3.1] - 2025-10-XX

Added

  • training instance and training set

[0.3.0] - 2025-10-16

Added

  • MNIST dataset integration

Fixed

  • Forward pass accumulation bug

[0.2.1] - 2025-10-15

Fixed

  • Output accumulation issue in forward pass
  • Activation function not being applied

[0.2.0] - 2025-10-14

Added

  • Activation functions library (sigmoid, ReLU, softmax)
  • Integration with neural network layers

[0.1.0] - 2025-10-13

Added

  • Initial layer implementation
  • Basic neural network structure
  • CMake build system