Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct broken links to tutorials in rnn/README #70

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions grainlearning/rnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ During the installation of grainLearning activate extra `rnn`:

There are three main usages of RNN module:

1. [Train a RNN with your own data.](/tutorials/rnn/train_rnn.ipynb)
2. [Make a prediction with a pre-trained model.](/tutorials/rnn/predict.ipynb)
3. [Use a trained RNN in grainLearning calibration process.](/tutorials/rnn/rnn_calibration_GL.ipynb)
1. [Train a RNN with your own data.](/tutorials/data_driven/LSTM/train_rnn.ipynb)
2. [Make a prediction with a pre-trained model.](/tutorials/data_driven/LSTM/predict.ipynb)
3. [Use a trained RNN in grainLearning calibration process.](/tutorials/data_driven/LSTM/rnn_calibration_GL.ipynb)

For more details about how are these model built check the [documentation](https://grainlearning.readthedocs.io/en/latest).
Loading