-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 3.45 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/main.css">
<script src="https://kit.fontawesome.com/d669c29818.js" crossorigin="anonymous"></script>
<title>Paul Perry</title>
</head>
<body>
<div class="container">
<div class="header">
</div>
<div class="info">
<div class="info-wrapper">
<h1>Paul Perry</h1>
<div class="info-links">
<a class="icon" title="Email" href="mailto:[email protected]"><i class="fa-regular fa-envelope"></i></a>
<!-- <i class="fa-brands fa-square-x-twitter"></i> -->
<a class="icon" title="LinkedIn" href="https://www.linkedin.com/in/paulperry"><span style="color:RoyalBlue"><i class="fa-brands fa-linkedin"></i></span></a>
<a class="icon" title="Wordpress" href="http://blog.paulperry.net/"><span style="color:DodgerBlue"><i class="fa-brands fa-wordpress"></i></span></a>
<a class="icon" title="RSS" href="http://blog.paulperry.net/feed/"><span style="color:orange"><i class="fa-solid fa-rss"></i></span></a>
<!-- <i class="fa-brands fa-threads"></i>
<i class="fa-brands fa-bluesky"></i> -->
</div>
<p>Boston based, at the Cambridge Innovation Center (CIC) in Kendall Square, currently advising and
consulting startups in machine learning and generative AI. Recent projects have included:
<ul style="margin-left: 25px;">
<li>Startup strategy, pitch decks, identifying angels and investors.</li>
<li>Intellectual property on Generative AI agent architectures.</li>
<li>Hiring and staffing technical talent for generative AI applications. </li>
<li>Leveraging LLMs to annotate RCT cancer data with metadata ontologies to enable data alignment.</li>
<li>Clinical record data named entity recognition.</li>
<li>Cancer treatment recommendation engine.</li>
<li>Advising an AutoML company.</li>
<li>Machine Learning competitions on Kaggle.</li>
</ul>
</p>
<p>The best way to contact me is through email. I am open to consulting on AI Agents, LLMs, or data science projects.</p>
<div class="info-links">
<a class="icon" title="GitHub" href="https://github.com/paulperry"><span style="color:black"><i class="fa-brands fa-github"></i></span></a>
<a class="icon" title="X" href="https://twitter.com/paulperry"><span style="color:black"><i class="fa-brands fa-x-twitter"></i></span></a>
<a class="icon" title="Kaggle" href="https://www.kaggle.com/paulperry">
<!-- <svg width="55" height="55" viewBox="0 0 60 60"><circle r="23" cx="25" cy="25" fill="none" stroke-width="5" style="stroke: rgb(241, 243, 244);"></circle>
<path d="M2,25 A 23,23 0 1 0 25 3" fill="none" stroke-width="5" style="stroke: rgb(255, 92, 25);"></path> </svg> -->
<span style="color:SkyBlue"><i class="fa-brands fa-kaggle"></i></span></a>
<a class="icon" title="Google Scholar" href="https://scholar.google.com/citations?hl=en&user=hEW2X1MAAAAJ"><span style="color:LightSkyBlue"><i class="fa-brands fa-google-scholar"></i></span></a>
<a class="icon" title="ORCID" href="https://orcid.org/my-orcid?orcid=0000-0002-6682-9650"><span style="color:#aecd54"><i class="fa-brands fa-orcid"></i></span></a>
<div class="info-links">
</div>
</div>
</div>
</body>
</html>