-
Notifications
You must be signed in to change notification settings - Fork 0
/
deep_learning_deep_dive_training.html
471 lines (390 loc) · 24.7 KB
/
deep_learning_deep_dive_training.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Church & Duncan: Deep Data Science and Machine Learning Consulting</title>
<!-- Favicon -->
<link href="assets/favicon.ico" rel="shortcut icon" />
<link href="assets/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,600" rel="stylesheet">
<link href="assets/vendor/fontawesome-4.6.3/css/font-awesome.min.css" rel="stylesheet" />
<!-- CSS -->
<link href="assets/vendor/animsition-4.0.2/css/animsition.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-3.3.6/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/swiper-3.3.1/css/swiper.min.css" rel="stylesheet" />
<!-- Main CSS-->
<link href="assets/css/style.css" 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]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- begin animsition -->
<div class="animsition">
<nav class="navbar navbar-default navbar-fixed-top" id="nav1">
<!--
<div class="topbar">
<div class="container">
<ul class="list-unstyled list-inline">
<li><i class="fa fa-envelope-o"></i>[email protected]</li>
<li><i class="fa fa-phone"></i> +658 456 789</li>
</ul>
</div>
</div> -->
<div class="container navbar-padding">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="current navbar-brand" href="index.html">CHURCH & DUNCAN</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Services<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="data_strategy_advisory_consulting.html">Advisory: Data Strategy</a></li>
<li role="separator" class="divider"></li>
<li><a href="anomaly_detection_consulting_engineering.html">Anomaly & Fraud Detection</a></li>
<li role="separator" class="divider"></li>
<li><a href="customer_support_automation_consulting_engineering.html">Customer Support Automation</a></li>
<li role="separator" class="divider"></li>
<li><a href="churn_analytics_consulting_engineering.html">Churn Analytics</a></li>
<li role="separator" class="divider"></li>
<li><a href="demand_forecasting_consulting_engineering.html">Supply & Demand Forecasting</a></li>
<li role="separator" class="divider"></li>
<li><a href="credit_scoring_consulting_engineering.html">Credit Scoring</a></li>
<li role="separator" class="divider"></li>
<li><a href="personalized_marketing_consulting_engineering.html">Personalized Marketing</a></li>
<li role="separator" class="divider"></li>
<li><a href="digital_advertising_consulting_engineering.html">Digital Advertising</a></li>
<li role="separator" class="divider"></li>
<li><a href="search_recommendations_consulting_engineering.html">Search & Recommendations</a></li>
<li role="separator" class="divider"></li>
<!--<li><a href="supply_chain_optimization_consulting_engineering.html">Supply Chain Optimization</a></li>
<li role="separator" class="divider"></li>-->
<li><a href="text_categorization_consulting_engineering.html">Content Mining & Understanding</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Training<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="deep_learning_deep_dive_training.html">Deep Learning & Tensorflow</a></li>
<li role="separator" class="divider"></li>
<li><a href="large_scale_machine_learning_training.html">Machine Learning at Scale</a></li>
<li role="separator" class="divider"></li>
<li><a href="apache_spark_hadoop_deep_dive_training.html">Apache Spark v2.0 & Hadoop</a></li>
<li role="separator" class="divider"></li>
<li><a href="content_quality_anti_spam_anti_fraud_deep_dive_training.html">Anti-Spam/Fraud Deep Dive</a></li>
<li role="separator" class="divider"></li>
<!--
<li><a href="introduction_data_science_training.html">Introduction to Data Science</a></li>
<li role="separator" class="divider"></li> -->
<li><a href="machine_learning_theory_training.html">Machine Learning Theory</a></li>
<li role="separator" class="divider"></li>
<li><a href="opinion_mining_sentiment_analysis_deep_dive_training.html">Opinion Mining Deep Dive</a></li>
<li role="separator" class="divider"></li>
<li><a href="text_mining_deep_dive_training.html">Text Analytics at Scale</a></li>
<li role="separator" class="divider"></li>
<li><a href="recommender_systems_deep_dive_training.html">Zero to SOTA: Recommendations</a></li>
<li role="separator" class="divider"></li>
<li><a href="information_retrieval_search_engines_deep_dive_training.html">Zero to SOTA: Search Engines</a></li>
<!--<li role="separator" class="divider"></li>
<li><a href="deep_learning_deep_dive_training.html">Time Series Deep Dive</a></li>-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources<span class="caret"></span></a>
<ul class="dropdown-menu">
<!--
<li><a href="featured_projects.html">Featured Projects</a></li>
<li role="separator" class="divider"></li>-->
<li><a href="presentations_slides_talks_keynotes.html">Presentations & Talks</a></li>
<li role="separator" class="divider"></li>
<li><a href="research_publications.html">Research Papers & Patents</a></li>
</ul>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div> <!-- /.collapse -->
</div> <!-- /.container -->
</nav>
<div class="intro-careers intro-pages parallax-window" data-parallax="scroll" data-image-src="assets/images/bg1.jpg">
<div class="intro-content">
<h2>Deep Learning & Tensorflow</h2>
<p>Get your team up to speed with our hands-on comprehensive training on Deep Learning. Based on the materials presented at top academic conferences.</p>
</div> <!-- /.intro-content -->
<div id="startchange"></div> <!-- start navbar animation -->
</div> <!-- /.intro-faq -->
<section class="faq-main">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<header>
<h2>What is it about?</h2>
<p class="sub-heading" style="margin-bottom: 30px;">
This training will provide an accessible introduction to Neural Networks, Deep Learning, Tensorflow, and key lighthouse applications. It will examine the history of neural networks and the state-of-the-art approaches to deep learning. Participants will learn the theory underlying the core neural network architectures and training procedures. Participants will read current research articles to appreciate the state-of-the-art approaches as well as to question some of the hype that comes with the resurgence of popularity.
</p>
<p class="sub-heading">
Conceptually, the training is divided into two parts. The first part will cover fundamental concepts of neural networks and corresponding learning algorithms building things up from the first principles, demonstrating them with notebooks. The second part will focus on developments in the field of deep learning around word2vec for language embeddings, convolutional neural networks for structured data, recurrent neural networks for sequence data, and autocoders for unsupervised learning. In addition to these algorithms the practical tricks (ReLU activation, dropout, smart gradient descent, and more) needed to get them to work will also be presented. This material will be grounded through implementations in Python and deep learning frameworks (e.g. Keras, Tensorflow), along with applications and case studies in digital advertising, computer vision, natural language processing, and information retrieval. Examples and exercises will be made available in Python notebooks.
</p>
</header>
<header>
<h2>Training Content</h2>
</header>
<div class="panel-group" id="faqAccordion">
<div class="panel panel-default ">
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question1">
<h4 class="panel-title">
Module 1: Deep Learning Revolution, Key Drivers, Applications, and Tools
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question1" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question1 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question2">
<h4 class="panel-title">
Module 2: Matrix Factorization and Word Representations
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question2" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question2 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question3">
<h4 class="panel-title">
Module 3: Neural Network Learning with Backpropagation
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question3" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question4">
<h4 class="panel-title">
Module 4: Recurrent Neural Networks
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question4" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question5">
<h4 class="panel-title">
Module 5: Advanced Recurrent Neural Networks (LSTMs, GRUs)
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question5" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question6">
<h4 class="panel-title">
Module 6: Recursive Neural Networks for Learning Compositional Structures
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question6" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question7">
<h4 class="panel-title">
Module 7: Convolutional Neural Networks
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question7" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question8">
<h4 class="panel-title">
Module 8: Applications & Case Studies: Time Series Forecasting
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question7" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question9">
<h4 class="panel-title">
Module 9: Applications & Case Studies: Image Processing
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question7" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question10">
<h4 class="panel-title">
Module 10: Applications & Case Studies: Natural Language Processing
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question7" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question11">
<h4 class="panel-title">
Module 11: Applications & Case Studies: Digital Advertising
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question7" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question12">
<h4 class="panel-title">
Module 12: Applications & Case Studies: Speech Recognition
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question7" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
<!-- ITEM -->
<div class="panel-heading module-item accordion-toggle question-toggle collapsed" data-toggle="collapse" data-parent="#faqAccordion" data-target="#question13">
<h4 class="panel-title">
Module 13: Hands-on Deep Learning Pipeline Design (Keras & Tensorflow)
</h4>
</div> <!-- /.panel-heading -->
<!--
<div id="question8" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body">
<p>Payers handle many kinds of sensitive data, and Palantir Insurance Analytics provides unmatched data protection capabilities. Secure integrated data at the level of source records and implement regulations to ensure that investigators see only the data objects and attributes they are authorized to examine.</p>
</div>
</div> <!-- /#question3 -->
</div><!--/panel-->
</div><!--/panel-group-->
</div> <!-- /.col-md-8 -->
</div> <!-- /.row -->
<div class="row" style="margin-top: 80px; text-align: center;">
<div class="col-md-8 col-md-offset-2">
<a href="contact.html" class="btn btn-border">Contact us now to learn more</a>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.faq-main -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-4">
<h4>Company</h4>
<ul class="footer-menu list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="training.html">Training</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul class="footer-menu list-unstyled">
<!--<li><a href="featured_projects.html">Featured Projects</a></li> -->
<li><a href="presentations_slides_talks_keynotes.html">Presentations & Talks</a></li>
<li><a href="research_publications.html">Research Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div> <!-- /.col-md-3 -->
<div class="col-md-7 col-sm-7 col-xs-4">
<h4>Services</h4>
<ul class="footer-menu list-unstyled">
<li><a href="data_strategy_advisory_consulting.html">Advisory: Data Strategy</a></li>
<li><a href="anomaly_detection_consulting_engineering.html">Anomaly & Fraud Detection</a></li>
<li><a href="credit_scoring_consulting_engineering.html">Credit Scoring</a></li>
<li><a href="customer_support_automation_consulting_engineering.html">Customer Support Automation</a></li>
</ul>
<ul class="footer-menu list-unstyled">
<li><a href="churn_analytics_consulting_engineering.html">Churn Analytics</a></li>
<li><a href="personalized_marketing_consulting_engineering.html">Personalized Marketing</a></li>
<li><a href="digital_advertising_consulting_engineering.html">Digital Advertising</a></li>
<li><a href="search_recommendations_consulting_engineering.html">Search & Recommendations</a></li>
</ul>
<ul class="footer-menu list-unstyled">
<li><a href="demand_forecasting_consulting_engineering.html">Demand Forecasting</a></li>
<li><a href="text_categorization_consulting_engineering.html">Text Categorization</a></li>
</ul>
</div> <!-- /.col-md-3 -->
<div class="col-md-2 col-sm-2 col-xs-4">
<h4>Contact</h4>
<p>+1 415 630 0890</p>
<p>[email protected]</p>
<p>541 Duncan Street<br />
San Francisco, CA 94131</p>
</div> <!-- /.col-md-7 -->
<!--
<div class="col-md-2 col-sm-2 col-xs-4">
<h4>Follow</h4>
<ul class="social list-unstyled">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">LinkedIn</a></li>
</ul>
</div> -->
</div> <!-- /.row -->
<p class="copyright">Copyright © 2016 CHURCH & DUNCAN Group Inc. All Rights Reserved.</p>
</div> <!-- /.container -->
</footer>
</div> <!-- /.animsition -->
<script src="assets/js/jquery-2.2.4.min.js"></script>
<script src="assets/vendor/bootstrap-3.3.6/js/bootstrap.min.js"></script>
<script src="assets/vendor/animsition-4.0.2/js/animsition.min.js"></script>
<script src="assets/vendor/typed-1.1.4/typed.min.js"></script>
<script src="assets/vendor/vide-0.5.0/jquery.vide.min.js"></script>
<script src="assets/vendor/swiper-3.3.1/js/swiper.min.js"></script>
<script src="assets/vendor/parallax-1.4.2/parallax.min.js"></script>
<script src="assets/vendor/jquery.match-height-0.7.0/jquery.matchHeight-min.js"></script>
<script src="assets/contact-form/js/validator.min.js"></script>
<script src="assets/contact-form/js/form-scripts.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>