From d2679152d07c957a0229db0557cb31806dccf308 Mon Sep 17 00:00:00 2001 From: Utkarsh Raj Date: Tue, 31 Oct 2017 21:39:56 +0530 Subject: [PATCH] Updating doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b400be..121dbe4 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ GenreM is a music classifier that can classify music files into two classes: Metal and Classical. It uses Logistic Regression and octave's fminunc function for the binary classification. Support for other classes will be added soon. There is a webapp in flask as a demo of GenreM. -This app uses the GTZAN dataset for training of the Logistic Regression Algorithm. +This application uses the GTZAN dataset for training of the Logistic Regression Algorithm.