-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (45 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
54 lines (45 loc) · 2.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!--meta name="viewport" content="width=700, initial-scale=1"/-->
<link rel="icon" type="image/png" href="http://benhachey.info/favicon.png">
<link rel="stylesheet" href="style.css" type="text/css"/>
<meta name="description" content="Ben Hachey - Home - Data science professional of 10+ years. Key expertise in computational linguistics, large-scale text analytics, machine learning, and information integration."/>
<title>Ben Hachey - Home</title>
</head>
<body>
<div id="card">
<div id="nav-column">
<div id="nav-wrap">
<a href="http://video.tpt.org/video/2365042610/"><img id="nav-image" src="images/ben-hachey-200x200.png" alt="Ben Hachey profile photo, don't cha know"/></a>
<div id="nav">
<p>
<!--a class="nav" href="index.html"--><img class="nav-icon" src="images/home.png" alt="Home icon"/>About<!--/a-->
</p>
<p>
<a class="nav" href="detail.html"><img class="nav-icon" src="images/internet.png" alt="Navigate to Detail page"/>Detail</a>
</p>
<p>
<a class="nav" href="contact.html"><img class="nav-icon" src="images/mail.png" alt="Navigate to Contact page"/>Contact</a>
</p>
</div>
</div>
</div>
<div id="content-column">
<div id="content">
<h2>Ben Hachey - About</h2>
<p>
I am a <a href="https://en.wikipedia.org/wiki/Data_science">data science</a> professional of 15+ years. I build and lead teams that develop <strong>machine-in-the-loop tools</strong> to <strong>amplify human intelligence</strong>. My key expertise is in product-driven <a href="https://en.wikipedia.org/wiki/Artificial_intelligence">AI</a>, interactive <a href="https://en.wikipedia.org/wiki/Machine_learning">ML</a> and <a href="https://en.wikipedia.org/wiki/Natural-language_processing">NLP</a>.
</p>
<p>
At <a href="https://www.harrison.ai/">Harrison.AI</a>, we bridge the gap between clinical medicine and computer science. We are currently building <a href="https://www.annalise.ai/">Annalise.AI</a>'s category-defining AI tools with <a href="https://i-med.com.au/">I-Med Radiology Network</a>.
</p>
<p>
I supervise PhD/Honours students at <a href="http://sydney.edu.au/">The University of Sydney</a>, where I was previously a <a href="http://www.arc.gov.au/discovery-early-career-researcher-award">Research Fellow</a>, and developed and taught the <a href="http://sydney.edu.au/courses/master-of-data-science">Master of Data Science</a>.
</p>
</div>
</div>
</div>
</body>
</html>