-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
896 lines (853 loc) · 52.5 KB
/
Copy pathindex.html
File metadata and controls
896 lines (853 loc) · 52.5 KB
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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Hack Talks is a one day high-tech conference with the most amazing workshops and top notch keynotes from the bleeding edge of technology.">
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '175642926677037');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=175642926677037&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="vendors/css/animate.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="stylesheet" type="text/css" href="resources/css/queries.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600, 800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,600, 800,900" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="resources/img/hacktalks_logo_sticky.png"/>
<title>Hack Talks</title>
</head>
<body>
<header>
<nav>
<div class="row">
<img src="resources/img/hacktalks_logo_1.svg" alt="HackTalks logo" class="logo">
<img src="resources/img/hacktalks_logo_sticky.png" alt="HackTalks logo" class="logo-black">
<ul class="main-nav js--main-nav">
<li><a href="#introduction">Why Attend?</a></li>
<li><a href="#speakers">Our Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li id="nav-ticket"><a href="#plans">Tickets</a></li>
</ul>
<a class="mobile-nav-icon js--nav-icon"><i class="ion-navicon-round"></i></a>
</div>
</nav>
<div class="hero-text-box">
<h1>HACK TALKS</h1>
<h5 class="tagline">Thank you for such a successful event!<br>Stay tuned for Hack Talks 2019!</h5>
<a class="btn btn-full js--scroll-to-newsletter" href="#">Stay Updated</a>
<a class="btn btn-ghost js--scroll-to-start" href="#">Show me more</a>
</div>
</header>
<section class="section-features js--section-features" id="features">
<div class="row center">
<div class="col span-1-of-3 box">
<h5>Attendees</h5>
<h4>1400+</h4>
</div>
<div class="col span-1-of-3 box">
<h5>Workshops</h5>
<h4>4</h4>
</div>
<div class="col span-1-of-3 box">
<h5>Keynotes</h5>
<h4>5</h4>
</div>
</div>
</section>
<section class="section-introduction js--wp-1" id="introduction">
<div class="row">
<h2>What is Hack Talks?</h2>
</div>
<div class="row">
<p class="center long-copy">
Hack Talks is a one day high-tech conference with the most amazing workshops and top notch keynotes from the bleeding edge of technology.
</p>
</div>
<div class="row">
<br>
<div class="wrapper center">
<div class="h_iframe">
<!-- a transparent image is preferable -->
<img class="ratio" src="https://placehold.it/16x9"/>
<iframe width="90%" height="415" src="https://www.youtube.com/embed/sdLcjaCR04s" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<section class="section-thisyear js--wp-2">
<div class="row">
<h2>Hack Talks 2018</h2>
</div>
<div class="row">
<div class="col span-1-of-12"></div>
<div class="col span-4-of-12 center">
<div class="thisyear-title">KEYNOTES</div>
<div class="thisyear-desc">
Insightful and inspiring keynotes from
technical experts in security, web, cloud
and data science. Five future-looking
keynotes for the largest Hack Talks
audience to date will give you something
to think and talk about.
</div>
</div>
<div class="col span-2-of-12"></div>
<div class="col span-4-of-12 center">
<div class="thisyear-title">WORKSHOPS</div>
<div class="thisyear-desc">
Two tracks of workshops from a variety of
industry-leaders are a great opportunity to
deep dive into current topics. Hands-on
sessions provide immediately actionable
takeaways for professionals and students
alike.
</div>
</div>
<div class="col span-1-of-12"></div>
</div>
</section>
<section class="section-speakers js--wp-3" id="speakers">
<div class="row">
<h2>Speakers</h2>
</div>
<div class="row center" id="speakers-list">
<div class="col span-1-of-5 box" id="trigger_jasmine">
<img src="resources/img/jasmine.jpg" alt="JasmineGreenaway" class="speaker-photo">
<div class="name">Jasmine Greenaway</div>
<div id="jasmine_title">Cloud Developer Advocate</div>
<div class="speaker-company">Microsoft</div>
</div>
<div class="col span-1-of-5 box" id="trigger_mikko">
<img src="resources/img/mikko.jpg" alt="MikkoHypponen" class="speaker-photo">
<div class="name">Mikko Hyppönen</div>
<div>Chief Research Officer</div>
<div class="speaker-company">F-Secure</div>
</div>
<div class="col span-1-of-5 box" id="trigger_ines">
<img src="resources/img/ines.jpg" alt="InesMontani" class="speaker-photo">
<div class="name">Ines Montani</div>
<div>Founder</div>
<div class="speaker-company">Explosion AI</div>
</div>
<div class="col span-1-of-5 box" id="trigger_jaakko">
<img src="resources/img/jaakkolehtinen.jpg" alt="JaakkoLehtinen" class="speaker-photo">
<div class="name">Jaakko Lehtinen</div>
<div>Associate Professor & Principal Research Scientist</div>
<div class="speaker-company">Aalto University & NVIDIA</div>
</div>
<div class="col span-1-of-5 box" id="trigger_michael">
<img src="resources/img/michael.jpg" alt="MichaelSlater" class="speaker-photo">
<div class="name">Michael Slater</div>
<div>Product Manager</div>
<div class="speaker-company">Facebook</div>
</div>
</div>
</section>
<div class="modal display-none" id="jasmine_modal">
<div class="modal-content row" style="padding: 0">
<div class="col span-1-of-3 speaker-modal-image"
style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(resources/img/jasmine.jpg)">
</div>
<div class="col span-2-of-3">
<span class="close-button">×</span>
<div style="padding: 10px">
<h5 style="font-size: 130%">Cloud Developer Advocate</h5>
<h3 style="font-size: 200%">Jasmine Greenaway</h3>
<hr>
</div>
<div class="row modal-info" style="padding: 10px">
<div class="col span-1-of-2">
<p class="abstract">
Jasmine is an NYC based developer and Cloud Developer Advocate at Microsoft. With words and code, she uses Azure to illustrate the awesome things developers can do with the cloud. Her 8 years of development experience has led her to different development environments and industries, such as in retail with Sears, gaming with Rockstar Games, and prior to Microsoft, .NET developer tooling as a software engineer at GitHub. She also teaches the basics of web development as an adjunct professor at LaGuardia Community College in Queens, NYC. Outside of work, she volunteers as a co-organizer at BrooklynJS, a monthly meetup held in the Cobble Hill area of Brooklyn, NYC.
</p>
<div>
<a href="https://twitter.com/paladique" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div class="col span-1-of-2">
<div>
<h5 class="keynote">Embracing Constant Change</h5>
</div>
<br>
<div>
<div>
<input type="checkbox" class="read-more-state" id="post-2" />
<div class="read-more-wrap">
<p class="abstract">
Today, the speed at which new technologies, libraries, and ideas are introduced and readily available for consumption is increasing. Innovation is all around us and its velocity can make keeping up with it a challenge. It can feel overwhelming when you’ve been focused on the scope and problems of your day to day development environment.<br><br>
Believe it or not, we’ve been through this before: when we learned how to code we started from nothing; depending on how long ago that experience was, we most likely don’t remember just how hard it was. Although we have changed in our personal and professional lives since the first time we put our code into production, that fervent learner is still inside all of us. We owe it to ourselves to support the curiosity we all have for the new and/or improved. But how do you find what excites you? Where do you even start?<br><br>
This talk will explore ways to manage the process of learning and trying new technologies. We’ll do this by talking about why you’d want to keep learning, strategies on how to get started and stay consistent, and finally look at a few interesting technologies to inspire you. This talk is meant to encourage developers to understand that while learning something new can be intimidating, it is an investment in themselves.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal display-none" id="mikko_modal">
<div class="modal-content row" style="padding: 0">
<div class="col span-1-of-3 speaker-modal-image"
style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(resources/img/mikko.jpg)">
</div>
<div class="col span-2-of-3">
<span class="close-button">×</span>
<div style="padding: 10px">
<h5 style="font-size: 130%">Chief Research Officer</h5>
<h3 style="font-size: 200%">Mikko Hyppönen</h3>
<hr>
</div>
<div class="row" style="padding: 10px">
<div class="col span-1-of-2">
<p class="abstract">
Mikko Hypponen is a worldwide authority on computer security and the Chief Research Officer of F-Secure. He has written on his research for the New York Times, Wired and Scientific American and lectured at the universities of Oxford, Stanford and Cambridge. He sits in the advisory boards of EUROPOL and the Monetary Authority of Singapore.
</p>
<div>
<a href="https://twitter.com/mikko" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div class="col span-1-of-2">
<div>
<h5 class="keynote">Cyber arms race</h5>
</div>
<br>
<div>
<p class="abstract">
We are living in a world where cyber attacks have become the norm. New kinds of attackers appear, with new targets, new motivations and new methods. To understand and to fight the attacks, we need to understand who the attackers are. Mikko Hypponen will look at the latest big hacking cases and reveal what really went on.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal display-none" id="ines_modal">
<div class="modal-content row" style="padding: 0">
<div class="col span-1-of-3 speaker-modal-image"
style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(resources/img/ines.jpg)">
</div>
<div class="col span-2-of-3">
<span class="close-button">×</span>
<div style="padding: 10px">
<h5 style="font-size: 130%">Founder Of ExplosionAI</h5>
<h3 style="font-size: 200%">Ines Montani</h3>
<hr>
</div>
<div class="row" style="padding: 10px">
<div class="col span-1-of-2">
<p class="abstract">
Ines is the co-founder of Explosion AI, a digital studio specializing in tools for AI technology. She's a core developer of spaCy, one of the leading open-source libraries for Natural Language Processing in Python and Prodigy, a new data annotation tool powered by active learning. Before founding Explosion AI, she was a freelance front-end developer and strategist, using her four years executive experience in ad sales and digital marketing.
</p>
<div>
<a href="https://twitter.com/_inesmontani" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div class="col span-1-of-2">
<div>
<h5 class="keynote">The AI Revolution will not be Monopolized</h5>
</div>
<br>
<div>
<p class="abstract">
Who's going to "win at AI"? There are now several large companies eager to claim that title. Others say that China will take over, leaving Europe and the US far behind. But short of true Artificial General Intelligence, there's no reason to believe that machine learning or data science will have a single winner. Instead, AI will follow the same trajectory as other technologies for building software: lots of developers, a rich ecosystem, many failed projects and a few shining success stories.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal display-none" id="jaakko_modal">
<div class="modal-content row" style="padding: 0">
<div class="col span-1-of-3 speaker-modal-image"
style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(resources/img/jaakkolehtinen.jpg)">
</div>
<div class="col span-2-of-3">
<span class="close-button">×</span>
<div style="padding: 10px">
<h5 style="font-size: 130%">Associate Professor & Principal Research Scientist</h5>
<h3 style="font-size: 200%">Jaakko Lehtinen</h3>
<hr>
</div>
<div class="row" style="padding: 10px">
<div class="col span-1-of-2">
<p class="abstract">
Jaakko Lehtinen is a senior research scientist with NVIDIA and an associate professor at Aalto University in Helsinki, Finland. His research interests include physically based rendering and material appearance capture. In the past, he built graphics technology for Max Payne 1 and 2 and Alan Wake at Remedy Entertainment.
</p>
<div>
<a href="https://twitter.com/jaakkolehtinen" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div class="col span-1-of-2">
<div>
<h5 class="keynote">Noise2Noise: Learning Image Restoration without Clean Data</h5>
</div>
<br>
<div>
<p class="abstract">
We describe an algorithm for signal reconstruction by machine learning – learning to map corrupted observations to clean signals – with a simple and powerful conclusion: it is possible to learn to restore images by only looking at corrupted examples. In essence, our model learns the concept of denoising <span style="font-style: italic;">without ever seeing denoising</span>, or, for that matter, anyone telling it what precise kind of noise or corruption it should learn to fix
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal display-none" id="michael_modal">
<div class="modal-content row" style="padding: 0">
<div class="col span-1-of-3 speaker-modal-image"
style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(resources/img/michael.jpg)">
</div>
<div class="col span-2-of-3">
<span class="close-button">×</span>
<div style="padding: 10px">
<h5 style="font-size: 130%">Product Manager</h5>
<h3 style="font-size: 200%">Michael Slater</h3>
<hr>
</div>
<div class="row" style="padding: 10px">
<div class="col span-1-of-2">
<p class="abstract">
Michael is a Product Manager at Facebook London, working on AR Studio. He joined Facebook five years ago as an iOS Engineer and has been a Product Manager for three years. Michael’s work at Facebook has been primarily camera related, including work on experimental apps such as Slingshot and Riff, as well as his more recent work on AR. After studying Electronic Engineering at the University of York, he juggled running a theatre company with building medical software systems with Cambridge Addenbrooke's Hospital, before joining a startup called Zeebox, and then eventually landing at Facebook.
</p>
<div>
<a href="https://twitter.com/" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div class="col span-1-of-2">
<div>
<h5 class="keynote">Building augmented reality experiences with Spark AR Studio</h5>
</div>
<br>
<div>
<p class="abstract">
Facebook's Spark AR Studio enables creators to bring novel AR experiences to people through Instagram, Facebook, and Messenger. Spark AR Studio, the tool designed to bring these experiences to life, and the underlying engine which powers these experiences are both built from scratch by the Facebook team. Michael Slater will take you through the platform’s inception, explain why and how Facebook thinks about AR, and dive into some of the creative ways Facebook is thinking about bringing people closer together by delivering AR to billions of people.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="section-workshop js--wp-7" id="workshop">
<div class="row">
<h2>Workshops</h2>
</div>
<div class="row" style="margin-bottom: 20px;">
<p>
The workshops are interactive sessions where you have a possibility to learn and try new technologies guided by industry-leaders.
There will be wireless internet and power for charging your laptops. Seating is assigned by first-come first-served basis.
</p>
</div>
<div class="row center" id="workshop-options">
<div>
<div class="inline option-is-active" id="workshop-all">All</div>
<div class="inline" id="workshop-cloud">Cloud Track</div>
<div class="inline" id="workshop-ai">AI Track</div>
</div>
</div>
<div id="cloud-workshops">
<div class="row container" id="trigger_marko">
<div class="col span-1-of-4">
<img class="workshop-speaker-img" src="resources/img/marko.jpg"/>
</div>
<div class="col span-3-of-4">
<p class="workshop-title">Modern development pipeline using containers and cloud</p>
<p class="workshop-abstract">
How's and why's of setting up a modern node/react-based development pipeline for continuous deployment. A hands-on exercise on how to get a quick start to a development setup including best practices, container technologies and automated testing. This session will tangibly describe the tools and practices necessary for producing modern, high-quality software products quickly and efficiently.
</p>
<p class="workshop-speaker"><strong><i class="ion-person"></i> Marko Klemetti - <span>CTO @ Eficode</span></strong></p>
<div class="track"><span class="cloud">Cloud track</span></div>
</div>
</div>
<div class="row container" id="trigger_goran">
<div class="col span-1-of-4">
<img class="workshop-speaker-img" src="./resources/img/goran.jpg"/>
</div>
<div class="col span-3-of-4">
<p class="workshop-title">Alexa Skill Development</p>
<p class="workshop-abstract">
Alexa is the speech and personal assistant technology that powers Amazon Echo. It can be used to listen music, check weather and traffic, answer questions, control household devices and much more. In this workshop you’ll get a hands-on introduction to Amazon Alexa and its ecosystem, and you’ll learn how to build Alexa skill from scratch. You'll create Alexa skill by programming AWS Lambda function in Node.js, you'll store skill data in DynamoDB database and you'll learn how to use SSML (Speech Synthesis Markup Language). Target audience for this workshop are developers who would like to extend their knowledge in order to be able to develop and publish skills for Alexa.
</p>
<p class="workshop-speaker"><strong><i class="ion-person"></i> Goran Vuksic - <span>Solution Architect @ Agnitio</span></strong></p>
<div class="track"><span class="cloud">Cloud track</span></div>
</div>
</div>
</div>
<div id="ai-workshops">
<div class="row container" id="trigger_tuomas">
<div class="col span-1-of-4">
<img class="workshop-speaker-img" src="./resources/img/tuomas.JPG"/>
</div>
<div class="col span-3-of-4">
<p class="workshop-title">Running data science pipelines on the GPU using RAPIDS</p>
<p class="workshop-abstract">
RAPIDS is a set of open-source libraries enabling you to run data science pipelines entirely on the GPU with familiar Python interfaces. By tapping into the parallelism of GPUs, RAPIDS not only accelerates training of data science models but also speeds up common data preparation tasks resulting into faster iteration of your pipelines. In this workshop, you will learn how to get up to speed with RAPIDS as we interactively explore data ingestion and preparation as well as model training and inference using realistic examples.
</p>
<p class="workshop-speaker"><strong><i class="ion-person"></i> Tuomas Rintamäki - <span>Deep learning engineer @ NVIDIA</span></strong></p>
<div class="track"><span class="ai">AI track</span></div>
</div>
</div>
<div class="row container" id="trigger_antti">
<div class="col span-1-of-4">
<img class="workshop-speaker-img" src="./resources/img/antti.jpg"/>
</div>
<div class="col span-3-of-4">
<p class="workshop-title">How to create leading intelligent software with aito.ai</p>
<p class="workshop-abstract">
Aito.ai is like a database or search engine, but for AI operations. It allows you to integrate AI as easy as you would integrate SQL queries. In the workshop, we will make “dumb” grocery store webshop, build on Node.js and React, smart and turn it into a 1-minute shopping experience.
</p>
<p class="workshop-speaker"><strong><i class="ion-person"></i> Antti Rauhala - <span>Co-Founder & Chief Data Scientist @ aito.ai</span></strong></p>
<div class="track"><span class="ai">AI track</span></div>
</div>
</div>
</div>
</section>
<div id="marko_modal" class="modal workshop-modal display-none">
<div class="modal-content row">
<img src="resources/img/marko.jpg" />
<span class="close-button">x</span>
<p>
Marko Klemetti is the CTO of Eficode (www.eficode.com) and a founder in many startups such as Trail (www.trail.fi) and Freeed (www.freeed.com). Eficode is the leading Devops company in the Nordics with six offices and more than 250 people. Marko is a passionate coder and a firm believer in Continuous Deployment and how good software production practices can
</p>
<a href="https://twitter.com/mrako" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div id="goran_modal" class="modal workshop-modal display-none">
<div class="modal-content row">
<img src="resources/img/goran.jpg" />
<span class="close-button">x</span>
<p>
Goran works as a solution architect for Agnitio, company that delivers groundbreaking digital communication solutions for pharma and life science companies. He has 14 years of work experience in IT and wide knowledge about various technologies and programming languages. He worked on various projects for notable clients and projects he worked on have been featured many times on web sites like Forbes, The Next Web, TechCrunch, The Guardian, The Verge, Macworld and others. In the last few years, he attended several hackathons and other competitions on which his skills and work were recognised and awarded.
</p>
<a href="https://twitter.com/gvuksic" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div id="tuomas_modal" class="modal workshop-modal display-none">
<div class="modal-content row">
<img src="resources/img/tuomas.JPG" />
<span class="close-button">x</span>
<p>
Tuomas Rintamäki is a deep learning engineer at NVIDIA and a PhD student in systems analysis at Aalto University. Tuomas has worked on multiple mathematical modeling projects ranging from optimization to data science and to computer vision. He also works on the hardware and software infrastructure for managing large-scale experiments and automating model deployments.
</p>
<a href="https://twitter.com/tuomars" target="_blank"><i class="ion-social-twitter"></i></a>
</div>
</div>
<div id="antti_modal" class="modal workshop-modal display-none">
<div class="modal-content row">
<img src="resources/img/aito.png" />
<span class="close-button">x</span>
<p>
Aito is a database-like service with machine learning abilities. The unique combination of database and AI brings incredible benefits over traditional AI approaches. We're a Helsinki-based startup, spin-off from Futurice, established as an independent company in the spring of 2018.
</p>
</div>
</div>
<section class="section-schedule js--wp-8" id="schedule">
<div class="row">
<h2>Schedule</h2>
</div>
<div class="row">
<div class="col span-1-of-6"></div>
<div class="col span-4-of-6">
<table class="table center">
<tbody>
<tr>
<th></th>
<td colspan="2">
<a class="schedule-section" href="#speakers">Workshops</a>
</td>
</tr>
</tr>
<tr>
<th scope="row">12:00 - 13:00</th>
<td colspan="2">Registration & VIP Lunch</td>
</tr>
<tr>
<th scope="row">13:00 - 14:30</th>
<td class="table-border">
<p><span class="ai-track">AI track</span></p>
<a href="#trigger_tuomas">Running data science pipelines on the GPU using RAPIDS</a>
</td>
<td>
<p><span class="cloud-track">Cloud track</span></p>
<a href="#trigger_marko">Modern development pipeline using containers and cloud</a>
</td>
</tr>
<tr>
<th scope="row">14:30 - 15:00</th>
<td colspan="2">Break</td>
</tr>
<tr>
<th scope="row">15:00 - 16:30</th>
<td class="table-border">
<p><span class="ai-track">AI track</span></p>
<a href="#trigger_antti">How to create leading intelligent software with aito.ai</a>
</td>
<td>
<p><span class="cloud-track">Cloud track</span></p>
<a href="#trigger_goran">Alexa Skill Development</a>
</td>
</tr>
<tr>
<th></th>
<td colspan="2">
<a class="schedule-section" href="#speakers">Keynotes</a>
</td>
</tr>
<tr>
<th scope="row">16:30 - 17:30</th>
<td colspan="2">Evening registration & lounge</td>
</tr>
<tr>
<th scope="row">17:30 - 19:30</th>
<td colspan="2"><a href="#speakers">Michael Slater</a>
<br><a href="#speakers">Jaakko Lehtinen</a><br>
<a href="#speakers">Jasmine Greenaway</a></td>
</tr>
<tr>
<th scope="row">19:30 - 20:00</th>
<td colspan="2">Break</td>
</tr>
<tr>
<th scope="row">20:00 - 21:00</th>
<td colspan="2"><a href="#speakers">Ines Montani</a>
<br><a href="#speakers">Mikko Hyppönen</a></td>
</tr>
<tr>
<th scope="row">21:00 -</th>
<td colspan="2">After-party</td>
</tr>
</tbody>
</table>
</div>
<div class="col span-1-of-6"></div>
</div>
</section>
<section class="section-lastYear" id="lastYear">
<div class="row">
<h2>Hack Talks 2017</h2>
</div>
<div class="row">
<p class="center long-copy">
Last year’s event gathered together 800 tech enthusiasts for an evening of keynotes about web and graphics.
</p>
<br>
<div class="wrapper center">
<div class="h_iframe">
<!-- a transparent image is preferable -->
<img class="ratio" src="https://placehold.it/16x9"/>
<iframe width="90%" height="415" src="https://www.youtube.com/embed/qZDJ1z0apVk?start=665" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<section class="section-plans js--section-plans" id="plans">
<div class="row">
<h2>Tickets</h2>
</div>
<div class="row center">
<div>
<div class="inline option-is-active" id="ticket-attendee">Attendee</div>
<div class="inline" id="ticket-student">Student</div>
</div>
</div>
<div class="row" id="attendee-options">
<div class="col span-1-of-3">
<div class="ticket-box special-ticket">
<div>
<h3>VIP</h3>
<p class="ticket-price">SOLD OUT</p>
</div>
<div>
<ul>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Evening keynotes</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Official After-party</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Event workshops</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>VIP Lunch & Dinner</li>
</ul>
</div>
<div>
<a href="#section-form" class="btn btn-ticket btn-ticket-full sell-out js--scroll-to-newsletter" data-hover="→"><span>Stay Updated</span></a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="ticket-box">
<div>
<h3 class="ticket-name">Workshops + Keynotes</h3>
<p class="ticket-price">SOLD OUT</p>
</div>
<div>
<ul>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Evening keynotes</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Official After-party</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Event workshops</li>
<li class="unavailable"><i class="ion-ios-close-empty icon-small"></i>VIP Lunch & Dinner</li>
</ul>
</div>
<div>
<a href="#section-form" class="btn btn-ticket btn-ticket-full sell-out js--scroll-to-newsletter" data-hover="→"><span>Stay Updated</span></a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="ticket-box">
<div>
<h3>Keynotes</h3>
<p class="ticket-price">SOLD OUT</p>
</div>
<div>
<ul>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Evening keynotes</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Official After-party</li>
<li class="unavailable"><i class="ion-ios-close-empty icon-small"></i>Event workshops</li>
<li class="unavailable"><i class="ion-ios-close-empty icon-small"></i>VIP Lunch & Dinner</li>
</ul>
</div>
<div>
<a href="#section-form" class="btn btn-ticket btn-ticket-full sell-out js--scroll-to-newsletter" data-hover="→"><span>Stay Updated</span></a>
</div>
</div>
</div>
</div>
<div class="row display-none" id="student-options">
<div class="col span-1-of-6"></div>
<div class="col span-2-of-6">
<div class="ticket-box special-ticket">
<div>
<h3 class="ticket-name">Workshops + Keynotes</h3>
<p class="ticket-price">SOLD OUT</p>
</div>
<div>
<ul>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Evening keynotes</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Official After-party</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Event workshops</li>
</ul>
</div>
<div>
<a href="#section-form" class="btn btn-ticket btn-ticket-full sell-out js--scroll-to-newsletter" data-hover="→"><span>Stay Updated</span></a>
</div>
</div>
</div>
<div class="col span-2-of-6">
<div class="ticket-box">
<div>
<h3>Keynotes</h3>
<p class="ticket-price">SOLD OUT</p>
</div>
<div>
<ul>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Evening keynotes</li>
<li><i class="ion-ios-checkmark-empty icon-small"></i>Official After-party</li>
<li class="unavailable"><i class="ion-ios-close-empty icon-small"></i>Event workshops</li>
</ul>
</div>
<div>
<a href="#section-form" class="btn btn-ticket btn-ticket-full sell-out js--scroll-to-newsletter" data-hover="→"><span>Stay Updated</span></a>
</div>
</div>
</div>
<div class="col span-1-of-6"></div>
</div>
</section>
<section class="section-showcase">
<ul class="images-showcase clearfix">
<li>
<figure class="showcase-photo">
<img src="resources/img/2018-1.jpg" alt="Hack Talks 2018">
</figure>
</li>
<li>
<figure class="showcase-photo">
<img src="resources/img/2018-2.jpg" alt="Hack Talks 2018">
</figure>
</li>
<li>
<figure class="showcase-photo">
<img src="resources/img/2018-3.jpg" alt="Hack Talks 2018">
</figure>
</li>
</ul>
<ul class="images-showcase clearfix">
<li>
<figure class="showcase-photo">
<img src="resources/img/2018-4.jpg" alt="Hack Talks 2018">
</figure>
</li>
<li>
<figure class="showcase-photo">
<img src="resources/img/2018-5.jpg" alt="Hack Talks 2018">
</figure>
</li>
<li>
<figure class="showcase-photo">
<img src="resources/img/2018-6.jpg" alt="Hack Talks 2018">
</figure>
</li>
</ul>
</section>
<section class="section-map" id="map">
<div class="row">
<h2>Venue</h2>
</div>
<div class="row">
<p class="center long-copy">
Hack Talks is organized at Kulttuuritalo. The address is Sturenkatu 4. 00510 Helsinki. <br><br>
Food and drinks are available for purchase throughout the event. One free drink ticket is provided for all participants.<br><br>
It is next to Linnanmäki Amusement Park, near the Helsinki city centre, and benefits from good traffic links. Tram lines 1, 3 and 9 all pass the Helsinki Hall of Culture. Bus 23 from the Rautatientori square and Pasila station runs to and from the facilities. <br><br>
The venue doesn't have available parking lots, so please arrive with public transportation.<br>
</p>
</div>
<div class="mapouter">
<div class="gmap_canvas">
<iframe width="100%" height="502" id="gmap_canvas" src="https://maps.google.com/maps?q=Sturenkatu%204%2C%2000510%20Helsinki&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
</div>
</section>
<section class="section-partners" id="partners">
<div class="row">
<h2>Our 2018 Partners</h2>
</div>
<div class="row center">
<div class="col span-1-of-5"></div>
<div class="col span-1-of-5 half-screen">
<a target="_blank" href="https://www.brella.io/">
<img class="responsive" src="resources/img/brella-logo.png" alt="Brella">
</a>
</div>
<div class="col span-1-of-5 half-screen">
<a target="_blank" href="https://www.aalto.fi/">
<img class="responsive" src="resources/img/aalto.png" alt="Aalto University">
</a>
</div>
<div class="col span-1-of-5 half-screen">
<a target="_blank" href="https://www.blockchainlabs.asia/">
<img class="responsive" src="resources/img/IBL-logo.png" alt="">
</a>
</div>
<div class="col span-1-of-5"></div>
</div>
<div class="row center">
<div class="col span-1-of-5"></div>
<div class="col span-1-of-5 half-screen">
<a target="_blank" href="https://www.gofore.com/">
<img class="responsive" src="resources/img/gofore_logo.jpg" alt="GoFore">
</a>
</div>
<div class="col span-1-of-5 half-screen">
<a target="_blank" href="http://www.risingnorth.org/">
<img class="responsive" src="resources/img/risingnorth.png" alt="Rising North">
</a>
</div>
<div class="col span-1-of-5 half-screen">
<a target="_blank" href="https://www.eficode.com/">
<img class="responsive" src="resources/img/eficode.png" alt="Eficode">
</a>
</div>
<div class="col span-1-of-5"></div>
</div>
</section>
<section class="section-links">
<div class="row">
<div class="col span-1-of-12"></div>
<div class="col span-4-of-12">
<div><strong>Organized by</strong></div>
<figure class="links-photo">
<img src="resources/img/junction_logos_2018.png" alt="Junction">
</figure>
<figure class="links-photo black">
<img src="resources/img/helTech.png" alt="HelTech">
</figure>
</div>
<div class="col span-3-of-12 center">
<div class="links-title"><strong>More About Junction</strong></div>
<div>
<ul class="links-ul">
<li><a href="https://hackjunction.com/">Website</a></li>
<li><a href="https://www.facebook.com/hackjunction">Facebook</a></li>
<li><a href="https://twitter.com/hackjunction">Twitter</a></li>
<li><a href="https://www.instagram.com/hackjunction/">Instagram</a></li>
<li>hello@hackjunction.com</li>
</ul>
</div>
</div>
<div class="col span-3-of-12 center">
<div class="links-title"><strong>More About HelTech</strong></div>
<div>
<ul class="links-ul">
<li><a href="http://www.heltech.org/#/">Website</a></li>
<li><a href="https://www.facebook.com/HELTechMeetup/">Facebook</a></li>
<li><a href="https://www.instagram.com/hel.tech/">Twitter</a></li>
<li><a href="https://twitter.com/HEL_Tech">Instagram</a></li>
<li>info@aaltoes.com</li>
</ul>
</div>
</div>
<div class="col span-1-of-12"></div>
</div>
</section>
<section class="section-form js--section-newsletter">
<div class="row">
<form method="post" action="https://hackjunction.us15.list-manage.com/subscribe/post?u=6dd99fd74845dfb3f1307127a&id=5c2096894a" class="contact-form">
<div class="row center" style="color: #000">
Be in touch and get the <strong>latest news and tips</strong> to your inbox once in a while
</div>
<div class="row email-row">
<input class="btn-ticket btn-ticket-full" type="submit" value="Subscribe" name="subscribe" id="subscribe" />
<input type="text" name="b_6dd99fd74845dfb3f1307127a_5c2096894a" tabindex="-1" value="" style="display: none;">
<div style="overflow: hidden">
<input type="email" placeholder="Your Email" name="EMAIL" required id="email" />
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="footer-nav">
<li><a href="https://hacktalks.fi/code-of-conduct.html">Code Of Conduct</a></li>
<li><a href="https://staging.hackjunction.com/wp-content/uploads/2018/05/Junction-Oy-Terms-of-Service-24052018.pdf">Terms Of Service</a></li>
<li><a href="https://staging.hackjunction.com/wp-content/uploads/2018/05/Junction-Oy-Privacy-Policy-24052018.pdf">Privacy Policy</a></li>
</ul>
</div>
<div class="col span-1-of-2">
<ul class="social-links">
<li><a href="https://www.facebook.com/hacktalksofficial/"><i class="ion-social-facebook"></i></a></li>
<li><a href="https://twitter.com/HackTalks"><i class="ion-social-twitter"></i></a></li>
<li><a href="https://www.instagram.com/hacktalksofficial/"><i class="ion-social-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<p>
Copyright © 2018 by HackTalks. All rights reserved.
</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="resources/js/script.js"></script>
</body>
</html>