Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anushadatta/neural-networks-deep-learning

🔗 Music Genre Classification & HDB Price Prediction.
https://github.com/anushadatta/neural-networks-deep-learning

keras neural-networks tensorflow

Last synced: 7 days ago
JSON representation

🔗 Music Genre Classification & HDB Price Prediction.

Awesome Lists containing this project

README

        

# Neural Networks & Deep Learning

> CZ4042 Neural Networks & Deep Learning \
> School of Computer Science and Engineering \
> Nanyang Technological University

This repository consists of CZ4042 Assignment 1, which is composed of the following problem sets:

## (A) Music Genre Classification

AIM: Perform music genre classification by predicting the genre label for a given audio file.

DATASET: GTZAN dataset
* ```features_30_sec.csv```
* 1000 audio tracks, 30 seconds each
* Audio tracks preprocessed into 57 features
* Genres (10 labels): blues, classical, country, disco, hip-hop, jazz, metal, pop, reggae and rock
* 1 pattern: filename + audio length + 57 features + label/genre

## (B) HDB Price Prediction

AIM: (i) Perform retrospective prediction of HDB housing prices (resale_price), (ii) Identify the most important features that contributed to the prediction (Recursive Feature Elimination)

DATASET: Publicly available data on HDB flat prices in Singapore, obtained from data.gov.sg on 5th August 2021
* ```hdb_price_prediction.csv```
* Original feature set modified with other datasets to add informative features, as outlined in ```Assignment1.pdf```