-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweek2.html
152 lines (146 loc) · 7.7 KB
/
week2.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
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Explore ML | DSC CBIT</title>
<link rel = "icon" href = "img\icon.png" type = "image/x-icon">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation
==========================================-->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand page-scroll" href="index.html">Explore ML | DSC CBIT</a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="page-scroll">HOME</a></li>
<li><a href="week1.html" class="page-scroll">Week 1</a></li>
<li><a href="#blogs" class="page-scroll">Week 2</a></li>
<li><a href="week3.html" class="page-scroll">Week 3</a></li>
<li><a href="week4.html" class="page-scroll">Week 4</a></li>
<li><a href="week5.html" class="page-scroll">Week 5</a></li>
<li><a href="week6.html" class="page-scroll">Week 6</a></li>
<!-- <li><a href="#team" class="page-scroll">Team</a></li>
<li><a href="#contact" class="page-scroll">Contact</a></li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- Blogs Section -->
<div id="blogs" class="text-center">
<div class="container">
<div class="section-title">
<h2>WEEK 2</h2>
</div>
<div class="row">
<div class="blogss-items">
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/KNN-k-Nearest-Neighbors-Algorithm-f6e880c694314c0ca79d97370c319b5e" target="_blank" title="Advanced Python" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>KNN</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/knn.png" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/Basics-of-NLP-bb041cca5f294093a58fbd8ebd2e9c11" target="_blank" title="NLP Intro" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>NLP INTRO</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/nlp.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/Bag-of-Words-a719e3660625415684205e5fe9c8e933" target="_blank" title="" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Bag of Words</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/bow.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/Unigram-Bigram-n-gram-and-TFIDF-8fd9f3af5d004e8b9d095cee05f2184b" target="_blank" title="Tensorboard" target="_blank" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Unigram, Bigram, N-gram<h4>
<h4>TFIDF</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/ngram.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/Word2Vec-b5f7e38673354d8892f0f1c420acecba" target="_blank" title="Project Title" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Word2Vec</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/w2v.jpeg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/Average-word2vec-64d5f257814a418b9d704372d066d215" target="_blank" title="D3.js" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Average Word2Vec</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/gradient.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="blogs-item">
<div class="hover-bg"> <a href="https://www.notion.so/tfidf-w2v-3c48857e38ff4043a045535063315809" target="_blank" title="Visualization" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>TFIDF Word2Vec</h4>
</div>
<img style="width: 400px; height: 210px;" src="img/portfolio/grad1.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<div id="footer">
<div class="container text-center">
<p><img src="img/footer/dsc_cbit_horlogo.png" style="width: 20%; height: 3%; " alt="">
<img src="img/footer/explreml_logo.png" style="width: 20%; height: 3%; " alt="">
</p>
</div>
</div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/nivo-lightbox.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>