-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.qmd
More file actions
76 lines (71 loc) · 3.1 KB
/
about.qmd
File metadata and controls
76 lines (71 loc) · 3.1 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
---
title: About me
image: images/icon-comp.jpg
about:
template: trestles
links:
- icon: envelope
text: Email
href: mailto:bainmatt@proton.me
- icon: github
text: GitHub
href: https://github.com/bainmatt
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com/in/bainmatt/
- icon: mortarboard
text: Credly
href: https://www.credly.com/users/mattbain
- icon: book
text: Scholar
href: https://scholar.google.com/citations?user=rwo4JUIAAAAJ
# - icon: bug
# text: Orcid
# href: https://orcid.org/0009-0001-0084-6001
# - icon: code
# text: LeetCode
# href: https://leetcode.com/u/mattbain/
# - icon: trophy
# text: Kaggle
# href: https://www.kaggle.com/mattbain
# - icon: bar-chart
# text: Tableau
# href: https://public.tableau.com/app/profile/mattbain/vizzes
# - icon: play-circle
# text: Streamlit
# href: https://share.streamlit.io/user/bainmatt
# - icon: robot
# text: Hugging Face
# href: https://huggingface.co/mattbain
page-layout: full
---
Hi there! I'm Matt. To the left is a picture of Mount Fuji, captured
during my travels through Japan. Mount Fuji has been the subject of many
significant works of art (Hokusai's [*Thirty-six Views of Mount
Fuji*](https://en.wikipedia.org/wiki/Thirty-six_Views_of_Mount_Fuji),
for instance). In many ways it is the ideal subject, infinitely patient,
beautiful, static against a constantly fluctuating backdrop of weather
and seasons.
When I'm not admiring nature and art, I am working
with data. In some ways analyzing data is like drawing Mount Fuji. A
data analyst recognizes a subject (structured collection of data points)
behind clouds of interference (noise) and approaches that subject with a
new way of seeing (statistical tools) to extract meaning (insights). An
insight is a nugget of a bigger idea, from which the artist delivers
value in the form of an evocative picture, and the analyst delivers
value through visualizations, reports, recommendations, and statistical
models.
If you can't tell, I have a deep fondness for data, and
in particular for statistics and machine learning, which are the tools
that guide me through the mist toward structure and meaning. I find it
especially thrilling to implement statistical ideas through code and
neat data analyses. I like to write about my favourite projects and
discoveries. You can find some of that [here](posts.html). I also make
music on the side -- you can find that [here](music.html).
::: button-group
<a href="https://leetcode.com/u/mattbain/" class="btn-custom"><i class="bi bi-code"></i> LeetCode </a>
<a href="https://www.kaggle.com/mattbain" class="btn-custom"><i class="bi bi-trophy"></i> Kaggle </a>
<a href="https://public.tableau.com/app/profile/mattbain/vizzes" class="btn-custom"><i class="bi bi-bar-chart"></i> Tableau </a>
<a href="https://share.streamlit.io/user/bainmatt" class="btn-custom"><i class="bi bi-play-circle"></i> Streamlit </a>
<!-- <a href="https://huggingface.co/mattbain" class="btn-custom"><i class="bi bi-robot"></i> Hugging Face </a> -->
:::