From 83ef2f11dbffb16c281c09a2aa882edece594270 Mon Sep 17 00:00:00 2001 From: VKdennis <58699059+VKdennis@users.noreply.github.com> Date: Fri, 31 Jan 2020 09:57:42 +0100 Subject: [PATCH] add article --- README.md | 2 ++ doc/index.rst | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d75080..e0f7c3c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ pyrenn is a [recurrent neural network](https://en.wikipedia.org/wiki/Recurrent_n * [Real-Time Recurrent Learning (RTRL) algorithm](http://www.mitpressjournals.org/doi/abs/10.1162/neco.1989.1.2.270#.VpDullJ1F3Q) and [Backpropagation Through Time (BPTT) algorithm](https://en.wikipedia.org/wiki/Backpropagation_through_time) are implemented and can be used to implement further training algorithms * It comes with various examples which show how to create, train and use the neural network +## Articles + * [Pyrenn Levenberg-Marquardt (LM) Neural Network Training Algorithm as an Alternative to Matlab's LM Training Algorithm](https://mikescodeprojects.com/2020/01/12/pyrenn-vs-matlab/) ## Installation diff --git a/doc/index.rst b/doc/index.rst index 91fa5bc..65c1aab 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -47,6 +47,11 @@ Features * `Real-Time Recurrent Learning (RTRL) algorithm`_ and `Backpropagation Through Time (BPTT) algorithm`_ are implemented and can be used to implement further training algorithms * It comes with various examples which show how to create, train and use the neural network +Articles +-------- + + * `Pyrenn Levenberg-Marquardt (LM) Neural Network Training Algorithm as an Alternative to Matlab's LM Training Algorithm`_ + Get Started ----------- @@ -80,4 +85,4 @@ Dependencies (Python) .. _Real-Time Recurrent Learning (RTRL) algorithm: http://www.mitpressjournals.org/doi/abs/10.1162/neco.1989.1.2.270#.VpDullJ1F3Q .. _Backpropagation Through Time (BPTT) algorithm: https://en.wikipedia.org/wiki/Backpropagation_through_time .. _download: https://github.com/yabata/pyrenn/archive/master.zip -.. _git: http://git-scm.com/ +.. _git: http://git-scm.com/ \ No newline at end of file