-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
242 lines (230 loc) · 11 KB
/
portfolio.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="en">
<head>
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="95f6b704-d278-4ee4-9f6d-2b20056aa724"
data-blockingmode="auto" type="text/javascript"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-733CXGLTH2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-733CXGLTH2');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Domingo Ranieri - Portfolio</title>
<link rel="stylesheet" href="styles/portfolio.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body class="main-content">
<div class="container" id="portfolios">
<div class="portfolios-content">
<div class="main-title">
<h2> <span> My Portfolio</span><span class="bg-text"> Projects</span></h2>
</div>
<div class="portfolios" id="ptf">
<!-- card-->
<div class="portfolio-item">
<div class="box1">
<div class="image">
<img src=" ./img/quantum2.webp" alt="Abstract quantum circuit representation">
</div>
<div class="hover-items">
<h3> Equation Quantum Solver </h3>
<div class="icons">
<a href=" https://github.com/domingoran/QUBOEncoder" class="icon">
<i class=" fab fa-github "></i>
</a>
</div>
</div>
</div>
<div class="box2">
<div class="portfolio-text">
<h5>
Quantum Computing
</h5>
<h4>
Equation Quantum Solver
</h4>
<p>
The D-Wave Quantum Computer is utilized for optimization problem solving, including
finding solutions for sets of equations with more variables than equations. It employs
quantum annealing and explores energy landscapes to identify the optimal solution.
</p>
</div>
</div>
</div>
<!-- end card-->
<!--card-->
<div class="portfolio-item">
<div class="box1">
<div class="image">
<img src=" ./img/audio.webp" alt="Microphone">
</div>
<div class="hover-items">
<h3>CNN Audio MNIST CLassifier </h3>
<div class="icons">
<a href=" https://www.kaggle.com/code/domingoranieri/audio-mnist-classification-using-cnn"
class="icon">
<i class=" fab fa-kaggle "></i>
</a>
</div>
</div>
</div>
<div class="box2">
<div class="portfolio-text">
<h5>
Audio Machine Learning
</h5>
<h4>
CNN Audio MNIST Classifier
</h4>
<p>
Audio classification is a valuable task applicable in various fields. To accomplish
this, I developed a Convolutional Neural Network (CNN) model specifically designed for
the audio MNIST dataset.
</p>
</div>
</div>
</div>
<!-- end card-->
<!--card-->
<div class="portfolio-item">
<div class="box1">
<div class="image">
<img src=" ./img/brest.webp" alt="stethoscope">
</div>
<div class="hover-items">
<h3>Brest cancer classification </h3>
<div class="icons">
<a href=" https://www.kaggle.com/code/domingoranieri/classification-study-on-breast-cancer-dataset"
class="icon">
<i class=" fab fa-kaggle "></i>
</a>
</div>
</div>
</div>
<div class="box2">
<div class="portfolio-text">
<h5>
Machine Learning
</h5>
<h4>
Brest cancer classification
</h4>
<p>
Machine Learning models have proven to be valuable in predicting diseases from clinical
data. In this particular project, my focus was on comparing the performance of various
models by varying hyperparameters.
</p>
</div>
</div>
</div>
<!-- end card-->
<!--card-->
<div class="portfolio-item">
<div class="box1">
<div class="image">
<img src=" ./img/gol.png" alt="Game Of Life state exanple">
</div>
<div class="hover-items">
<h3> Probabilistic <br /> Game of Life</h3>
<div class="icons">
<a href="https://github.com/domingoran/Game-of-Life-" class="icon">
<i class=" fab fa-github "></i>
</a>
</div>
</div>
</div>
<div class="box2">
<div class="portfolio-text">
<h5>
Complex System
</h5>
<h4>
Probabilistic Game of Life
</h4>
<p>
The Game of Life is a well-known deterministic complex system that has captivated
researchers and enthusiasts alike. However, in this modified version, random events are
introduced, which disrupt the original behavior and alter the complexity class of the
system.
</p>
</div>
</div>
</div>
<!-- end card-->
</div>
</div>
</div>
<div class="cookies-eu-banner hidden">
<div class="content ">
<h1>Accept Cookies </h1>
<p>By clicking <b style="color: #036564;">ACCEPT</b> you agree to the storing of
cookies on your
device to
enhance a better experience.</p>
<div class="btns">
<button class="btn cancel"><b>Reject</b></button>
<button class="btn accept"><b>Accept</b></button>
</div>
</div>
</div>
<footer class="footer">
<ul class="footer_options">
<li class="footer_item"><a href="">
<div id="copyright" align="center">© 2023 domingoranieri.com - All Rights Reserved</div>
<!-- <script>
(function () {
let cpr = document.getElementById("copyright");
cpr.innerHTML = "© 2023 - " + new Date().getFullYear() + " domingoranieri.com - All Rights Reserved.";
})();
</script> -->
</a> </li>
<!-- <li class="footer_item"><a href="termsAndConditions.html">Terms and conditions</a></li> -->
<li class="footer_item"><a href="https://www.iubenda.com/privacy-policy/16836571" title="Privacy Policy "
target="_blank">Privacy Policy</a>
<script
type="text/javascript">(function (w, d) { var loader = function () { var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src = "https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s, tag); }; if (w.addEventListener) { w.addEventListener("load", loader, false); } else if (w.attachEvent) { w.attachEvent("onload", loader); } else { w.onload = loader; } })(window, document);</script>
</li>
<li class="footer_item"><a href="cookiePolicy.html" target="_blank" class="cookie-settings">Cookie
Policy</a></li>
<!-- <li class="footer_item"><a class="cookie-settings">Change cookies settings</a></li> -->
</ul>
</footer>
<div class="controls">
<a href="index.html">
<div class="control" data-id="home">
<i class="fas fa-home"></i>
</div>
</a>
<a href="about.html">
<div class="control" data-id="about">
<i class="fas fa-user"></i>
</div>
</a>
<div class="control active-btn" data-id="blogs">
<i class="fas fa-briefcase"></i>
</div>
<a href="blog.html">
<div class="control" data-id="contact">
<i class="fas fa-newspaper"></i>
</div>
</a>
<a href="contact.html">
<div class="control" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</a>
</div>
</body>
<!-- <script src="scripts/main.js"></script> -->
</html>