-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (24 loc) · 1.59 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fraser Garrow's website</title>
</head>
<body>
<header>
<h1>Fraser Garrow's website</h1>
<aside>If you have made it this far then presumably you know me or are here to find out more <strong>about me:</strong></aside>
</header>
<p>I'm a machine learning researcher based in Edinburgh, Scotland. I am currently a PhD student at Edinburgh Centre for Robotics c/o Heriot-Watt University & the University of Edinburgh. I previously worked at the Alan Turing Institue in the AI for Cyber Defense team as a researcher.</p>
<p>I'm interested in evolutionary computing, games, agent based learning and using ideas from evolutionary computing to make deep learning more robust. More broadly, I like cyber-defense, data-sci and data-vis, as well as hardware and robotics.</p>
<h3>Links to other pages you might want to look at:</h3>
<ul>
<li><a href="https://www.linkedin.com/in/frsrgrrw/">linkedin</a></li>
<li><a href="https://github.com/frsrgrrw">github</a></li>
<li><a href="https://scholar.google.com/citations?hl=en&user=VlOybkAAAAAJ">google scholar</a></li>
<li><a href="https://www.twitter.com/frsrgrrw">x (the website formerly know as twitter)</a></li>
</ul>
<p>If you'd like to speak to me you can reach me at one of the above locations or by <a href="mailto:[email protected]">an email.</a></p>
</body>
</html>