Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 386 Bytes

File metadata and controls

3 lines (2 loc) · 386 Bytes

Deep Learning From Scratch

This project aims to implement deep learning models from scratch using only NumPy. The goal is to develop a rigorous understanding of neural networks from first principles. All components, including forward propagation, backpropagation, and optimisation, are derived and implemented without the use of high-level frameworks such as Tensorflow and PyTorch.