-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (114 loc) · 3.55 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Personal website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="Image/vamshi-circle.png" alt="profile picture">
</td>
<td>
<h1>Vamshi Kumar</h1>
<p><em><a href="https://www.bmc.com/blogs/noc-engineer/#:~:text=The%20NOC%20engineer%20monitors%20and,a%20central%20location%20or%20remotely.">NOC Engineer</a> at <strong>Evergent</strong></em></p>
<p>I am currently working as NOC Engineer at Evergent. I am interest in trendy topics working on the
<a href="https://en.wikipedia.org/wiki/Machine_learning">Machine Learning</a> projects, Learning about Web Development. I have made some <a href="https://en.wikipedia.org/wiki/Machine_learning">Machine Learning</a> projects
on <a href="https://en.wikipedia.org/wiki/NLP">NLP</a>, <a href="https://en.wikipedia.org/wiki/Deep_learning">Deep Learning</a>, and <a href="https://en.wikipedia.org/wiki/Reinforcement_learning">Reinforcement Learning</a> Algorithms, Regression Algorithms, Classification Algorithms,
Clustering. I have also learnt about the Mathematics involved in <a href="https://en.wikipedia.org/wiki/Machine_learning">Machine Learning</a>. I have also have
Knowledge on <a href="https://en.wikipedia.org/wiki/Amazon_Web_Services">AWS</a>, <a href="https://en.wikipedia.org/wiki/Shell_script">Shell scripting</a>, Python, <a href="https://en.wikipedia.org/wiki/Web_scraping">Web Scrapping</a>.</p>
</td>
</tr>
</table>
<hr>
<h3>Experience :</h3>
<table cellspacing="10">
<thead>
<tr><th>Year</th>
<th>Organisation</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019-2021</td>
<td>NOC Engineer at Evergent</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills :</h3>
<table>
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Shell scritping</td>
<td>⭐⭐⭐ </td>
</tr>
<tr>
<td>Python Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Machine Learning</td>
<td>⭐⭐⭐⭐ </td>
</tr>
<tr>
<td>Deep Learning</td>
<td>⭐⭐⭐⭐ </td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3>Education Qualifications : </h3>
<table cellspacing="10">
<thead >
<th>Year of Passing</th>
<th>Institue</th>
<th>Specialisation</th>
<th>Score</th>
</thead>
<tbody >
<tr>
<td>2019</td>
<td>VBIT (Vignana Bharati Institue of Technology)</td>
<td>ECE (Electronics and Communication Engineering)</td>
<td>60.0</td>
</tr>
<tr>
<td>2015</td>
<td>Omega Junior College</td>
<td>MPC (Maths, Physics, Chemistry)</td>
<td>84.3</td>
</tr>
<tr>
<td>2013</td>
<td>Pratibha High School</td>
<td>SSC</td>
<td>72.0</td>
</tr>
</tbody>
</table>
<hr>
<h3>Hobbies : </h3>
<p>
<ol>
<li>Watching tech related videos</li>
<li>Learning new skills</li>
</ol>
</p>
<hr>
<h3><a href="projects.html">My projects</a></h3>
<h3><a href="contact.html">Contact me</a></h3>
<hr>
</body>
</html>