aboutsummaryrefslogtreecommitdiff
path: root/microposts/math-writing-decoupling.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-10 10:14:56 +0200
committerYuchen Pei <me@ypei.me>2018-05-10 10:14:56 +0200
commitaaf6accc83e32a57bf0839928e60c5986087d5da (patch)
treee2f1f5df798ed4ac68816fb69243785aed265dd1 /microposts/math-writing-decoupling.md
parent759527285f017d23bfef8c4d443cdb61a760e531 (diff)
minor fix
Diffstat (limited to 'microposts/math-writing-decoupling.md')
-rw-r--r--microposts/math-writing-decoupling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/microposts/math-writing-decoupling.md b/microposts/math-writing-decoupling.md
index 6fbe50c..e765b71 100644
--- a/microposts/math-writing-decoupling.md
+++ b/microposts/math-writing-decoupling.md
@@ -7,4 +7,4 @@ One way to write readable mathematics is to decouple concepts. One idea is the f
It's a bit like the UNIX philosophy, where you have a basic system of modules like IO, memory management, graphics etc, and modify / improve each module individually (H/t [NAND2Tetris](http://nand2tetris.org/)).
-The book [Neutral networks and deep learning](http://neuralnetworksanddeeplearning.com/) by Michael Nielsen is an example of such approach. It begins the journey with a very simple neutral net with one hidden layer, no regularisation, and sigmoid activations. It then analyses each component including cost functions, the back propagation algorithm, the activation functions, regularisation and the overall architecture (from fully connected to CNN) individually and improve the toy example incrementally. Over the course the accuracy of the example of mnist grows incrementally from 95.42% to 99.63%.
+The book [Neutral networks and deep learning](http://neuralnetworksanddeeplearning.com/) by Michael Nielsen is an example of such approach. It begins the journey with a very simple neutral net with one hidden layer, no regularisation, and sigmoid activations. It then analyses each component including cost functions, the back propagation algorithm, the activation functions, regularisation and the overall architecture (from fully connected to CNN) individually and improve the toy example incrementally. Over the course the accuracy of the example of mnist grows incrementally from 95.42% to 99.67%.