aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-17 15:36:33 +0200
committerGravatar GitHub <[email protected]>2021-01-17 15:36:33 +0200
commit25dde19e30fa047ab64c032c7b01ce12dd7dd72e (patch)
treee76482357688e4bb7a6e750565279da34ee0ad39 /pydis_site/apps
parentAdd "Python Crash Course" book to resources (diff)
Remove unnecessary leading newline from NNFSIP book
NNFSIP = Neural Networks from Scratch in Python
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml1
1 files changed, 0 insertions, 1 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 dd54331f..ca923c58 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,4 +1,3 @@
-
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.