Post
1582
Ok RNNs can rap too:)
Here we implement the seminal RNN paper “Generating Text with Recurrent Neural Networks"- we train a character-level multiplicative recurrent neural network model (~250k params) for 1000 epochs with Adam opt on 2pac's "Hit 'em Up", sample was fun lol.
Code: https://github.com/Jaykef/ai-algorithms/blob/main/generating_texts_with_rnns.ipynb
Here we implement the seminal RNN paper “Generating Text with Recurrent Neural Networks"- we train a character-level multiplicative recurrent neural network model (~250k params) for 1000 epochs with Adam opt on 2pac's "Hit 'em Up", sample was fun lol.
Code: https://github.com/Jaykef/ai-algorithms/blob/main/generating_texts_with_rnns.ipynb