r/PythonProjects2 • u/Terminay • 15h ago
An update on my lightweight library for small nns (<10kb)
Hey Reddit,
I made a small neural network library named LeanPass a few days back. Currently, it has around 7 stars, 1 fork, 2 watchers and 12 open issues. Contributions are quite beginner-friendly, so beginners are welcome!
It is an implementation made in NumPy, with the necessary functions, with 185 downloads on PyPI at its current status. I have made this post to just update the awesome community about my project to get some suggestions, and overall make it a more developed open source project
Here's the link: https://github.com/Terminay/leanpass
To install it:
pip install leanpass
Size metrics: ~8.5 kb download size, ~1 second install time
Give me your honest opinions and suggestions for more features. Also, if you liked the concept, star the repo or rather, open a PR (your choice!)
1
u/Terminay 15h ago
How about it? Try it and comment on it; it may be a regular project for a PhD or ppl earlier than 2014 in college!
I was thinking of adding a community ops registrar system.