GuitarLSTM

Deep learning models for guitar amp/pedal emulation using LSTM with Keras
Log | Files | Refs | README

commit 5fd1fa74b9f07c526d6e7ad0b0ef4e96c49602d3
parent 47ce6a1e84fee72adaa54d1d6c8958b8ac66daea
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Sun,  6 Dec 2020 06:15:33 -0600

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Re-creation of LSTM model from [Real-Time Guitar Amplifier Emulation with Deep Learning](https://www.mdpi.com/2076-3417/10/3/766/htm) -For a great explanation of how LSTMs works, check out this blog post:<br> +For a great explanation of how LSTMs work, check out this blog post:<br> https://colah.github.io/posts/2015-08-Understanding-LSTMs/