-
Notifications
You must be signed in to change notification settings - Fork 3
/
archive.html
75 lines (73 loc) · 3.53 KB
/
archive.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
---
layout: default
title: home
permalink: /archive.html
---
<section>
<div class="container section-gap">
<h1>Session I<h1>
<h3>7th September 2018, IIT Gandhinagar</h3>
<div class="row" style="top: 40px; padding: 20px">
<div class="col-sm-4 align-items-center">
<img class="f-img img-fluid mx-auto" src="img/anirban-dasgupta.bmp" alt="Anirban Dasgupta">
</div>
<div class="col-sm-8">
<h3>Nearest Neighbour Problems</h3>
<h4>Prof. Anirban Dasgupta</h4><br>
<p>Tackling of finding nearest neighbours of multi-dimensional objects and an analysis of a package developed by Erik Bernhardsson that provides an excellent case-study of empirical algorithmics done well </p>
<p>Find more about this:<br>
<a href="#">Video</a>   <a href="#">Slides</a>   <a href="#">Blog</a></p>
</div>
</div>
<!-- Atishay -->
<div class="row " style="padding: 20px">
<div class="col-sm-4 align-items-center">
<img class="f-img img-fluid mx-auto" src="img/atishay.jpg" alt="Anirban Sir">
</div>
<div class="col-sm-8">
<h3>How Machine Learning is helping different fields</h3>
<h4>Atishay Jain</h4><br>
<p>How machine learning has found its uses in domains ranging from finance, to computer vision, to biology and to astrophysics. and a little in depth analysis as to how it has found itself in Astrphysics.</p>
<p>Find more about this:<br>
<a href="#">Video</a>   <a href="#">Slides</a>   <a href="#">Blog</a></p>
</div>
</div>
<!-- Manas Bedmutha -->
<div class="row" style="padding: 20px">
<div class="col-sm-4 align-items-center">
<img class="f-img img-fluid mx-auto" src="img/manas.jpg" alt="Manas Bedmutha">
</div>
<div class="col-sm-8">
<h3>Generative Adversarial Networks (GANs) using Keras</h3>
<h4>Manas Bedmutha</h4><br>
<p>Generative adversarial networks (GANs) have been at the forefront of research on generative models in the last couple of years. GANs have a diverse pool of application involving image generation, image processing, data generation for visual recognition. GANs’ potential is huge because they can learn to mimic any distribution of data. </p>
<p>Find more about this:<br>
<a href="#">Video</a>   <a href="#">Slides</a>   <a href="#">Blog</a></p>
</div>
</div>
<!-- Rohit Sharma -->
<div class="row" style="padding: 20px">
<div class="col-sm-4 align-items-center">
<img class="f-img img-fluid mx-auto" src="img/rohitSharma.jpg" alt="Rohit">
</div>
<div class="col-sm-8">
<h3>Blockchain in python</h3>
<h4>Rohit Sharma</h4><br>
<p>How blockchain the persepctive in which the world approaches Big Data with enhanced security and data quality and more importantly what exactly is blockchain </p>
<p>Find more about this:<br> <a href="#">Video</a>   <a href="#">Slides</a>   <a href="#">Blog</a></p>
</div>
</div>
<div class="row" style="padding: 20px">
<div class="col-sm-4 align-items-center">
<img class="f-img img-fluid mx-auto" src="img/rohanPatil.jpg" alt="Rohan">
</div>
<div class="col-sm-8">
<h3>Web-Scraping with Python </h3>
<h4>Rohan Patil</h4><br>
<p>Using Python libraries such as BeautifulSoap and Requests to extract data off the web and how it is an important aspect for Data Scientists.</p>
<p>Find more about this:<br>
<a href="#">Video</a>   <a href="#">Slides</a>   <a href="#">Blog</a></p></p>
</div>
</div>
</div>
</section>