index.html 2.18 KB
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="generator" content="GitLab Pages">
  <title></title>
  <link rel="stylesheet" href="../assets/css/style.css">
  <link rel="stylesheet" href="../assets/css/mobile.css">
</head>

<body>
  <header id="header">
    <div class="row">
      <div class="logo" id="logo"></div>
      <div class="hamburger">
        <div class="line"></div>
        <div class="line"></div>
        <div class="line"></div>
      </div>
      <nav></nav>
    </div>
Athanasios's avatar
Athanasios committed
24
25
    <div id="projectlogo"></div>
    <div id="projectname"></div>
Athanasios's avatar
Athanasios committed
26
27
28
  </header>
  <div class="content">

Muddsair Sharif's avatar
Muddsair Sharif committed
29
    <h1>HPC: Vehicle Detection using Machine Listening and Deep Learning</h1>
Athanasios's avatar
Athanasios committed
30

31
    <p align="justify">
32
      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.
Athanasios's avatar
Athanasios committed
33
    </p>
34
   
Athanasios's avatar
Athanasios committed
35
36

    <p>
37
      <img src="phd_dnn_1.png">
Athanasios's avatar
Athanasios committed
38
39
    </p>

40
  
Athanasios's avatar
Athanasios committed
41

Athanasios's avatar
Athanasios committed
42
43
44
  </div>

  <div class="footer"></div>
Athanasios's avatar
Athanasios committed
45
  <div class="legal"></div>
Athanasios's avatar
Athanasios committed
46
47
48
49
50

  <script src="../settings.js"> </script>
  <script src="../main.js"> </script>
</body>

51
</html>