Skip to content

v0.1.0

Compare
Choose a tag to compare
@jean-francoisreboud jean-francoisreboud released this 28 Oct 21:09
· 117 commits to main since this release
f1cb783

0.1.0 (2022-10-28)

Features

⚙️ core: remove incEpoch & applyGradient rename (#11)
🚀 examples: simple vgg trained on cifar (#9)
🪜 layer_2d: convolution, bn and other 2D layers (#7)
🪜 layer_1d: activation, fl, linear error, mse, select channels (#5)
⚙️ core: Layer architecture (#4)
⚙️ core: Optimizer architecture (#3)
⚙️ core: Model architecture (#2)
⚡️ metal: Metal architecture (#1)

Documentation

📚 update the readme and add documentation (#12)

Miscellaneous Tasks

🔧 chore: release 0.1.0 (#13)
🚀 test: reproducibility with PyTorch (#10)
🪜 test: layer2d (#8)
⚙️ test: optimizer, layer1d, clipping (#6)