- Python:
a. Python For Everybody
b. Python Tutorial
c. Hackerrank : Python
d. Numpy Basics - Music Representation:
a. Chapter 1: Fundamentals of music processing by Meinard Müller
You can find the summary of the chapter in the subdirectoryAutomatic-Music-Transcription/Task 1
Fork the repository, clone it on your local pc, and do the assignments and push all changes back to your forked repo before the deadline.
Those who are not familiar with GitHub can use following resources to understand the working.
Deadling for submission is 23:59 PM on 4 June 2021. Make changes in the notebook Music_Representations.ipynb
itself and push the modified notebook to your forked repo.
You can do the assignment either in the Google Colab or in the Jupyter notebook.
- Sound analysis using Python
- Fast Fourier Transform
- Chapter 2: Fundamentals of music processing by Meinard Müller
- Video on audio preprocessing using Python
- But what is the Fourier Transform? A visual introduction
Everyone is supposed to go through this part very carefully since it is important for you to understand the audio preprocessing to successfully train the model. Deadline for this task is 23:59 PM on 11 June 2021.
Also, start reading this paper side by side to have a better idea of exactly how and what to learn.