Metadata-Version: 2.1
Name: nn-from-scratch
Version: 0.4.2
Summary: Neural Networks from Scratch
Home-page: https://github.com/ankush-003/torch-101
Author: Ankush H V
Author-email: anshhv2003@gmail.com
License: MIT
License-File: LICENCE.txt

# 🔥torch-101
<img width="865" alt="image" src="https://github.com/user-attachments/assets/ad90c7ea-8d41-47fa-b9f6-1126cfedc30f">

![nn_from_scratch](./images/catvdog_train.gif)

## 💻 Try locally

```bash
pip install nn-from-scratch==0.3
``` 

## References

- [Pytorch Documentation](https://pytorch.org/resources/)
- [mrdbourke/pytorch-deep-learning](https://github.com/mrdbourke/pytorch-deep-learning)
