diff --git a/README.md b/README.md index d7bb0eb..6854be3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # PyNorch Recreating PyTorch from scratch (C/C++, CUDA and Python, with GPU support and automatic differentiation!) +Project details explanations can also be found on [medium](https://towardsdatascience.com/recreating-pytorch-from-scratch-with-gpu-support-and-automatic-differentiation-8f565122a3cc). + # 1 - About **PyNorch** is a deep learning framework constructed using C/C++, CUDA and Python. This is a personal project with educational purpose only! `Norch` means **NOT** PyTorch, and we have **NO** claims to rivaling the already established PyTorch. The main objective of **PyNorch** was to give a brief understanding of how a deep learning framework works internally. It implements the Tensor object, GPU support and an automatic differentiation system.