Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 583 Bytes

AI-ML-Intro

Artificial Intelligence Course - Computer Assignment 4 - University of Tehran - Spring 1401

Goals:

  • An Introduction to Machine Learning methods.
  • Working with Scikit-Learn library.

Description:

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