-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music Generation Analysis #472
Comments
Hello there! 👋🏻 Welcome to the ML-ProjectKart! 🚀⚡️ |
I would like to work on this project please assign it to me |
Use multiple algorithms. Issue assigned. @pranjall29 |
Its been 15days since issue was assigned and no PR yet. @pranjall29 |
will be making a PR request till today night. sorry for the delay. |
Ok, no issue as long as you inform. @pranjall29 |
I am having difficulty pushing the code to my forked repository. Do I push it to the main branch or create a feature branch? |
Push it to main branch, if you have any queries or need help don't hesitate to ask. @pranjall29 |
Define You:
This project focuses on generating music automatically using Recurrent Neural Network(RNN) or LSTM.Our input to the model is a sequence of musical events/notes. Our output will be new sequence of musical events/notes. LSTMs are extremely useful to solve problems where the network has to remember information for a long period of time as is the case in music and text generation. I will be using Music 21 toolkit as it provides a simple interface to acquire the musical notation of MIDI files.
The text was updated successfully, but these errors were encountered: