🧠
AI
Ctrlk
  • Artificial Intelligence
  • Intuitive Maths behind AI
  • Overview
  • Cool Reading list
  • Research Ideas and Philosophy
  • Basic Principles
  • Information Theory
  • Probability & Statistics
  • Linear Algebra
  • Optimization
  • Statistical Learning Theory
  • Machine Learning
  • Deep Learning
  • Bayesian Deep Learning
  • Reinforcement Learning
  • Transformers
  • LLMs
  • SSL, ViT, Latest vision learning spring
  • Diffusion Models
  • Distributed Training
  • State Space Models
  • RLHF
  • Robotics
  • Game Theory and ML
  • Continual Learning
  • Computer Vision
  • Papers
  • Deep Learning Book
  • Project Euler
  • Python
  • Computer Science
  • TensorFlow
  • Pytorch
    • RNN/LSTM in Pytorch
    • Dataset/ Data loader
    • Resuming/Loading Saved model
  • Programming
  • General Software Engineering
  • How To Do Research
  • Resources
  • ROS for python3
  • Kitti
Powered by GitBook
On this page
  • What are input/outputs for an RNN/LSTM:
  • How to do backpropagation through time.
  1. Pytorch

RNN/LSTM in Pytorch

What are input/outputs for an RNN/LSTM:

LogoSequence Models and Long Short-Term Memory Networks — PyTorch Tutorials 2.9.0+cu128 documentationpytorch.org
LogoBuilding RNNs is Fun with PyTorch and Google ColabMedium

How to do backpropagation through time.

LogoCorrect way to do backpropagation through time?PyTorch Forums
LogoPyTorch - RuntimeError: Trying to backward through the graph a second time, but the buffers have already been freedStack Overflow

PreviousPytorchNextDataset/ Data loader

Last updated 5 years ago