Skip to content
Snippets Groups Projects
Commit 0e9ea824 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Merge branch 'add_rnn_references' into 'main'

Added References to RNN md file

See merge request !97
parents d2cdb396 81d15935
No related branches found
No related tags found
1 merge request!97Added References to RNN md file
Pipeline #91784 passed
......@@ -16,3 +16,7 @@ As previously stated a recurrent neural network uses sequences and node connecti
![Unfold RNN](./Recurrent_neural_network_unfold.png "Unfold RNN")
Source: <https://en.wikipedia.org/wiki/Recurrent_neural_network> 05.01.2022
## References
{{#include ../../References.md:Recurrent_neural_network}}
......@@ -104,4 +104,10 @@ ANCHOR: Multi_Layer_Perceptron
[1] [How Neural Networks Solve the XOR Problem (last accessed on 17.01.2022)](https://towardsdatascience.com/how-neural-networks-solve-the-xor-problem-59763136bdd7)
ANCHOR_END: Multi_Layer_Perceptron
### Recurrent Neural Network
ANCHOR: Recurrent_neural_network
[1] [Recurrent Neural Networks (last accessed on 18.01.2022)] (https://www.ibm.com/cloud/learn/recurrent-neural-networks)\
[2] [Recurrent Neural Networks cheatsheet (last accessed on 18.01.2022)] (https://stanford.edu/~shervine/teaching/cs-230/cheatsheet-recurrent-neural-networks)
ANCHOR_END: Recurrent_neural_network
ANCHOR_END: ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment