This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 12 lines
!!! Overview
[{$pagename}] ([RNN]) is a class of [Artificial Neural network] where connections between units form a directed cycle.
[{$pagename}] creates an internal state of the network which allows it to exhibit dynamic temporal behavior. ([Machine Learning])
Unlike [Feedforward Neural network]s, [RNNs] can use their internal memory to process arbitrary sequences of inputs. This makes them applicable to tasks such as unsegmented connected handwriting [recognition] or speech [recognition].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [Recurrent neural network|Wikipedia:Recurrent_neural_network|target='_blank'] - based on information obtained 2017-04-21-