Skip to content
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 Genre Classification Model #61

Closed
wants to merge 9 commits into from
Closed

Music Genre Classification Model #61

wants to merge 9 commits into from

Conversation

fspzar123
Copy link
Contributor

Closes: #52

  • Title : Music Genre Classification Model
  • Name: Filbert Shawn
  • Idenitfy yourself: SSOC' 24

Describe the add-ons or changes you've made 📃

In the field of machine learning, identifying musical genres is challenging because they are complex and diverse. Convolutional Neural Networks (CNN) and Support Vector Machines (SVM) are widely used for music genre classification. In this research paper, we develop XGBoost, SVM, Random Forest and KNN approach for music genre classification using the Kaggle GTZAN dataset. The proposed model achieves an accuracy of 90%, 75%, 81% and 80% on the training and validation sets respectively.

Type of change ☑️

What sort of change have you made:

  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested? ⚙️

Tested all models used in the project

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

Screenshot 2024-06-30 095835

Note to reviewers 📄

Please review and let me know if there are any changes needed

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Owner

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fspzar123 don't commit in main branch and don't delete/edit any other files and docs. You have to re-fork the repo and create your own branch, raise the pr.

Attach the public collab link.

image

@Avdhesh-Varshney Avdhesh-Varshney added bug 🐛 Something isn't working invalid 🚫 This doesn't seem right wontfix ❌ This will not be worked on labels Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working invalid 🚫 This doesn't seem right wontfix ❌ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Music Genre Classification Model
2 participants