Section 01
Project Introduction: Model-Zoo, a Deep Learning Framework Implemented with Pure NumPy
Model-Zoo is a deep learning framework built entirely from scratch using Python and NumPy, without relying on mainstream frameworks like TensorFlow or PyTorch. It includes an automatic differentiation engine, various neural network architectures (such as fully connected networks, CNN, RNN, Transformer, GAN, ResNet, GCN, etc.), and provides a FastAPI web interface and a pre-trained model library, making it suitable for learning and practicing deep learning principles.