Submitted by AutoModerator t3_xznpoh in MachineLearning
liljontz t1_is5ut6l wrote
Reply to comment by ThrowThisShitAway10 in [D] Simple Questions Thread by AutoModerator
Thank you for this answer! It was very helpful, I'm really new to code in general but my goal is to learn how to make a song lyric generator, all the ones online are multi purpose I want one dedicated to just that. Again thank you!!
itsyourboiirow t1_iskrfyz wrote
If you are doing it to learn and for fun, I would look into a Recurrent Neural Network (RNN) or a Long short term memory (LSTM) model for generation. They’re really good at picking up patterns in text. Im sure it would be able to do it well with enough training data.
liljontz t1_isku4iq wrote
I am trying to learn for fun, I'll definitely look into that. I'm not amazing at coding but I'm hoping I can learn :)
Viewing a single comment thread. View all comments