├── Keras-Classification.ipynb ├── README.md ├── clustering.R ├── clustering2.ipynb ├── data-download.ipynb ├── data ├── cluster0.csv ├── cluster1.csv ├── data_moods.csv ├── df.csv ├── df1.csv └── df2.csv ├── helpers.py └── playlist.ipynb /Keras-Classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/Keras-Classification.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/README.md -------------------------------------------------------------------------------- /clustering.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/clustering.R -------------------------------------------------------------------------------- /clustering2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/clustering2.ipynb -------------------------------------------------------------------------------- /data-download.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data-download.ipynb -------------------------------------------------------------------------------- /data/cluster0.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data/cluster0.csv -------------------------------------------------------------------------------- /data/cluster1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data/cluster1.csv -------------------------------------------------------------------------------- /data/data_moods.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data/data_moods.csv -------------------------------------------------------------------------------- /data/df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data/df.csv -------------------------------------------------------------------------------- /data/df1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data/df1.csv -------------------------------------------------------------------------------- /data/df2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/data/df2.csv -------------------------------------------------------------------------------- /helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/helpers.py -------------------------------------------------------------------------------- /playlist.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristobalvch/Spotify-Machine-Learning/HEAD/playlist.ipynb --------------------------------------------------------------------------------