Music Classification using Deep Learning based on Python
By knowing Genre, Era and Mood of music, we can provide music right on target to user. in order to perform music classification, we need Deep Learning based on Python, In this talk i would like to share how to classify music by its genre, era and mood from scratch based on only Python.
Music classification by genre, era, and mood has become an interesting area of research in music and audio processing. By identifying the genre, era, and mood of music, we can provide music tailored to the user's preferences. To recognize music types, we need features that represent the music itself, such as spectrograms, zero-crossing rates, bandwidth, and others. We also need machine learning or deep learning models that can perform feature extraction and classification. Python supports all the tools we need to classify music, from feature extraction and preprocessing to classification and evaluation. Libraries like Librosa, Scikit-learn, and TensorFlow enable programmers to create code for music classification tasks.
In this talk, I would like to share how to conduct research in music classification from start to finish, how to write code for music classification using Python, and how to write a conference paper about music classification.
I am currently establishing Edutech Startup in Indonesia which hold position as a Director. My specific research interests are in Machine Learning, Deep Learning, Music Retrieval, Computer Science and Programming. I Use only Python Programming as a tools for research and my startup. I graduated from Universitas Indonesia both bachelor and master degree. Beyond my activities, I also faculty member / assistant professor at UPN Veteran Jakarta Indonesia for both teaching and research activities focus on Machine Learning and python programming.