Skip to content

Commit

Permalink
Fixed typos in ch12/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vmirly committed Nov 30, 2019
1 parent cc3cb86 commit ac20ce3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ch12/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
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 comments on commit ac20ce3

Please sign in to comment.