diff options
| author | Miguel <m.i@gmx.at> | 2019-03-20 22:11:38 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-03-20 22:11:38 +0100 |
| commit | 5f262c9ad14a63148f0ca9c79dcc23799fcf3b2e (patch) | |
| tree | 7495532cf5483f438e779f4b4b7af5c3fa787559 | |
| parent | 56261f7ad041933bde8b314177c9b0fa499d067c (diff) | |
started notes on neuronal networks
| -rw-r--r-- | 00_blog/00040_Haskell/00220_Neural-Networks/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/00_blog/00040_Haskell/00220_Neural-Networks/index.md b/00_blog/00040_Haskell/00220_Neural-Networks/index.md new file mode 100644 index 0000000..f075430 --- /dev/null +++ b/00_blog/00040_Haskell/00220_Neural-Networks/index.md @@ -0,0 +1,20 @@ + March 2019 +# Neural Networks + +## Hello Sigmoid + +WORK IN PROGRESS + +* sigmoid neurons vs. perceptrons +* recurrent neural networks +* cost / loss / objective function +* quadratic cost function / mean squared error +* gradient descent +* gradient (vector of partial derivatives) +* Stochastic gradient descent + +## Ref + +* [1] <http://neuralnetworksanddeeplearning.com/> +* [2] <http://www.deeplearningbook.org/> +* [3] <https://medium.com/tebs-lab/how-to-classify-mnist-digits-with-different-neural-network-architectures-39c75a0f03e3> |
