Skip to content

Commit c300f16

Browse files
authored
Update README.md
1 parent 5664aad commit c300f16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Pytorch Exercises
22

3-
Pytorch is one of the most popular deep learning libraries as of 2017. One possible way of familiarizing yourself with it, I think, is to practice with simple quizzes. That's where this project comes in. The outline will be as follows, though it's not fixed. I hope you find it helpful.
3+
Pytorch is one of the most popular deep learning libraries as of 2017. One possible way of familiarizing yourself with it, I think, is to practice with simple quizzes. That's where this project comes in. The outline will be as follows, though it's not fixed. If you find this helpful, you may like my other repos:<br>
4+
* [NumPy exercises](https://github.com/Kyubyong/numpy_exercises)
5+
* [TensorFlow exercises](https://github.com/Kyubyong/tensorflow-exercises)
46

57
CHAPTER 1. Tensors
68
* Tensor Creation ([Quiz](Chapter1_Tensors/Tensor_Creation.ipynb) / [Sol.](Chapter1_Tensors/Tensor_Creation_solution.ipynb))

0 commit comments

Comments
 (0)