-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (167 loc) · 7.55 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Ash Stevens</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap Font Icon CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<nav id="colorlib-main-nav" role="navigation">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle active"><i></i></a>
<div class="js-fullheight colorlib-table">
<div class="colorlib-table-cell js-fullheight">
<div class="row">
<div class="col-md-12">
<ul>
<li class="active"><a href="/">Home</a></li>
<li><a href="">CV (Coming Soon)</a></li>
<li><a href="">Portfolio (Coming Soon)</a></li>
<li><a href="">Blog (Coming Soon)</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<div id="colorlib-page">
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="colorlib-navbar-brand">
<a class="colorlib-logo" href="/"><span>Ash</span><span>Stevens</span></a>
</div>
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle"><i></i></a>
</div>
</div>
</div>
</header>
<div id="colorlib-about">
<div class="container">
<div class="row text-center">
<h2 class="bold">About</h2>
</div>
<div class="row">
<div class="col-md-5">
<div class="item">
<img class="img-responsive about-img" src="images/12-10-17 - ashley stevens headshot-8.JPG">
</div>
</div>
<div class="col-md-6 col-md-push-1 animate-box">
<div class="about-desc">
<div class="owl-carousel3">
<div class="item">
<h2><span>Ash</span><span>Stevens</span></h2>
</div>
<div class="item">
<h2><span>Data Science and</span><span>Machine Learning</span></h2>
</div>
</div>
<div class="desc">
<div class="rotate">
<h2 class="heading">About</h2>
</div>
<p>Hi, I'm Ash! As a data scientist with a background in psychology and research, I bring a unique understanding of human behaviour to my work in AI and machine learning. My work centers around applying best practice machine learning techniques while keeping people at the heart of every decision. I collaborate closely with stakeholders to deeply understand the challenges they face, ensuring we tackle the root of the problem together. With strong technical skills and a focus on clear, effective communication, coupled with an intense curiosity, I bring a holistic approach to data science that drives results and fosters meaningful solutions.</p>
<p class="colorlib-social-icons">
<a href="https://www.linkedin.com/in/ashleystevens2/" target="_blank"><i class="bi bi-linkedin"></i></a>
<a href="https://github.com/ashjstevens" target="_blank"><i class="bi bi-github"></i></a>
</p>
<p><a href="contact.html" class="btn btn-primary btn-outline">Contact Me!</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="colorlib-services">
<div class="container">
<div class="row text-center">
<h2 class="bold">Skills</h2>
</div>
<div class="row">
<div class="col-md-12">
<div class="services-flex">
<div class="one-half">
<div class="row">
<div class="col-md-12 col-md-offset-0 animate-box intro-heading">
<span>My Expertise</span>
<h2>What can I do?</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="rotate">
<h2 class="heading">Skills</h2>
</div>
</div>
<div class="col-md-6">
<div class="services animate-box">
<h3>1 - Machine Learning & Artificial Intelligence</h3>
<ul>
<li><b>Supervised & Unsupervised Learning:</b> Proficiency in algorithms like regression, classification, clustering, dimensionality reduction & tree based models.</li>
<li><b>Deep Learning:</b> Experience with neural networks using frameworks like TensorFlow or PyTorch.</li>
<li><b>Model Evaluation & Tuning:</b> Techniques for cross-validation, hyperparameter tuning, and assessing model performance.</li>
<li><b>Natural Language Processing & LLM's:</b> Knowledge in text & sentiment analysis, langchain, and agent building.</li>
</ul>
</div>
<div class="services animate-box">
<h3>3 - Programming & Automation</h3>
<ul>
<li><b>Python Programming:</b> Advanced proficiency in Python for programming & machine learning.</li>
<li><b>Deployment & Monitoring:</b> Deploying machine learning models into production environments and monitoring their performance over time.</li>
<li><b>Cloud Infrastructure:</b> Leveraging cloud platforms (Google Cloud, AWS, Azure) and terraform to manage scalable workflows and optimize resource usage.</li>
<li><b>Model Maintenance:</b> Ensuring that deployed models remain accurate and relevant, with periodic retraining and tuning.
</ul>
</div>
</div>
<div class="col-md-6">
<div class="services animate-box">
<h3>2 - Communication & Interpersonal Skills</h3>
<ul>
<li><b>Stakeholder Collaboration:</b> Ability to work with cross-functional teams, translating complex technical concepts into business language.</li>
<li><b>Data Storytelling:</b> Crafting compelling narratives from data insights using visualizations or dashboards (e.g., Looker).</li>
<li><b>Problem-Solving & Strategy:</b> Identifying core business problems, formulating data-driven solutions, and advising on AI/ML-driven business strategy.</li>
<li><b>Ethics & Explainability in AI:</b> Understanding of ethical considerations in AI, transparency in models, and ensuring human-centered decision-making processes.</li>
</ul>
</div>
<div class="services animate-box">
<h3>4 - Data Manipulation & Analysis</h3>
<ul>
<li><b>Data Wrangling:</b> Cleaning, transforming, and preparing data using tools like pandas, SQL or dbt.</li>
<li><b>Exploratory Data Analysis (EDA):</b> Using statistical methods, visualizations, and hypothesis testing to understand datasets and extract insights.</li>
<li><b>Feature Engineering:</b> Crafting and selecting meaningful features for machine learning models.</li>
<li><b>Time Series Analysis:</b> Working with time-based data, forecasting, and analyzing trends and patterns.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Simplified JavaScript imports -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>