aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-30 13:18:05 +0300
committerGravatar ks129 <[email protected]>2021-03-30 13:18:05 +0300
commit82060b7362f5019b4010f6e591eae66b61b9a2ba (patch)
tree54c9cb7c36074299b63109208c0504c9d336ffeb
parentAdd missing dot to subreddit YAML description (diff)
Move quotes ending to right place so this don't take name as description
-rw-r--r--pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
index 6775e28a..974b0e50 100644
--- a/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
@@ -1,8 +1,8 @@
description: '"Neural Networks From Scratch" is a book intended to teach you how to build neural networks on your own,
without any libraries, so you can better understand deep learning and how all of the elements work.
This is so you can go out and do new/novel things with deep learning as well as to become more successful with even more basic models.
- This book is to accompany the usual free tutorial videos and sample code from youtube.com/sentdex.
-name: Neural Networks from Scratch in Python'
+ This book is to accompany the usual free tutorial videos and sample code from youtube.com/sentdex.'
+name: Neural Networks from Scratch in Python
position: 11
urls:
- icon: regular/link