top of page
Portfolio
Search


Creating a Music Classifier Using Machine Learning & Python
Building a classifier using Spotify API and KNN Everyone loves music, and loves to listen to multiple artists. Each artist is unique and interesting. But how unique, and how interesting? In this project, I set out to create a machine learning model that would be able to predict who the artist is. I first listed my favorite artists, then used the Spotify API to get song data from their top 10 songs, cleaned and preprocessed that data, and then used the K-Nearest Neighbor algor
5 min read


Multiple Classifier models for Telecommunication Customers
Load the dataset into a pandas dataframe and display the first 5 lines of the dataset along with the column headings. import numpy as np...
3 min read
bottom of page