From bd3b4e7d8a436685f8b676da8f6ffe9498ab2e3f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 1 Jul 2021 15:16:19 +1000 Subject: Added copyright notices and license headers to website content. also removed more unused files. --- microposts/neural-networks-programming-paradigm.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 microposts/neural-networks-programming-paradigm.md (limited to 'microposts/neural-networks-programming-paradigm.md') 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. -- cgit v1.2.3