diff options
author | 2021-01-17 15:06:22 +0200 | |
---|---|---|
committer | 2021-01-17 15:06:22 +0200 | |
commit | 4aad3d2fae0e4f452294f0bb0d132f2425c87fdb (patch) | |
tree | c1ec664dbafabe94135957a76daa80c5d1db8e67 /pydis_site/apps/resources | |
parent | Add Google Colab to editors (diff) |
Add "Neural Networks from Scratch in Python" book to resources
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 00000000..dd54331f --- /dev/null +++ b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml @@ -0,0 +1,12 @@ + +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 +payment: paid +position: 11 +urls: + - icon: regular/link + url: https://nnfs.io/ + color: teal |