-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (111 loc) · 6.24 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_io_home/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_io_home/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_io_home/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta charset="utf-8">
<meta name="author" content="Noor Aldeen Almusleh">
<meta name="keywords" content="quantum computing, quantum information, machine learning, AI">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="">
<title>Noor's Personal Site</title>
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Ubuntu&display=swap" rel="stylesheet">
<!-- CSS Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/styles.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/ec35dfd770.js" crossorigin="anonymous"></script>
<!-- Bootstrap Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-kjU+l4N0Yf4ZOJErLsIcvOU2qSb74wXpOhqTvwVx3OElZRweTnQ6d31fXEoRD1Jy" crossorigin="anonymous"></script>
<!-- MathJax scripts -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript"
src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body>
<header class="pb-3 mb-4 border-bottom">
<a href="index.html" class="d-flex align-items-center text-dark text-decoration-none">
<svg xmlns="#" width="40" height="32" class="me-2" viewBox="0 0 118 94" role="img"><title>Noor Aldeen</title><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"></path></svg>
<span class="fs-4">Noor Aldeen</span>
</a>
</header>
<div class="main-div">
<h1 class="name">Noor Aldeen Almusleh</h1>
<div class="row align-items-md-stretch">
<div class="col-md-7">
<div class="h-100 p-5 text-bg-dark rounded-3 home">
<h3>Machine Learning Engineer | Physicist</h3>
<p>I design machine learning and deep learning models to deal with fraud detection, computer vision, and astrophysics. Some of the problems I worked on are <em>Lending Club Defaulters Prediction</em>, <em>Paddy Disease Classification</em>, and <em>Predicting Possible Progenetors of Populations II Stars</em> using tools such as <tt>SciKit Learn</tt>, <tt>TensorFlow</tt>, and <tt>TensorBoard</tt> in addition to data visualiztion tools such as <tt>Plotly</tt>, <tt>Matplotlib</tt>, and <tt>Seaborn</tt>.</p>
<p>I received my BS.c degree in physics from <a href="https://aabu.edu.jo/EN/Pages/default.aspx">Al Al-Bayt University</a>. I've spent a bit of time doing research in theoratical particle physics where I studied the exact solution of Klein–Gordon equation for a complex potential $V(r) = iar + \frac{b}{r}$ and how it could describe the heavy quarks (top and bottom). Furthermore, I have worked on quantum machine learning with <a href="https://qiskit.org">Qiskit</a>.</p>
<!-- <button class="btn btn-outline-light" type="button">Example button</button> -->
</div>
</div>
<div class="col-md-5">
<div class="h-100 p-5 bg-light border rounded-3 home">
<!-- <h2>Add borders</h2> -->
<img class="testimonial-image" src="images/profile_pic.png" alt="profile_pic">
<div class="contact-info">
<div class="cv-social-link-icon-wrapper">
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope-circle-check"></i></a>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="cv-social-link-icon-wrapper">
<a href="https://github.com/Nour-Aldein2"><i class="fa-brands fa-github"></i></a>
<a href="https://github.com/Nour-Aldein2">Nour-Aldein2</a>
</div>
<div class="cv-social-link-icon-wrapper">
<a href="https://www.linkedin.com/in/nour-aldein-b15361123/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.linkedin.com/in/nour-aldein-b15361123/">Nour-Aldein</a>
</div>
</div>
<a href="cv.html">
<div class="d-grid gap-2 cv-div">
<button class="btn btn-danger btn-lg cv" type="button">
<i class="fa-solid fa-address-card"></i>Check my CV
</button>
</div>
</a>
</div>
</div>
</div>
<div class="divider">
<hr>
</div>
<div class="articles row align-items-md-stretch">
<div class="col-md-4">
<div class="card text-bg-dark h-100">
<!-- <img src="..." class="card-img-top" alt="..."> -->
<div class="card-body">
<h4 class="card-title">Explaining BERT Model Predictions with LIME</h4>
<p class="card-text">Explain Bidirectional Encoder Representation from Transformers (BERT) predictions of Kaggle's competition (tweets classification) using Local Interpretabale Model-Agnostic Explanations (LIME).</p>
<a href="post_explain_BERT_LIME.html" class="stretched-link"></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="h-100 p-5 text-bg-dark rounded-3">
<h2>Food Vision, What Does a Model Sees?</h2>
<p>Comming soon.</p>
<!-- <button class="btn btn-outline-light" type="button">Example button</button> -->
</div>
</div>
<div class="col-md-4">
<div class="h-100 p-5 text-bg-dark rounded-3">
<h2>Diamond Price Predictor</h2>
<p>Coming soon.</p>
<!-- <button class="btn btn-outline-light" type="button">Example button</button> -->
</div>
</div>
</div>
</div>
<footer class="pt-3 mt-4 text-muted border-top footer">
© 2023 Noor Almusleh
</footer>
</body>
</html>