From c7bb1fe33e160e8ae766496670f78db711639521 Mon Sep 17 00:00:00 2001 From: Muddsair Sharif <muddsair.sharif@hft-stuttgart.de> Date: Mon, 3 May 2021 11:22:39 +0000 Subject: [PATCH] Update index.html name hoc --- public/home/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/home/index.html b/public/home/index.html index 98b6bfe..2b0c0cc 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -26,7 +26,7 @@ </header> <div class="content"> - <h1>Vehicle Detection using Machine Listening and Deep Learning</h1> + <h1>HPC: Vehicle Detection using Machine Listening and Deep Learning</h1> <p align="justify"> Machine Learning can work very well with image recognition, but it can also be used to recognize audio patterns. Machine listening can be used to identify audio patterns of different entities like car engine, human speaking, nature sounds etc. Aim of this thesis is to create a program which will read the labelled audio files, extract features from them, feed features to a sequential model, which will then classify these audio files of vehicles based on their sounds and then further categorize them as either light weight, medium weight, heavy weight, rail-bound or two-wheeled vehicle using the applications of machine listening and deep learning in the field of acoustics. It will also classify unlabelled test data files on a pre-trained model. Additionally, to increase the speed and performance of the software program and algorithm, the program could be executed on a High Performance Computing (HPC) system containing cluster which in turn will have many compute servers also called as nodes which will enable faster and parallel computing. This thesis provides an base model for the vehicle classification giving both advantages and disadvantages along with possibility for future extensions. -- GitLab