-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInterests.html
80 lines (70 loc) · 5.73 KB
/
Interests.html
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
<!DOCTYPE html PUBLIC "-W3C//DTD XHTML 1.1//EN"
"http://w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Joshua Fan</title>
<link href="PersonalWebsiteStylesheet.css" type="text/css" rel="stylesheet" />
<meta name="description" content="Joshua Fan's website"/>
<meta name="keywords" content="transportation, transit, environment, geography, computer science"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="background_picture_space">
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Mount_Rainier_panorama_2.jpg/1280px-Mount_Rainier_panorama_2.jpg" id="background_picture" />
</div>
<p id="website_name"><a href="index.html">Joshua Fan</a></p>
<div id="tabs">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Resume.html">CV<a></li> <!--resume-->
<li><a href="Contact.html" class="selected_tab">Contact me</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="Interests.html">Interests</a></li>
</ul>
</div>
<div id="main_text">
<h2>Interests</h2>
<p><b>Note: this is somewhat outdated. I'm still excited about these things, but see my <a href="files/Joshua_Fan_CV.pdf">CV</a> for more recent information.</b></p>
<h3>Computer science, programming</h3>
<p>As you might have expected from my major, computer science is a subject that I am extremely passionate about. First of all, the results of computer science have penetrated
so many aspects of modern life. With computer science, we can now instantly find the fastest route to get to a destination using (say) Google Maps, access unprecedented amounts
of knowledge quickly over the Internet, and instantaneously communicate with others online. (Needless to say, there are countless other examples.) In addition
to these numerous applications, however, I find the concepts of computer science to be immensely interesting and beautiful in their own right.</p>
<p>Within computer science, I am very interested in machine learning, algorithms, and
statistical data science. As a caveat, I have not taken advanced courses in some of these topics, so my
understanding is very incomplete. However, the algorithms and probabilistic approaches I have
encountered so far (such as the Viterbi algorithm, Bayesian networks, the EM algorithm, etc.) are
conceptually very interesting to me, and I enjoy learning them for their own sake. Being a TA for CSE 312
has also enhanced my passion for probability and statistics, as well as their use in fields such as
randomized algorithms.</p>
<p>I am also extremely fascinated by the numerous applications of such techniques. In particular,
computational biology is a very impactful application area. Computational biology has the potential to help us
better understand the human genome and gene expression, improve cancer treatment, and positively influence lives in many more ways; these are
all possibilities I am excited about. Natural language processing is also a fascinating application area that
combines beautiful algorithmic techniques (such as dynamic programming) with crucial real-world
applications, such as speech recognition, machine translation, and processing queries for search
engines.</p>
<p>Computer programming is also something I enjoy. Even though debugging can certainly be painful at times, I find learning new technologies
and the general sense of problem-solving inherent within programming to be very fun and rewarding. Currently, I am strongest with high-level
languages such as Java, C#, and Python, but I am always enthusiastic about learning different things as well.</p>
<h3>Transport</h3>
<p>I have something of an obsession with transportation networks. Whether it's buses, railways, planes, or whatever, a well-designed transport network (such as one with
an intricately-designed <a href="http://www.humantransit.org/2010/12/basics-finding-your-pulse.html">pulse network</a>) can be very beautiful
to me. Of course, such a network has clear positive impacts on people's lives, and public transportation in particular can be very beneficial for the environment, public health,
and mobility. During my spare time, I enjoy re-designing a transport network for a real location. I also
like to follow transport issues; some of my favorite blogs include <a href="http://www.seattletransitblog.com">Seattle
Transit Blog</a> for analysis of transport issues in Seattle, and <a href="http://www.humantransit.org">Human Transit</a> for an interesting explanation of fundamental transit planning principles applied around
the world.</p>
<h3>Geography and maps</h3>
<p>I have been fascinated by geography and maps since a very young age. I've always loved learning about different places, and maps can be a great way to do that. To me, maps
can be both beautiful and interesting--check out <a href="http://bigthink.com/articles?blog=strange-maps">Strange Maps blog</a>
or the <a href="http://transitmaps.tumblr.com/">Transit Maps blog</a> for some maps that I greatly enjoy. In addition,
the broader field of geography is extremely interesting to me. There are so many intriguing spatial patterns out there that
intersect with numerous fields, such as economics and political science. The field of geography has also been greatly influenced
by the unprecedented amount of data and computational tools available in our era; GIS software, databases, and statistical techniques have
contributed to many interesting findings in modern geographic research. I find this to be
fascinating, especially since this ties my interests of computer science and geography together.
<br />
</div>
</body>
</html>