Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 493 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 493 Bytes

Needle is a comprehensive deep learning library designed and implemented from scratch. It features automatic differentiation of computational graphs, GPU hardware acceleration, and support for various loss functions, data loaders, and optimizers. Additionally, Needle includes implementations of several common neural networks, such as CNNs, RNNs, LSTMs, and Transformers.

I developed most of the code while completing assignments for Deep Learning Systems course.