Skip to content

Commit

Permalink
fix broken link in rnn
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Nov 23, 2023
1 parent 86cdd45 commit 767c798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl/time-series-deep-learning/timeseries.rnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@


!!! info ":simple-abstract: Introduction to Neural Networks"
We explain the theories of neural networks in [this section](../recurrent-neural-networks.md). Please read it first if you are not familiar with neural networks.
We explain the theories of neural networks in [this section](../deep-learning-fundamentals/recurrent-neural-networks.md). Please read it first if you are not familiar with neural networks.


In section [Recurrent Neural Network](../recurrent-neural-networks.md) we discussed the basics of RNN. In this section, we will build an RNN model to forecast our [pendulum time series data](timeseries.dataset.pendulum.md).
In section [Recurrent Neural Network](../deep-learning-fundamentals/recurrent-neural-networks.md) we discussed the basics of RNN. In this section, we will build an RNN model to forecast our [pendulum time series data](timeseries.dataset.pendulum.md).

## RNN Model

Expand Down

0 comments on commit 767c798

Please sign in to comment.