Section 1. Chapitre 5
single
Challenge: Implementing the Basic RNN
Glissez pour afficher le menu
Tâche
Swipe to start coding
-
Define the
SimpleRNNclass, completing its__init__method to set up thenn.RNNandnn.Linearlayers, and implement its forward method to process input sequences. -
Instantiate the
SimpleRNNmodel, then define thenn.CrossEntropyLosscriterion andtorch.optim.Adamoptimizer. -
Implement the training loop to perform forward and backward passes, update model parameters, and include a simple evaluation after training.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 5
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion