-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (88 loc) · 3.72 KB
/
index.html
File metadata and controls
104 lines (88 loc) · 3.72 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
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
<!DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146880046-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146880046-1');
</script>
<head>
<title>Ibad Ur Rahman</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="ibad.css">
<!-- thumbnail
put path of icon in place of #
-->
<link class="icon" rel="icon" href="#">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Source+Code+Pro|Raleway+Dots|Josefin+Slab|Glegoo|Anton|Oswald" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
</head>
<body>
<div class="navbar">
<a href="#researchsection"> other heading </a>
<a href="#portfoliosection"> Portfolio </a>
<a href="#aboutmesection"> About </a>
<a href="#homesection"> Home </a>
</div>
<!-- homesection -->
<div class="homesection" id="homesection">
<div class="homeimage">
</div>
<div class="centered">
<h1>Ibad Ur Rahman</h1>
<hr>
<p>Currently I am a Big Data Engineer (Elastic Stack) at Barclays UK. I am a Data Scientist plus a programmer with a masters Degree in Data Analytics from The University of Sheffield.
I have worked on Bayesian Neural Networks and Attention Mechanisms as a part of my thesis and have a theoretical and practical understanding of Attention Mechanisma and Deep Bayesian Neural Networks.
I write articles on medium explaining complex machine learning algorithms and I also write kernels on kaggle analysing and inferring from data available over there. An avid reader and love to teach.
<br>
My interests are in the field of Deep Neural Networks and its theoretical understanding and its application on the amount of data that is generated over here.</p>
</div>
</div>
<!-- portfoliosection -->
<div class="PORTFOLIOSECTION" id="portfoliosection">
<div class="portfoliotext">
<h1 class="sectiontitle">Portflio</h1>
<hr>
<div class="container">
<div class="col-md-4">
<div class="imagewrap">
<p><b>title </b> <br> </p>
<a class="image_img" target="_blank" href="#"> <img src="coverphoto.jpeg" alt=""></a>
<p class="imagedescription">short project description <br> </p>
</div>
</div>
</div>
</div>
</div>
<!-- research section -->
<div class="RESEARCHSECTION" id="researchsection">
<div class="researchtext">
<h1 class="sectiontitle">Other Heading</h1>
<hr>
<div class="container">
<div class="col-sm-6">
<p>text </p>
</div>
<div class="col-sm-6" style="font-size:12pt;">
<p> text </p>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- footer -->
<footer class="footer">
<a href="#" target="_blank"><img class="twitter" src="twitter1.png" alt="twitter1"style="width:4.6%;"></a>
<a href="#" target="_blank"><img class="insta" src="linkedin.png" alt="linkedin" style="width:3.9%;"></a>
<a href="#"><img src="git1.svg" target="_blank" alt="git" style="width:3.9%;margin:2px;"></a>
<a href="#" target="_top"><img class="twitter" src="mail2.png" alt="mail"style="width:4%;"></a>
<p>© By Gioia Iacopini, 2018 </p>
</footer>
<!-- end of footer -->
</body>
</html>