DEV Community

Discussion on: Build a flexible Neural Network with Backpropagation in Python

Collapse
 
nrayamajhee profile image
Nishan Rayamajhee • Edited

Great Tutorial!

I translated this tutorial to rust with my own matrix operation implementation, which is terribly inefficient compared to numpy, but still produces similar result to this tutorial. Here's the docs: docs.rs/artha/0.1.0/artha/ and the code: gitlab.com/nrayamajhee/artha