-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.78 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.78 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Anthony James Estella Cagalawan</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104579374-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>Anthony James Estella Cagalawan</h1>
<div>
<video autoplay loop muted><source src="media/pointy.mp4"></video>
</div>
<h2>About</h2>
<div>
Currently working on products to prevent large-scale fraud.
Previously did robotics in big tech, research labs, and startups with an initial focus on state estimation and later in machine learning systems.
</div>
<h2>Writing</h2>
<ul>
<li><a href="articles/2017-08-observability-aware-trajectories/">Observability-aware Trajectories</a></li>
<li><a href="https://www.dropbox.com/s/8vc9x1tzlts2xp5/continuous_optimization_notes.pdf?dl=0">Continuous Optimization Course Notes (pdf)</a> (<a href="https://www.dropbox.com/s/l6yszwzru029qdu/continuous_optimization_notes.docx?dl=0">docx</a>)</li>
</ul>
<h2>Talks</h2>
Target-driven Visual Navigation using Deep Reinforcement Learning (<a href="https://www.youtube.com/watch?v=7Pk99Sx63RQ">Video</a>) (<a href="https://cs.uwaterloo.ca/~ppoupart/teaching/cs885-spring18/slides/cs885-lecture17a.pdf">Slides</a>)
<h2>Contact</h2>
<p>Email: james.cagalawan@gmail.com</p>
<p>GitHub: <a href="https://www.github.com/cglwn">cglwn</a></p>
</body>
</html>