aboutsummaryrefslogtreecommitdiff
path: root/microposts/neural-networks-programming-paradigm.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
committerYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
commitbd3b4e7d8a436685f8b676da8f6ffe9498ab2e3f (patch)
tree1d29d70ddb35b18407c69792cd76e66d2a2280b6 /microposts/neural-networks-programming-paradigm.md
parent661762ba8fd5fd685bfbe99473d7286efa85b381 (diff)
Added copyright notices and license headers to website content.
also removed more unused files.
Diffstat (limited to 'microposts/neural-networks-programming-paradigm.md')
-rw-r--r--microposts/neural-networks-programming-paradigm.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/microposts/neural-networks-programming-paradigm.md b/microposts/neural-networks-programming-paradigm.md
deleted file mode 100644
index e84b7f2..0000000
--- a/microposts/neural-networks-programming-paradigm.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-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.