GuitarLSTM

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

commit 517f04fa9d14142e46fb144bc7dd0cb2ba06f307
parent 3c1dc9e379241c0f43369f2e60e88ffa0653df94
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Tue, 15 Dec 2020 09:01:01 -0600

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

diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ copy the sound of complex guitar signals while still training on a CPU. ## Info -Re-creation of LSTM model from [Real-Time Guitar Amplifier Emulation with Deep +A variation on the LSTM model from [Real-Time Guitar Amplifier Emulation with Deep Learning](https://www.mdpi.com/2076-3417/10/3/766/htm)