-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.bak0
90 lines (74 loc) · 5.18 KB
/
index.html.bak0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>bagustris@github by bagustris</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/bagustris">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>bagustris@github</h1>
<p>doing good</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/bagustris">bagustris</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h3>
<a name="welcome-to-bagustris-github-pages" class="anchor" href="#welcome-to-bagustris-github-pages"><span class="octicon octicon-link"></span></a>Welcome to bagustris' GitHub Pages.</h3>
<p>This is my Github page made with automatic page generator. This page contains list of my research including the public source for academic purpose. For the full list, you can click "View On Github" in the top left or access my other blogs at <a href="http://bagustris.blogspot.com">Blogspot</a>, <a href="http://bagustris.wordpress.com"> Wordpress</a> and <a href="http://bagustris.tumblr.com">My Tumblr</a>.</p>
<h3>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Bachelor Thesis (Tugas Akhir/Skripsi)</h3>
<p>My bachelor thesis is about implementation of sound sources separation by utilizing independent component analysis for machinery fault detection. I used the simple ICA method using natural gradient algorithm to get separating filter and then by using fundamental frequency estimation via instantaneous frequency I classified the pattern of normal/abnormal machine.</p>
<p>The following poster is part of my bachelor thesis, i.e. presentation of Student Creativity Program (PKM) in Indonesia, 2008.</p>
<img src="http://1.bp.blogspot.com/-16kq4t6tfCU/VgnssKT4BFI/AAAAAAAAJjg/UuuEl8jGfSQ/s1600/posterTA.jpg">
<p>You can grab my bachelor thesis code here, including pdf of the report in the readme section.</p>
<pre ><code>$ git clone [email protected]:bagustris/TugasAkhir-ICA.git
</code></pre>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Master Thesis</h3>
<p>In my master degree, I continue my research, still about source separaton, in more specific theme namely binaural sound separation, a separation method inspired by binaural human auditory processing. In this research, I compared some common method on binaural source separation, from the binaural model by using phase difference channel weighting proposed by Kim et al. from CMU, ICA, ICA with binary mask, FastICA and finally my-proposed-method FastICA with binary mask to accomodate the lack and benefits of previously mentioned methods.</p>
<p>The source code, including the pdf report in readme section, can be grabbed via github in the following line.</p>
<pre><code>$ git clone [email protected]:bagustris/thesis-bss.git
</code></pre>
<p>I will update and fix bugs if there is needed. Below is a poster of some works on my master study.</p>
<img src="https://lh3.ggpht.com/-J9DZmjKZshI/TtYZji7WlHI/AAAAAAAAAzw/4yEfJ12wfps/s1600/bta_poster_oita.png">
<p>
</p>
<h3>
<a name="PhD" class="anchor" href="#PhD"><span class="octicon octicon-link"></span></a>PhD</h3>
<p>I got my PhD in "Information Science" from Japan Advanced Institute of Science and Technology (<a href="http://jaist.ac.jp">JAIST</a>), Ishikawa, Japan. I conducted my research in Acoustic Science Laboratory (Akagi-Unoki Lab), focusing on speech emotion recognition (by fusing acoustic and linguistic information.
This study is funded by MEXT scholarship. Here is one my proposed idea to achieve a better dimensional speech emotion recognition system.</a><p>
<img src="./images/concept.png">
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-25824092-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>