From aaa922fc4dee537c54e2594b4835b5a3425c0426 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 21 Mar 2019 13:39:20 +0100 Subject: cv and some stuff about neuronets --- .../00040_Haskell/00220_Neural-Networks/index.md | 15 +++++++++++++-- Michal_Idziorek_CV.pdf | Bin 1444412 -> 1505234 bytes index.md | 9 +++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/00_blog/00040_Haskell/00220_Neural-Networks/index.md b/00_blog/00040_Haskell/00220_Neural-Networks/index.md index f075430..ee62d09 100644 --- a/00_blog/00040_Haskell/00220_Neural-Networks/index.md +++ b/00_blog/00040_Haskell/00220_Neural-Networks/index.md @@ -9,12 +9,23 @@ WORK IN PROGRESS * recurrent neural networks * cost / loss / objective function * quadratic cost function / mean squared error -* gradient descent +* gradient descent * gradient (vector of partial derivatives) -* Stochastic gradient descent +* stochastic gradient descent +* on-line / incremental learning +* deep neural networks +* mini-batches +* backpropagation (4 funamental equations) +* weighted input +* required assumptions about the cost function +* hadamard / schur product + + +* saturated neuron ## Ref * [1] * [2] * [3] +* [4] diff --git a/Michal_Idziorek_CV.pdf b/Michal_Idziorek_CV.pdf index f73fe30..7651403 100644 Binary files a/Michal_Idziorek_CV.pdf and b/Michal_Idziorek_CV.pdf differ diff --git a/index.md b/index.md index fb6d234..220b0d0 100644 --- a/index.md +++ b/index.md @@ -46,3 +46,12 @@ Keep in mind, that this website is under sustained construction with more content scheduled to follow. Just browse the [blog](/blog) to find out more. + +CV +== + +Download a PDF version of my Curriculum Vitae: + +[Michal\_Idziorek\_CV.pdf](Michal_Idziorek_CV.pdf) + +It is likely out of date, sorry mate! -- cgit v1.2.3