Commit f9db0a3a authored by Muddsair Sharif's avatar Muddsair Sharif
Browse files

Update usecase index.html

parent 647f3c81
Pipeline #3762 passed with stages
in 19 seconds
......@@ -26,7 +26,7 @@
</header>
<div class="content">
<h1>HPC: Vehicle Detection using Machine Listening and Deep Learning</h1>
<h1>Abstract</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.
......@@ -37,7 +37,11 @@
<img src="phd_dnn_1.png">
</p>
<h1>User-Case: Region - Stuttgart, Germany</h1>
<p align="justify">
One could easily get annoyed by the noise of traffic, vehicles, specially in bigger cities like Stuttgart. Also, the city of Stuttgart is situated inside a valley, and thus sound can be reflected back by the hills. So controlling the sound pollution levels in this region is a major part of the research. This classification approach can help reduce the noise pollution level in Stuttgart.
</p>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment