MyTorch
A custom PyTorch-Inspired Deep Learning Library
Image will load when scrolled into view
Neural NetworksMLPsTransformersCNNsSequence Models
About the Project
Understanding how Neural Networks work is much fun when you decide to build them yourself. It is even more fun when the build the tools that allows you to build them...
Project Details
StatusDev
Role
Owner
Stack
Numpy
Scipy
Python
C++
Milestones
- Project Inception - August 2025
Project setup and initial configurations
 - Multi-Layer Perceptrons - September 2025
Complemented the implementation of core elements that allows a full setup of MLPs. Activation functions (ReLU, GeLU, Sigmoid, Tanh), Linear Layers, Batch Normalization.