Update README.md
This commit is contained in:
parent
53a0579c11
commit
615753a5ec
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue