From 5b04f88ba4c11ddb7931806881054a440ae0cbba Mon Sep 17 00:00:00 2001 From: NEWTON MALLICK <38786893+N-E-W-T-O-N@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:55:44 +0530 Subject: [PATCH] Add a cheet sheat for PyTorch (#10127) * Add a book on cotainer * minor fix * minor fix * again a minor fix * again a fix * final fix * almost fix * Final fix * Update free-programming-books-subjects.md Add the actual book pdf link * Added a book based on subject Machine Learning. * Add a cheet sheat for PyTorch * minor fix * Removed the book as asked --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index be6ce2f53..6315aae3e 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -336,6 +336,7 @@ ### PyTorch +* [Deep Learning with PyTorch Cheat Sheet](https://www.datacamp.com/cheat-sheet/deep-learning-with-py-torch) - Richie Cotton (HTML) * [PyTorch Framework Cheat Sheet](https://www.simonwenkel.com/publications/cheatsheets/pdf/cheatsheet_pytorch.pdf) - Simon Wenkel (PDF) * [PyTorch Official Cheat Sheet](https://pytorch.org/tutorials/beginner/ptcheat.html) - PyTorch (HTML)