aboutsummaryrefslogtreecommitdiff
path: root/microposts
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-01 13:09:21 +0200
committerYuchen Pei <me@ypei.me>2018-05-01 13:09:21 +0200
commit5e5c1b52e24cc72cb8bea29a133ef9426f681e99 (patch)
tree8ac78e09f946cc63da968bd61cf9e96debfb6285 /microposts
parenta4a1448b84331ea0d7fd436287ad43afd553aebd (diff)
added a micropost
Diffstat (limited to 'microposts')
-rw-r--r--microposts/neural-networks-programming-paradigm.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/microposts/neural-networks-programming-paradigm.md b/microposts/neural-networks-programming-paradigm.md
new file mode 100644
index 0000000..e84b7f2
--- /dev/null
+++ b/microposts/neural-networks-programming-paradigm.md
@@ -0,0 +1,8 @@
+---
+date: 2018-05-01
+---
+> Neural networks are one of the most beautiful programming paradigms ever invented. In the conventional approach to programming, we tell the computer what to do, breaking big problems up into many small, precisely defined tasks that the computer can easily perform. By contrast, in a neural network we don't tell the computer how to solve our problem. Instead, it learns from observational data, figuring out its own solution to the problem at hand.
+
+Michael Nielsen - [What this book (Neural Networks and Deep Learning) is about](http://neuralnetworksanddeeplearning.com/about.html)
+
+Unrelated to the quote, note that Nielsen's book is licensed under [CC BY-NC](https://creativecommons.org/licenses/by-nc/3.0/deed.en_GB), so one can build on it and redistribute non-commercially.