« Recurrent Neural Network » : différence entre les versions


(Page créée avec « == Domaine == catégorie:Démo Catégorie Démo Catégorie:Apprentissage profond Apprentissage profond == Définition == == Termes privilégiés ==... »)
 
(Destination de redirection modifiée de Réseau de neurones récurrents en Réseau récurrent)
Balise : Cible de la redirection modifiée
 
(4 versions intermédiaires par un autre utilisateur non affichées)
Ligne 1 : Ligne 1 :
== Domaine ==
#REDIRECTION [[Réseau récurrent]]
[[catégorie:Démo]] Catégorie Démo
[[Catégorie:Apprentissage profond]] Apprentissage profond
== Définition ==


 
[[Catégorie:ENGLISH]]
 
== Termes privilégiés ==
 
== Anglais ==
 
 
 
 
'''Recurrent Neural Network (RNN)'''
 
A RNN models sequential interactions through a hidden state, or memory. It can take up to N inputs and produce up to N outputs. For example, an input sequence may be a sentence with the outputs being the part-of-speech tag for each word (N-to-N). An input could be a sentence, and the output a sentiment classification of the sentence (N-to-1). An input could be a single image, and the output could be a sequence of words corresponding to the description of an image (1-to-N). At each time step, an RNN calculates a new hidden state (“memory”) based on the current input and the previous hidden state. The “recurrent” stems from the facts that at each step the same parameters are used and the network performs the same calculations based on different inputs.
• Understanding LSTM Networks
• Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNs

Dernière version du 16 février 2024 à 17:47

Rediriger vers :



Contributeurs: Claude Coulombe, wiki