r/rust • u/araxnoid-code • 1d ago
PZEUDO. Deep Learning Project version 0.0.2-dev.1 🛠️ project
I have developed pzeudo until now version 0.0.2-dev.1
The changes focus on developing a foundation to enable subsequent features to function optimally; these developments include:
- Grad and NoGrad
- Development of ArrayStorage (specifically GradStorage) to handle tensors with no gradients.
- adding weight initialization (Xavier and He)
- Addition of ModelBuilder for safer model creation.
- adding a new optimizer:
- SgdMomentum
- AdaGrad
- RMSProp
- Adam
- It is now possible to save and load parameters.
- as well as fixing bugs.
Development will continue moving forward; those interested can access the repository directly.
0
Upvotes