Skip to content

Mike-Gao/NanoTensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mini Tensor Library

A lightweight tensor computation library with automatic differentiation, implemented from scratch in pure Python. Perfect for educational purposes and understanding the fundamentals of deep learning frameworks.

🧠 Key Features:

  • Eager evaluation model
  • Minimal autograd engine
  • Multi-Layer Perceptron (MLP) support
  • Lightweight
  • Educational-focused design
mini-tensor/
β”œβ”€β”€ tensor.py       # Core tensor class with autograd
β”œβ”€β”€ mlp.py          # Neural network implementation
β”œβ”€β”€ util.py         # Activation functions & optimizers
└── requirements.txt

About

Minimal Tensor Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages