Back to search
Multi Layer Perceptron Library from scratch in rust
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
[docs]: update README.md to reflect library name change to 'dixon' and enhance usage instructions; add notes on best practices for MNIST results
18661f3View on GitHub[refactor]: rename package from primitive_ml to dixon; update dependencies and enhance main.rs with error handling for model loading
448f393View on GitHub[refactor]: remove iris.csv and update main.rs to use new data path; enhance MLP with gradient computation and backpropagation methods
556ffc8View on GitHub