forked from the-full-stack/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaugust2018.html
208 lines (204 loc) · 9 KB
/
august2018.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
205
206
207
208
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="old/theme.css" type="text/css">
<title>Full Stack Deep Learning</title>
<meta name="keywords" content="deep learning, machine learning, data science, jobs">
<meta name="description" content="Hands-on program for software developers familiar with the basics ofdeep learning to get experience with the full stack.">
<link rel="icon" href="old/assets/logo.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118687450-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118687450-1');
</script>
</head>
<body>
<nav class="navbar navbar-expand-md bg-primary navbar-dark">
<div class="container">
<a class="navbar-brand" href="/">
<b>Full Stack Deep Learning</b>
</a>
</div>
</nav>
<div class="pt-3">
<div class="container">
<h1 class="text-center">Full Stack Deep Learning Bootcamp</h1>
<p class="lead text-center">Hands-on program for developers familiar with the basics of deep learning</p>
<div class="row">
<div class="col-md-12">
<h2 class="my-2">Why</h2>
<p class="">There are great online courses on how to train deep learning models. Some start with theory, some start with code. But training the model is just one part of shipping a complete deep learning project. Our course is aimed at people who already
know the basics, and want experience with the full stack.</p>
<div class="row">
<div class="col-lg-6 m-auto">
<img class="d-block img-fluid mx-auto" src="old/assets/positioning_v1.png"> </div>
</div>
<h2 class="my-2">Content</h2>
</div>
</div>
<p class="">Attendees will learn and get first-hand experience with best practices of all components of a deep learning project:</p>
<ul class="">
<li>Formulating the
<b>problem</b> and estimating project
<b>cost</b>
</li>
<li>Finding, cleaning, labeling, and augmenting
<b>data</b>
</li>
<li>Picking the right
<b>framework</b> and compute
<b>infrastructure</b>
</li>
<li>Finding the right model
<b>architecture</b> by running experiments
<b>in parallel</b></li>
<li>
<b>Troubleshooting</b> training and ensuring <b>reproducibility</b></li>
<li>
<b>Deploying</b> the model at scale</li>
<li>Keeping up with fast-moving research areas such as <b>meta-learning</b></li>
</ul>
<h2 class="my-2">Project</h2>
<p class="">Attendees will spend
<b>30%</b> of the time on developing and deploying a state-of-the-art <b>computer vision</b> and <b>natural language processing</b> system.</p>
<ul>
<li>Use the
<b>most important building blocks</b> of deep learning: convnets, sequence models, and attention</li>
<li>Receive
<b>feedback and support</b> along the way</li>
<li>Learn
<b>best practices</b> for running experiments</li>
<li>
<b>Deploy</b> the final model for widespread use</li>
</ul>
<h2 class="my-2">Certification</h2>
<p class="">Those on the job market can choose to take a
<b>certification exam</b>, aimed to ensure that you are ready for deep learning engineer technical interviews. The exam covers pre-requisites as well as course content, and can be taken on your own time.</p>
<h2 class="my-2">Instructors</h2>
<div class="row text-center">
<div class="col-sm-4 col-md-3">
<img class="rounded-circle img-fluid" src="old/assets/pieter.jpeg">
<h4 class="text-center my-1">Pieter Abbeel</h4>
<p>Professor at
<b>UC Berkeley</b>, President of
<b>Covariant.AI</b>
</p>
</div>
<div class="col-sm-4 col-md-3">
<img class="img-fluid rounded-circle" src="old/assets/sergey.jpeg">
<h4 class="text-center my-1">Sergey Karayev</h4>
<p>Director of AI at
<b>Gradescope</b>
</p>
</div>
<div class="col-sm-4 col-md-3">
<img class="img-fluid rounded-circle" src="old/assets/josh.jpeg">
<h4 class="text-center my-1">Josh Tobin</h4>
<p>Research Scientist at
<b>OpenAI</b>
</p>
</div>
</div>
<h4 class="">Guest Lecturers</h4>
<div class="row text-center">
<div class="col-sm-6 col-md-3">
<img class="img-fluid rounded-circle" src="old/assets/andrej.jpeg">
<h4 class="text-center my-1">Andrej Karpathy</h4>
<p>Director of AI at
<b>Tesla</b><br />
<small>Previously Research Scientist at <b>OpenAI</b></small>
</p>
</div>
<div class="col-sm-6 col-md-3">
<img class="img-fluid rounded-circle" src="old/assets/jai.jpeg">
<h4 class="text-center my-1">Jai Ranganathan</h4>
<p>Director of Product at
<b>Uber</b>
<br />
<small>
Previously Senior Director of Product at <b>Cloudera</b>, Senior Product Manager at <b>VMWare</b>
</small>
</p>
</div>
<div class="col-sm-6 col-md-3">
<img class="img-fluid rounded-circle" src="old/assets/yq.jpeg">
<h4 class="text-center my-1">Yangqing Jia</h4>
<p>Director of AI Infrastructure at
<b>Facebook</b>
<br />
<small>
Developed the <b>Caffe</b> framework at <b>UC Berkeley</b>, helped develop <b>Tensorflow</b> at <b>Google</b>
</small>
</p>
</div>
<div class="col-sm-6 col-md-3">
<img class="img-fluid rounded-circle" src="old/assets/lukas.jpeg">
<h4 class="text-center my-1">Lukas Biewald</h4>
<p>Founder of
<b>Weights & Biases</b>
<br />
<small>Previously founded <b>Figure Eight (Crowdflower)</b></small>
</p>
</div>
</div>
</div>
</div>
<div class="pb-3">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="my-2">Schedule</h2>
<div class="container mb-2">
<div class="row">
<div class="col-xl-10">
<img class="img-fluid" src="old/assets/schedule.png"> </div>
</div>
</div>
<p class="">Any time within 4 weeks of the bootcamp, attendees can choose to take the certification exam, aimed at showing requisite knowledge for the position of deep learning engineer. A study guide will be part of the program materials.</p>
<h2 class="my-2">Pre-requisites</h2>
<ul class="">
<li>At least one year experience programming in Python.</li>
<li>At least one deep learning course taken online or in higher-ed.</li>
<li>Experience with code versioning, Unix environment, and software engineering.</li>
</ul>
<h2 class="">Logistics</h2>
<p class="">The bootcamp will be held Friday-Sunday
<b>August 3-5, 2018</b> on
<b>UC Berkeley campus</b>. The three-day bootcamp cost is
<b>$2450</b>, with a discount for students.</p>
<p>At most <b>150 people</b> will be admitted to the program. We will carefully read every application. Admission will be on a rolling basis, so applying earlier will improve your chances.</p>
<p><b>Update (July 10)</b>: The event is officially full. Feel free to fill out the application to be first in line regarding any future offerings! Or simply sign up for opportunities at <a href="https://fullstackdeeplearning.com">https://fullstackdeeplearning.com</a>.</p>
</div>
</div>
</div>
</div>
<div class="text-white bg-primary text-center py-3">
<div class="container">
<div class="row">
<div class="col-md-9 mx-auto">
<a href="index.html" class="btn btn-secondary" target="_blank" rel="noopener">
Apply to the latest bootcamp
</a>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>
// Go to Google Form with email pre-filled.
var applicationLink = $('#applicationLink')[0];
$(applicationLink).on('click', function() {
gtag('event', 'go_to_application', { 'event_category': 'engagement' });
var urlParams = new URLSearchParams(window.location.search);
var email = encodeURIComponent(urlParams.get('email') || '');
window.location.href = applicationLink.href.replace('testemail', email);;
event.preventDefault();
});
</script>
</body>
</html>