Skip to content

Commit ac20ce3

Browse files
committed
Fixed typos in ch12/readme
1 parent cc3cb86 commit ac20ce3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ch12/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Python Machine Learning - Code Examples
22

33

4-
## Chapter 12: Implementing a Multilayer Artificial Neural
5-
Network from Scratch
4+
## Chapter 12: Implementing a Multilayer Artificial Neural Network from Scratch
65

76
### Chapter Outline
87

9-
- Modeling complex functions with arti cial neural networks
8+
- Modeling complex functions with artificial neural networks
109
- Single-layer neural network recap
1110
- Introducing the multilayer neural network architecture
1211
- 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
4847
![](../ch02/images/jupyter-example-2.png)
4948

5049

51-
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.
50+
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.

0 commit comments

Comments
 (0)