Given a fixed genre, can the following 7 values be predicted by the song's lyrics and release year?:
- Acousticness, Danceability, Energy, Instrumentalness, Liveness, Valence, Speechiness
The variables are defined as follows:
- Acousticness:
- Danceability:
- Energy:
- Instrumentalness:
- Liveness:
- Valence:
- Speechiness:
This GitHub is part of an almost daily series of posts that I have been making on my LinkedIn. Below you will find links to each of the posts grouped by general topic that was discussed. The groups are largely chronological.
Day 1: Kickoff || Day 2: Spotify API || Day 3: Genius API
Day 4: Initial Validation || Day 5: Be Critical and Patient
Day 6: Visualizations of Distributions || Day 7: Finishing Exploration: Correlation Heatmap
Day 8: Be Dumb, Create a Baseline!
Day 9: Turning Words Into Numbers: TFIDF || Day 11: Turning Words Into Numbers: Word2Vec || Day 12: Turning Words Into Numbers: Document Embeddings
Day 13: Reading NN Documentation || Day 16: Forward Leap - Transformer Embeddings
Day 14: Go With The Flow || Day 15: Go With the Flow (II)
Day 17: K-Means Clustering || Day 18: Expectation Maximization Clustering || Day 19: Density-Based Clustering, DBSCAN