-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (137 loc) · 7.17 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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Lorenzo Bagnol</title>
<meta charset="utf-8" />
<script src="https://kit.fontawesome.com/d9d3d91ce2.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta name="google-site-verification" content="falxpVpCZ1rTWC83E0gVA1g1voVyoG0Lxv_LgQ8hmQc" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="fa-solid fa-l fa-2xl"></span>
<span class="fa-solid fa-b fa-2xl"></span>
</div>
<div class="content">
<div class="inner">
<h1>Lorenzo Bagnol</h1>
<p> AI reasearcher at «Università di Pisa» in deep learning and NLP.<br>
Master’s Degree in Pure Mathematics with some exams of Physics about general relativity and field theory.
</p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Home</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/img.jpeg" alt="" /></span>
<p> I am an AI researcher specializing in deep learning and NLP at the University of Pisa. With Bachelor's and Master's degrees in Pure Mathematics (both with honors) and a strong background in Physics, I bring a multidisciplinary approach to my work.
Outside academia, I thrived as a Software Developer Engineer at NTT Data, gaining expertise in Microsoft technologies.
Passionate about machine learning and AI, I obtained certifications from Coursera, Duke University, and Stanford University. I developed expertise in machine learning and NLP through specialized courses.
I'm currently working as an AI researcher at Università di Pisa, alongside an internship at AI Technologies s.r.l.
With proficiency in several programming languages and familiarity with a range of libraries and tools, I am equipped to tackle complex projects. I am fluent in Italian, have a B2 level of English proficiency, and possess basic knowledge of French.
Overall, my academic and non-academic achievements demonstrate my dedication to excellence and my ability to bring expertise to any role.
</p>
<br>
<p>download CV</p>
<br>
<div class="icons">
<a href="file/CV Eng.pdf" download>
<i class="fa-regular fa-file-pdf fa-2xl" style="font-size: 5.0em"></i>
</a>
</div>
<br><br>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<span class="image main"><img src="images/ai.webp" alt="" /></span>
<p>
Some years ago, I have built a C program that can solve Hanoi’s tower problem. This problem consists of having 3 “towers” and n disks of different sizes in the first tower, with the bigger disk at the bottom and the smaller disk at the top. The aim is to move all of them from the first tower to the third one, moving only one disk at a time without putting a disk on a smaller one. I have also developed a C program that can play “tris” by using brute force, calculating all the possibilities, and choosing the best one.
</p>
<p>
In my recent work, I've been developing ML algorithms in the field of NLP. I have implemented some NER algorithms, one using Bidirectional LSTM plus CRF and another using BERT. Now I'm working with LLMs (Llama, Alpaca, Vicuna, etc.) and evaluating them using NLG metrics (BLEU, METEOR, ROUGE) for the specific task of data-to-text.
</p>
</article>
<!-- About -->
<article id="about">
<h2 class="major">About</h2>
<span class="image main"><img src="images/valve.jpg" alt="" /></span>
<p>
I am a passionate DIY enthusiast with a diverse range of interests.
In the realm of electronics, I love creating both vacuum tube and solid-state amplifiers, as well as other electronic devices.
When it comes to woodworking, I enjoy exploring various techniques and have successfully restored vintage motorcycles and bicycles.
Additionally, I have been playing jazz guitar for 13 years, with three of those years spent at the esteemed Saint Louis College of Music.
With a natural curiosity and strong problem-solving abilities, I thrive in both practical and theoretical pursuits.
</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<!--form method="post" action="{{ url_for("gfg")}}">
<div class="fields">
<div class="field half">
<label for="Name">Name</label>
<input type="text" name="name" id="name" required/>
</div>
<div class="field half">
<label for="Email">Email</label>
<input type="text" name="email" id="email" required/>
</div>
<div class="field">
<label for="Message">Message</label>
<textarea name="message" id="message" rows="4" required></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form-->
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/lorenzo-bagnol-0012aa209/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/lorenzobagnol/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/lorenzobagnol" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p> Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>