-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (81 loc) · 4.03 KB
/
index.html
File metadata and controls
106 lines (81 loc) · 4.03 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
105
106
<!DOCTYPE html>
<!-- The HTML document itself begins with <html> and ends with </html> -->
<html lang="en-US">
<!--The <head> element contains meta information about the document
Meta data is not displayed
-->
<head>
<meta charset="UTF-8">
<meta property="og:title" content="Prasanth - My Github Website">
<meta property="og:description" content="My notes for self-learning Python programming and Machine Learning">
<meta name="description" content="ML Course">
<meta name="keywords" content="ML,Python,AI,Machine Learning, Data Analysis, Artifical Intelligence, Programming, Tutorial, Blog, Learn">
<meta name="author" content="Prasanth Thangavel">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--OG : WhatsApp Click to chat - Share image and MetaData -->
<meta name="description" content="List of topics to explore and learn!">
<meta property="og:url" content="https://prasanth-ntu.github.io" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://prasanth-ntu.github.io/html/images/avid learner.jpeg">
<title >Prasanth's Learn by Doing</title>
<!-- To use an external style sheet, add a link to it in the <head> section of the HTML page -->
<link rel="stylesheet" href="https://prasanth-ntu.github.io/html/styles.css">
<link rel="icon" href="https://prasanth-ntu.github.io/html/images/avid learner.jpeg">
</head>
<!-- The <body> element contains the visible page content -->
<body>
<!-- <div class="header"> -->
<ul class="navigation_menu">
<li class="navigation_menu"><a href="https://prasanth-ntu.github.io/" style="background-color: gray;">About</a></li>
<li class="navigation_menu"><a href="https://prasanth-ntu.github.io/html/ML-Course-1.html">Machine Learning</a></li>
<li class="navigation_menu"><a href="https://prasanth-ntu.github.io/html/automate-with-python.html">Automate with Python</a></li>
<li class="navigation_menu"><a href="https://prasanth-ntu.github.io/html/others.html">Others</a></li>
</ul>
<!-- </div> -->
<br><br><br>
<img src="html/images/Knowledge sharing.jpg" alt="Logo"
class = "img_center"style="width:180px;height:250;">
<h1>
<i> Knowledge <big><big>grows</big></big> when shared </i>
</h1>
<hr>
<p>My name is <a href="https://www.linkedin.com/in/prasanthntu/" target="_blank">Prasanth Thangavel</a>.</p>
<p>I am currently a PhD candidate in
<a href="http://igs.ntu.edu.sg/Pages/Home.aspx" target="_blank">Interdisciplinary Graduate School </a> at
<a href="http://www.ntu.edu.sg/Pages/home.aspx" target="_blank">Nanyang Technological University, Singapore</a>,
under the supervision of
<a href="https://www.dauwelslab.com/" target="_blank">Assoc Prof. Justin Dauwels</a>.
</p>
<p>My current research interests include :
<ul>
<li>Maching Learning, Aritficial Intelligence and Neural Networks</li>
<li>Deep Learning such as CNN</li>
<li>EEG, Epilepsy detection and classification using AI, ML & DNN</li>
</ul>
</p>
<p>
In my spare time, I like to learn about Deep Learning, Programming, Electronics, Circuitry.
I also like teaching programming and robotics to kids.
</p>
<hr>
<p style="font-family:verdana; text-align: center; font-size:90%;">
<em>Education transformed my life and I want to transform others using education.<br>
I firmly believe that “Knowledge grows when shared"<br>
I am doing my best to share the knowledge.
</em>
</p>
<p style="text-align: center;"> I am active in
<a href="https://www.quora.com/profile/Prasanth-Thangavel" target="_self">Quora</a>
,
<a href="https://wa.me/6594699443">Whatsapp Me</a>,
<a href="https://wa.me/?text=I%20found%20a%20great%20ML%20and%20DL%20website.%20Check%20out%20this%20link%20https%3A%2F%2Fprasanth-ntu.github.io%2F">Share on WhatsApp</a>
</p>
<!--
<img src="images/avid learner.jpeg" alt="Logo" width="104" height="142">
-->
<br>
<p style="text-align: center;">
<a href="#">Scroll to the top</a>
</p>
</body>
</html>