Artificial Intelligence Course - Computer Assignment 4 - University of Tehran - Spring 1401
- An Introduction to Machine Learning methods.
- Working with Scikit-Learn library.
In this project we are going to work on a dataset which gathered by spotify which contains information about musics inclouding artist name, genre and etc. We aim to use some supervised learning algorithms to predict the genre of music. The Algorithms we used:
- K-Nearest-Neighbor
- Decision Tree
- Random Forest