Autograd From Scratch Versions Save

Documented and Unit Tested educational Deep Learning framework with Autograd from scratch.

v0.0.15

2 months ago

New operation, bug fixes.

v0.0.14

3 months ago

Fixed an error in the Dropout layer. Now it should work normally.

v0.0.13

3 months ago

Added Xavier initialization feature to .randn() and .randn_like() methods, for better weight initialization. Also, added workflow to automatically remove previous deployment files.

v0.0.12

3 months ago

Added Xavier initialization feature to .randn() and .randn_like() methods, for better weight initialization.

v0.0.11

4 months ago

Fixed deployment workflow. Improved documentation.

v0.0.10

4 months ago

Fixed deployment workflow. Added better documentation.

v0.0.9

4 months ago

Simplified code and added more documentation.

v0.0.80

5 months ago

Fixed workflows

v0.0.8

5 months ago

Added workflows and documentation improvements.

v0.0.7

5 months ago

This is a complete version, with documentation and unit tests. Further versions will contain more operations, and GPU support. PyPi link: https://pypi.org/project/neuralforge/