ArjunSahlot/TensorNN
Python machine learning library made from scratch.
What's novel
Python machine learning library made from scratch.
Code Analysis
0 files read · 5 roundsA minimal educational neural network library built from scratch on NumPy providing basic layers, activations, optimizers, and loss functions for simple ML tasks.
Strengths
Clean separation of concerns with dedicated modules for tensors, layers, activations, losses, and optimizers. Good documentation structure with Sphinx setup and examples provided.
Weaknesses
Lacks comprehensive error handling and edge case coverage. Tests are minimal and don't cover complex scenarios. Implementation is essentially standard boilerplate without novel algorithms or optimizations.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
15
Contributors
1
Files
40
Active weeks
4
Repository
Language
Python
Stars
2
Forks
0
License
GPL-3.0