Skip to content

Commit baede37

Browse files
committed
Update README
1 parent 1f40224 commit baede37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# minitorch
2-
Implementation and extension of minitorch, based on [minitorch](https://github.com/minitorch/minitorch)
2+
3+
This is a mini, torch-like deep learning library. The goal is that you can use syntax similar to PyTorch to build deep learning model using this library. This project starting points is the [minitorch exercises](https://github.com/minitorch/minitorch). However, after completing the exercises, I want to turn it into a functional deep learning library that can utilize GPU for model training, and I also want to refactor the code to make it clearer. This project is my attempt to do so.

0 commit comments

Comments
 (0)