From ac20ce3f7498aab910d1f978d7020af318daa4c1 Mon Sep 17 00:00:00 2001 From: vmirly Date: Sat, 30 Nov 2019 15:46:31 -0600 Subject: [PATCH] Fixed typos in ch12/readme --- ch12/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ch12/README.md b/ch12/README.md index bcba22dc..1dc9f75a 100644 --- a/ch12/README.md +++ b/ch12/README.md @@ -1,12 +1,11 @@ Python Machine Learning - Code Examples -## Chapter 12: Implementing a Multilayer Artificial Neural -Network from Scratch +## Chapter 12: Implementing a Multilayer Artificial Neural Network from Scratch ### Chapter Outline -- Modeling complex functions with arti cial neural networks +- Modeling complex functions with artificial neural networks - Single-layer neural network recap - Introducing the multilayer neural network architecture - Activating a neural network via forward propagation @@ -48,4 +47,4 @@ In addition to the code examples, I added a table of contents to each Jupyter no ![](../ch02/images/jupyter-example-2.png) -When I was creating these notebooks, I was hoping to make your reading (and coding) experience as convenient as possible! However, if you don't wish to use Jupyter Notebooks, I also converted these notebooks to regular Python script files (`.py` files) that can be viewed and edited in any plaintext editor. \ No newline at end of file +When I was creating these notebooks, I was hoping to make your reading (and coding) experience as convenient as possible! However, if you don't wish to use Jupyter Notebooks, I also converted these notebooks to regular Python script files (`.py` files) that can be viewed and edited in any plaintext editor.