-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (99 loc) · 4.66 KB
/
index.html
File metadata and controls
112 lines (99 loc) · 4.66 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Sam Saltwick</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
</head>
<body>
<div id="dhead" class="container">
<div class="row">
<div id="dpic">
<img src="https://media.licdn.com/dms/image/C4D03AQEH-EbWgUZNmw/profile-displayphoto-shrink_800_800/0/1517462930925?e=1728518400&v=beta&t=TpRGjlU9feVplbZHJCfRtDaKPw0eEMEXQWAWp9xzDTQ" class="ppic" />
</div>
<div id="ddesc">
<h1>Sam Saltwick</h1>
<h2>Big fan of GPUs</h2>
<div id="dico">
<a href="https://github.com/saltwick"><i class="fa fa-github fa-3x iico" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/samsaltwick"><i class="fa fa-linkedin fa-3x iico" aria-hidden="true"></i></a>
<a href="mailto:sam@saltwick.com"><i class="fa fa-email-bulk fa-2x iico" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<hr>
<div id="history" class="container">
<div class="entry row">
<div class="timespan">
Oct. 2021 -
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4a/Amazon_icon.svg" />
</div>
<div class="desc">
<strong>Data Scientist - AWS Professional Services</strong>
<br>
Working on bringing SOTA machine-learning solutions to customers using cloud technology. From building a production recommendation system using Amazon SageMaker to researching methods for efficiently training computer vision models. Also collecting AWS certs like infinity stones.
</div>
</div>
<div class="entry row">
<div class="timespan">
Jul. 2020 - Oct. 2021
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="https://companieslogo.com/img/orig/BAH-f43520b2.png?t=1652277277" />
</div>
<div class="desc">
<strong>Data Scientist - Booz Allen Hamilton</strong>
<br>
Developed text classification models for triaging open-source reporting for cyber vulnerabilities. Also worked on modeling and visualizing large network graphs.
</div>
</div>
<div class="entry row">
<div class="timespan">
Aug. 2016 - May 2020
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="https://umd-brand.transforms.svdcdn.com/production/uploads/images/informal-seal.png?w=512&h=512&auto=compress%2Cformat&fit=crop&dm=1656362660&s=f147c43be06ac2a530c41260819e63a1" />
</div>
<div class="desc">
<strong>University of Maryland, College Park - B.S. Computer Engineering</strong>
<br>
Coursework focused around signal processing, computer vision, and linear algebra.
</div>
</div>
<div class="entry row">
<div class="timespan">
Aug. 2018 - Mar. 2020
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="https://media.licdn.com/dms/image/C4D0BAQFbU06idhWIcw/company-logo_200_200/0/1631363038772/coder_kids_inc_logo?e=1723075200&v=beta&t=ocujvFpKhG1esJ-C3Aid3t8Gx-h8LeDn1vLx1qs9KMo" />
</div>
<div class="desc">
<strong>Product Developer & Tutor - Coder Kids</strong>
<br>
Developed instructional courses targeted at students ages 5-13. Taught students how to build Flask apps in Python, how to build video games in Unreal Engine, and the basics of programming in Scratch.
</div>
</div>
</div>
<div class="container">
<div class="ctitle">publications</div>
<div class="pub">
<div class="pub-title"><a href="https://dl.acm.org/doi/10.1145/3589132.3625638">Saliency Driven Imagery Preprocessing for Efficient Compression</a></div>
<div class="pub-venue">ACM SIGSPATIAL 2023</div>
<div class="pub-authors">Justin Downes, Sam Saltwick, Anthony Chen</div>
</div>
</div>
<br><br><br><br><br>
<div class="container">
<footer>Unabashedly inspired by <a href="https://karpathy.ai/">karpathy.ai</a></footer>
</div>
</body>
</html>