From 147a19e84a743f1379f05bf2f444143b4afd7bd6 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 18 Jun 2021 12:58:44 +1000 Subject: Updated. --- microposts/neural-networks-programming-paradigm.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 microposts/neural-networks-programming-paradigm.org (limited to 'microposts/neural-networks-programming-paradigm.org') diff --git a/microposts/neural-networks-programming-paradigm.org b/microposts/neural-networks-programming-paradigm.org new file mode 100644 index 0000000..c96f2b8 --- /dev/null +++ b/microposts/neural-networks-programming-paradigm.org @@ -0,0 +1,21 @@ +#+title: neural-networks-programming-paradigm + +#+date: <2018-05-01> + +#+begin_quote + 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. +#+end_quote + +Michael Nielsen - +[[http://neuralnetworksanddeeplearning.com/about.html][What this book +(Neural Networks and Deep Learning) is about]] + +Unrelated to the quote, note that Nielsen's book is licensed under +[[https://creativecommons.org/licenses/by-nc/3.0/deed.en_GB][CC BY-NC]], +so one can build on it and redistribute non-commercially. -- cgit v1.2.3