-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathml-course.html
204 lines (184 loc) · 10.5 KB
/
ml-course.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Keep-Current Project :: Applied Machine Learning Course</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon//apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon//apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon//apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115527810-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115527810-2');
</script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#eaf7f7",
"text": "#5c7291"
},
"button": {
"background": "#56cbdb",
"text": "#ffffff"
}
},
"theme": "classic"
})});
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-right content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1><a href="/"><img src="images/logo/keep current small logo.png" alt="Keep-Current Project"></a></h1>
<p class="major">Welcome to the Applied Deep Learning course, based on the <a href="https://www.fast.ai/2019/01/24/course-v3/">“Practical Deep Learning for Coders” (v3) fast.ai MOOC</a> with <a href="https://pytorch.org/">PyTorch 1.0.</a></p>
<ul class="actions stacked">
<li><a href="#kc-project" class="button big wide smooth-scroll-middle">More Details</a></li>
</ul>
</div>
<div class="image">
<img src="images/rawpixel-600782-unsplash.jpg" alt="" />
</div>
</section>
<!-- Two -->
<section class="spotlight style4 orient-left content-align-left image-position-center onscroll-image-fade-in" id="kc-project">
<div class="content">
<h2>What will I learn?</h2>
<p>You will learn the practical details of deep learning applications with hands-on coding using the fastai library built on top of PyTorch.</p><p>
The key deep learning applications covered in the MOOC are:
<ul>
<li>Computer vision</li>
<li>Natural language processing</li>
<li>Tabular data</li>
<li>Collaborative filtering</li>
</ul>
</p>
<p>
<ul class="actions stacked">
<li><a href="https://www.fast.ai/2019/01/24/course-v3/" class="button">MOOC details</a></li>
<li><a href="https://course.fast.ai" class="button">MOOC material</a></li>
</ul>
</p>
<p>In addition, we will dive deeper into the theory behind the practice, and enable you to deeply understand the algorithms as well as to dare to tweak, hack and change them for better performance and usage.</p>
</div>
<div class="image">
<img src="images/AdobeStock_109605508_Preview.jpeg" alt="" />
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Format and Timeline</h2>
<p>The course is made of 7 meetings. Before each meeting, you are expected to watch the course video and arrive to the meeting with insights and questions. The questions will be answered by other members in the study group. Thus, enabling members to learn and understand better by teaching others. As we all come from different backgrounds, we will enrich each other by expressing and emphasizing the different aspects of deep learning algorithms in practice and theory.</p>
<p>Our next (5th) meeting will be held on May 13rd at 18:30.</p>
</div>
<div class="image">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2659.2820616911417!2d16.367317251487453!3d48.2011827546054!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x476d079cc59ff7df%3A0x32db461f91b35836!2sKarlsplatz+1%2C+1010+Wien!5e0!3m2!1sen!2sat!4v1552473388108" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</section>
<section class="spotlight style5 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>What is expected from me?</h2>
<p>You are expected to have at least 1 year experience with programming. Preferably, you should feel comfortable with programming in Python as well as having basic knowledge in Calculus and Linear Algebra. Some machine learning background is advised to make best use of the course, but is not necessary.</p>
<p>We believe that the best method to learn, is by teaching others. Be prepared to give a presentation to the rest of the group!</p>
<ul class="actions stacked">
<li><a href="https://docs.google.com/forms/d/1bEFDFO3RB_1bHN4jwltb8GChHriSDpvEg8EhNDubVVY" class="button">Apply Now</a></li>
</ul>
</div>
<div class="image">
<img src="images/course/20190401_195725.jpg" alt="" />
</div>
</section>
<section class="spotlight style2 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Who are we?</h2>
<p>We are a group of volunteers who have met each other in Vienna's Meetup scene. We advocate new methods of learning and promote education through learning by doing and having a better understanding of studied material by teaching it. Coming from different disciplines and having differnet ways of seeing things is a way to learn from and enrich each other.</p><p>There is no smarter than all of us.</p>
</div>
<div class="image">
<img src="images/course/20190401_190509.jpg" alt="" />
</div>
</section>
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>With the help and support of:</h2>
<ul class="actions stacked">
<li><a href="https://www.facebook.com/groups/DevCVienna/" target="_blank"><img src="images/developer-circles-vienna.jpg" width="80%"></a></li>
</ul>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Still have questions? Just write us!</h2>
<form id="contactform" method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" alt="Name" required />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" alt="Email" required />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6" alt="Message" required></textarea>
</div>
</div>
<ul class="actions special">
<li><input type="submit" name="submit" id="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/_keepcurrent" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/KeepCurrentNow/" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.linkedin.com/in/liadmagen/" class="icon style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.meetup.com/WeAreDevelopers/" class="icon style2 fa-meetup"><span class="label">Meetup</span></a></li>
<li><a href="https://github.com/Keep-Current" class="icon style2 fa-github"><span class="label">Github</span></a></li>
</ul>
<p>© Liad Magen. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>