-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
42 lines (32 loc) · 865 Bytes
/
Copy pathresearch.html
File metadata and controls
42 lines (32 loc) · 865 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title> Research </title>
</head>
<body>
<h1> Research </h1>
<nav>
<a href="index.html">Home</a> |
<a href="projects.html">Projects</a> |
<a href="research.html">Research</a> |
<a href="cv.html">CV</a> |
<a href="contact.html">Contact</a>
</nav>
<hr>
<p>
My research interests lie in applying machine learning and computer vision
to real-world issue and natural-disaster monitoring problems.
</p>
<h3>Current Interests</h3>
<ul>
<li>Image-based visibility estimation</li>
<li>Camera-based river discharge and hydrological measurement</li>
<li>Time-series forecasting</li>
</ul>
<h3>Ongoing Explorations</h3>
<ul>
<li>Camera-based river discharge estimation using video (paused)</li>
<li>Lightning nowcasting (learning phase)</li>
</ul>
</body>
</html>