forked from shala2020/shala2020.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.html
66 lines (51 loc) · 2.62 KB
/
notes.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
<!DOCTYPE html>
<html>
<head>
<title>SHALA-2020</title>
<meta property="og:image" content="https://shala2020.github.io/images/cp.jpg" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- extra -->
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/index.css" />
<!-- For social Handles -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"
integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin="anonymous">
</head>
<body>
<div id="header">
<h1><b>MastAI ki paathSHALA</b></h1>
<div class='text-center'>
<h2>Have fun Staying Home And Learning AI</h2>
</div>
<div class='text-center'>
<h3>A course on Data Science, Machine Learning, and Deep Learning</h3>
<h4>Summer 2020</h3>
</div>
<div style="clear:both;"></div>
</div>
<div class="thirdhighlight">
<div class="container sec">
<div id="coursedescs">
<p>These notes accompany the summer course <a href="http://shala2020.github.io/">SHALA-2020</a> on Data
Science, Machine Learning, and Deep Learning .</p>
<p>The notes of the respective modules will be updated, as per the <a
href="https://docs.google.com/spreadsheets/d/e/2PACX-1vR2UGMjeIZf0BEDGSoyZEo-6XuLX_Xy50Ozs3lSqnATcbi68kgPUhdH1VyIXpDAeI_ZYfW1pzsymTP4/pubhtml?gid=1184439562&single=true"
target="_blank"><strong>schedule</strong></a>.</p>
</div>
</div>
</div>
Module 0: Introduction to the course <br>
Lecture Materials <br>
Module 1: Data Science - Getting Started <br>
Lecture Materials
</body>
</html>