-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (99 loc) · 4.96 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" src="js/track.js"></script>
<script src="https://ipmeta.io/plugin.js"></script>
<script>
provideGtagPlugin({
apiKey: '808a59128376633e6ddaf3ec829a6626f7661c545902c950c9658b7aad3b045b',
serviceProvider: 'dimension1',
networkDomain: 'dimension2',
networkType: 'dimension3',
});
</script>
<title>
Home - RoshanTanisha.
</title>
<link rel='stylesheet' type='text/css' href='bootstrap/css/bootstrap.min.css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/fontcss/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/fontcss/fontawesome.min.css">
<link rel="stylesheet" type="text/css" href="css/fontcss/brands.min.css">
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/load_blog_content.js"></script>
</head>
<body class="container-fluid mx-auto mt-5">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5GG75XS5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="row mx-5 my-5">
<div class="col-md">
<div class="modal-header">
<div class="h1 text-capitalize text-center w-100 modal-title">
TANISHA BHAYANI
</div>
</div>
<div align="center" class="popover-header">
Always Learning and Always Improving!
</div>
<div class="navbar-dark navbar">
<div class="nav">
<a href="/" class="nav-link nav-item">About Me</a>
<a href="/talks.html" class="nav-link nav-item">Talks</a>
<a href="/research.html" class="nav-link nav-item">Research Work</a>
<a href="/projects.html" class="nav-link nav-item">Projects</a>
<a href="/demos.html" class="nav-link nav-item">Demos</a>
<!-- <a href="/posts.html" class="nav-link nav-item">Blog Posts</a>-->
</div>
</div>
<div class="row">
<div class="col-sm1 image"></div>
<div class="col-sm">
<br/>
<div class="container container-fluid text-justify">
<i class="fa fa-quote-left fa-3x fa-pull-left"></i>
My goal is to make human realize their true potential through the use of technology.
I like to work and currently working on technology that is smart, simple, and sophisticated.
This sums up the vast amount of knowledge required to work on projects to excel them into a working product.
I like to train Deep Neural Networks, and understand them well.
I have a cumulative experience of 5+ years working in the product and service-based industry for creating Machine Learning projects. I have done some innovative work that I am proud of and am continuing to do so.
I try my best to contribute my expertise to the project I am working in.
</div>
<br/>
<div class="container container-fluid">
For collaboration on Machine Learning and AI Projects for your company, send your inquiry here: <a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
<br/>
<div class="container container-fluid">
I follow TCP Protocol. Let's connect over here.
</div>
<div class="container row">
<div class="col-sm-1">
<a href="https://www.linkedin.com/in/roshantanisha"><i class="fa fa-linkedin"></i></a>
</div>
<div class="col-sm-1">
<a href="https://github.com/RoshanTanisha"><i class="fa fa-github"></i></a>
</div>
<div class="col-sm-1">
<a href="https://twitter.com/thelogicalkoan"><i class="fa fa-twitter"></i></a>
</div>
<div class="col-sm-1">
<a href="https://www.kaggle.com/roshantanisha"><i class="fab fa-kaggle"></i></a>
</div>
<div class="col-sm-1">
<a href="https://www.youtube.com/channel/UCoNzlhOCFYTeuZl5_r4Fthw/?sub_confirmation=1"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer style="text-rendering:auto;" fontsize='4pt' class="mt-5">
<div align="center" class="card-footer mt-5">
<i class="fa fa-copyright"></i> Made with <i class="fa fa-code"></i> by Tanisha R Bhayani.
</div>
</footer>
</body>
</html>