Coder Social home page Coder Social logo

music-genre-classifier's Introduction

Music-genre-classifier

The goal of this project is to build and critically analyse some supervised Machine Learning algorithms, to automatically identify the genre of a song on the basis of its audio, metadata and textual features. That is, given a list of songs, our job is to implement one or more Machine Learning model(s), train them using the training dataset, and evaluate using the test validation and test dataset.

Steps of implementation

  1. Firstly, the related Python libraries are introduced, including pandas, sklearn and Matplotlib

  2. Read the training, verification and test data, and add the label of training and verification data to the training data to facilitate the later training.

  3. Tdidf is used to process the tags and titles text features of the data, and then PCA is used to reduce the dimension and merge into the original feature data set.

  4. Standardize the data, then use Baseline, SVM, MLP and LGB models to train the training data, verify with the verification data, and finally predict the test data. Finally, the results of validation data are presented and compared.Model tuning optimization is performed and the performance of each model is evaluated based on the learning curve.

Final Mark

35/40

music-genre-classifier's People

Contributors

vivianjia123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.