-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
630 lines (569 loc) · 25.4 KB
/
index.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
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
<!DOCTYPE html>
<!--
,o888888o. ,o888888o. d888888o. ,o888888o.
8888 `88. . 8888 `88. .`8888:' `88. 8888 `88.
,8 8888 `8. ,8 8888 `8b 8.`8888. Y8 ,8 8888 `8.
88 8888 88 8888 `8b `8.`8888. 88 8888
88 8888 88 8888 88 `8.`8888. 88 8888
88 8888 88 8888 88 `8.`8888. 88 8888
88 8888 88 8888 ,8P `8.`8888. 88 8888
`8 8888 .8' `8 8888 ,8P 8b `8.`8888. `8 8888 .8'
8888 ,88' ` 8888 ,88' `8b. ;8.`8888 8888 ,88'
`8888888P' `8888888P' `Y8888P ,88P' `8888888P'
A Project made by CBIT Open Source Community members.
Crafted with love by @SrkRohith & @ramlmn
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Headstart 2k18</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="node_modules/normalize.css/normalize.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css?#559">
<script src="node_modules/roadtrip/dist/roadtrip.umd.js"></script>
<script src="node_modules/pace-progress/pace.min.js"></script>
<link rel="stylesheet" href="node_modules/simplebar/dist/simplebar.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
</head>
<body>
<div id="container" class="">
<div id="home" class="">
<div id="menu" class="open">
<div id="logo">
<img src="assets/images/headstart-icon.png" alt="Headstart 2018">
</div>
<div id="menu-label">
<div class="label-open">OPEN</div>
<div class="label-close">CLOSE</div>
<div class="label-back">BACK</div>
</div>
</div>
<div id="main-content" class="">
<p id="hs-tagline">A TWO DAY NATIONAL LEVEL TECHNICAL SYMPOSIUM</p>
<div class="hs-container">
<div id="headstart-title" class="glowing">
<span class="letter-h letter flickerIn_1">H</span>
<span class="letter-e letter flickerIn_2">E</span>
<span class="letter-a letter flickerIn_3">A</span>
<span class="letter-d letter flickerIn_1">D</span>
<span class="letter-s letter flickerIn_3">S</span>
<span class="letter-t letter flickerIn_2">T</span>
<span class="letter-a letter flickerIn_1">A</span>
<span class="letter-r letter flickerIn_2">R</span>
<span class="letter-t letter flickerIn_3">T</span>
</div>
<div id="headstart-year">
<span class="letter-2 letter flickerIn_1">2</span>
<span class="letter-k letter flickerIn_3">k</span>
<span class="letter-1 letter flickerIn_2">1</span>
<span class="letter-8 letter flickerIn_1">8</span>
</div>
</div>
<div id="explore" class="button">EXPLORE</div>
</div>
<p class="hs-line">REGISTRATIONS NOW OPEN</p>
</div>
<div id="events" class="container hidden" data-simplebar>
<div class="row">
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="kodecrypt">
<h2 class="event-title">KODECRYPT</h2>
<p class="event-description">Test your mastery in programming and its concepts.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="bug-beater">
<h2 class="event-title">BUG BEATER</h2>
<p class="event-description">Think you are good at debugging code. Think twice.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="data-addicts">
<h2 class="event-title">DATA ADDICTS</h2>
<p class="event-description">Query and code the databases. Hone your DB skills together. This ain't gonna be easy.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="cstar">
<h2 class="event-title">C STAR</h2>
<p class="event-description">Are you ready to face the king? You think you can you beat everyone at C?.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="battle-of-brains">
<h2 class="event-title">BATTLE OF BRAINS</h2>
<p class="event-description">Blindfold, trust and some IQ.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="treasure-hunt">
<h2 class="event-title" >TREASURE HUNT</h2>
<p class="event-description">Find the treasure before the other pirates do!.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="tic-tech-toe">
<h2 class="event-title">TIC TECH TOE</h2>
<p class="event-description">Love TIC TAC TOE? Then you'll love TIC TECH TOE even more!</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="design-freaks">
<h2 class="event-title">DESIGN FREAKS</h2>
<p class="event-description">Get ready to mash the keyboard and test your skills at CSS, HTML and JS</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="technopoly">
<h2 class="event-title" >TECHNOPOLY</h2>
<p class="event-description">Can you trade with questions? Then this is for you!</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="paper-presentation">
<h2 class="event-title">PAPER PRESENTATION</h2>
<p class="event-description">Got some research going? Present it to everyone to win cool prizes.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
<div class="event" data-target="project-presentation">
<h2 class="event-title">PROJECT PRESENTATION</h2>
<p class="event-description">If you are working on an interesting project, present it!.</p>
</div>
</div>
<div class="col col-lg-4 col-md-6 col-sm-12">
</div>
</div> <!-- .row -->
</div> <!-- #events -->
<div id="event-page" class="hidden">
<div id="event-header">
<div class="event-head" id="cstar-head">
<div class="head">
</div>
<h3>C STAR</h3>
</div>
<div class="event-head" id="kodecrypt-head">
<div class="head">
</div>
<h3>KODECRYPT</h3>
</div>
<div class="event-head" id="battle-of-brains-head">
<div class="head">
</div>
<h3>BATTLE OF BRAINS</h3>
</div>
<div class="event-head" id="data-addicts-head">
<div class="head">
</div>
<h3>DATA ADDICTS</h3>
</div>
<div class="event-head" id="design-freaks-head">
<div class="head">
</div>
<h3>DESIGN FREAKS</h3>
</div>
<div class="event-head" id="treasure-hunt-head">
<div class="head">
</div>
<h3>TREASURE HUNT</h3>
</div>
<div class="event-head" id="bug-beater-head">
<div class="head">
</div>
<h3>BUG BEATER</h3>
</div>
<div class="event-head" id="technopoly-head">
<div class="head">
</div>
<h3>TECHNOPOLY</h3>
</div>
<div class="event-head" id="dl-bootcamp-head">
<div class="head">
</div>
<h3>DEEPLEARNING BOOTCAMP</h3>
</div>
<div class="event-head" id="tic-tech-toe-head">
<div class="head">
</div>
<h3>TIC TECH TOE</h3>
</div>
<div class="event-head" id="paper-presentation-head">
<div class="head">
</div>
<h3>PAPER PRESENTATION</h3>
</div>
<div class="event-head" id="project-presentation-head">
<div class="head">
</div>
<h3>PROJECT PRESENTATION</h3>
</div>
</div>
<div id="event-content" data-simplebar>
<div id="cstar" class="event-body">
<div class="event-text">
<h2 class="event-tagline">C is quirky flawed and an enormous success.</h2>
<div class="description">
<p><em>The event has 3 rounds.</em></p>
<p><em>Round 1 - Online test</em></p>
<p>It is an online test on basic C, which is free of cost. This round consists of MCQs, which must be completed within a given time.</p>
<p><em>Round 2 - On campus</em></p>
<p>For this round registrations are to be done individually(₹ 50). This round consists of MCQ's to be answered in a specified time.</p>
<p><em>Round 3 - Final round on campus</em></p>
<p>In this round participants are supposed to debug the code.</p>
<p><em>A team can have only one person.</em></p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Anjani - 9701783911</li>
<li>Sravya - 9154363490</li>
</ul>
</div>
<div class="list1">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfEt4ZSxidgJrvAKHYtsgMNOOIAXA0MvysJl85el82nxY24Vg/viewform" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="kodecrypt" class="event-body">
<div class="event-text">
<h2 class="event-tagline">Coding is the only cure for a healing programmer.</h2>
<div class="description">
<p>KodeCrypt is the flagship event of Headstart, which tests your programming and problem solving skills. You must solve tricky and interesting programming questions in any language of your choice.</p>
<p><em>The event has 3 rounds.</em></p>
<p><em>Round 1 - Basic MCQ questions.</em></p>
<p><em>Round 2 & 3 are online coding rounds.</em></p>
<p>There’s something more in the store.</p>
<p>You can directly reach the final round through: <br>
<b>KodeCrypt Long Challenge</b> where all the previous KodeCrypt questions are posted and are available for a period of 10 days.</p>
<p><b>KodeCrypt Wild card Questions</b> is an extra layer where in people who solve at the earliest qualify.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Anil - 9052168250</li>
<li>Vineeth - 8688263405</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://kodecrypt.github.io/" target="_blank" class="mt-15 button">More Info</a></li>
</ul>
</div>
</div>
</div>
<div id="project-presentation" class="event-body">
<div class="event-text">
<h2 class="event-tagline">We are back with a platform for you to present your sweat.</h2>
<div class="description">
<p>Project presentation is an event where people come present their already done projects in the event. You can choose any domain under Computer Science, ranging from Data Science to Web Development.
<p><em>Round 1</em></p>
<p>All the projects are evaluated simultaneously in a single round.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Nikhil - 8801957629</li>
<li>Laxman - 9652338314</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://goo.gl/forms/sB0eMFWmsPajtK2j1" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="paper-presentation" class="event-body">
<div class="event-text">
<h2 class="event-tagline">People will get to know you only if you exude your skills</h2>
<div class="description">
<p>Research papers have gained a lot of momentum in the world now. They are being explored on different platforms leading to innovative inventions every day. So, why don’t you just let out the creative side of yours?</p>
<p>It consists of 2 rounds and each team can have 2 members. In the first round, the participants have to submit an abstract/idea. The selected ideas will move on to Round-2, where you will have to give a presentation in front of a panel of judges.</p>
<p>Note: Plagiarism of any form will not be entertained</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Vihar - 9133744144</li>
<li>Revannth - 8328611596</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSe8DMjjgFdoXo1PV9ySjvlGzlKolXf16YDTa0JqwCzQxGRZUQ/viewform" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="battle-of-brains" class="event-body">
<div class="event-text">
<h2 class="event-tagline">A blindfolded IQ game.</h2>
<div class="description">
<p><em>The event has 2 rounds</em></p>
<p><em>Round 1 - On campus test</em></p>
<p>One participant of the team will be blindfolded and the other one guides. They have to complete the given pattern of cups using (push and pop) stacks or (insert or delete) queues on three different coloured cups provided to them with in the time limit.</p>
<p><em>Round 2 - On campus test</em></p>
<p>Each team will be given a chance of rolling dice to reach the destination after solving a question related to C,general algorithms and basic maths. Team which reaches the destination first will be declared as a winner.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Soumya - 9553508692</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSd9sFjavC-YHgHAmhBBq5QDGX_cwzjHUNXTHylJiz_EiYJFtQ/viewform" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="data-addicts" class="event-body">
<div class="event-text">
<h2 class="event-tagline">“select 'name' from users where dataaddicts = true”</h2>
<div class="description">
<p>DataAddicts is an event based on DBMS. It provides the perfect platform to showcase your querying skills. Big data analysis and Data mining are the current trending technological areas, so, why don’t we get the ball rolling by acquainting ourselves with the basics? </p>
<h2>Rounds</h2>
<p><em>The event has 3 rounds.</em></p>
<p><em>Round 1 - Online test</em></p>
<p>It is an online test on DBMS basics.This round consists of 10-15 MCQ questions.</p>
<p><em>Round 2 - On campus</em></p>
<p>In this round SQL queries should be written. Top 15 teams (depends on the number of participants) will be selected for the round 3. </p>
<p><em>Round 3 - Final round on campus</em></p>
<p>Participants who clear the second round should execute the queries for the given questions. Participating certificates will be given to the people who clear the second round. winners will be awarded with merit certificates and exciting prizes.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Vineel - 7396568331</li>
<li>Mrudula - 9603469277</li>
<li>Shivani - 7396824724</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSdemfj0f6dpsmaogf2g8AFvUtHeGgqBv9Ma4IP12cGHlbRR0Q/viewform" class="mt-15 button" target="_blank">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="treasure-hunt" class="event-body">
<div class="event-text">
<h2 class="event-tagline">This is your chance to prove your scavenging skills along with coding skills.</h2>
<div class="description">
<p>In this event a team starts with first clue nd have to solve 5 clues in order to reach treasure.The 5 clues are nothing but codes whose output leads them to next clue and finally leads them to treasure.The team which leads to treasure in least time will be the winner.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Sahithi 9553729672</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfDNyKnadAqqB4HtaSKT9-RC2XW7KzXu_HIfDT2512WMq4g_A/viewform" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="bug-beater" class="event-body">
<div class="event-text">
<h2 class="event-tagline"></h2>
<div class="description">
<p>This event tests your speed and ability to find bugs in code and rectify them. In this event, participants will be given a problem statement and its solution, which contains some logical errors. Identifying these bugs and fixing them is the job of the participants.</p>
<h2>Rounds</h2>
<p><em>The event has 2 rounds</em></p>
<p><em>Round 1 - On campus test</em></p>
<p>4 questions(ranging from easy to moderate) to be debugged in 60 minutes. Qualification to the next round depends on the time taken to debug all the 4 problems.</p>
<p><em>Round 2 - On campus test</em></p>
<p>3 questions with higher difficulty to be debugged in 60 minutes. Questions in this round will challenge the debugging skills and speed of the participants to the maximum.</p>
<p><em>Team size 1 or 2</em></p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Pavan - 76590 88791</li>
<li>Gowtham - 73307 46090</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfkwRLni9FMWZJr6hDjZOoZlmwO0wAcZtrMa9bH-pjOBy-4yQ/viewform" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="technopoly" class="event-body">
<div class="event-text">
<h2 class="event-tagline"></h2>
<div class="description">
<h2>Rounds</h2>
<p><em>The event has 2 rounds, both onsite</em></p>
<p>Participants will be given 5000 virtual coins to buy questions, and will be rewarded with extra points for each answer. If you are unable to answer the question, then you can sell the question at a lower price. The goal of round-1 is to earn maximum points.</p>
<p>This round lasts for 3 hours. At the end of Round-1, teams will have to buy countries(which contain gold) either by auction or by solving a set of questions. At the end of the day, the team with the most amount of gold will be the conqueror of technopoly and will be rewarded.</p>
<p><em>Participation fee : Rs.100/- per team (team of 2)</em></p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Neha - 9381069645</li>
<li>Tejaswi - 8008193904</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSflUNYxhsqoiqu7GLQchbYBifjXFsSMnKuHIxmv92YSGcCWdg/viewform?usp=sf_link" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="tic-tech-toe" class="event-body">
<div class="event-text">
<h2 class="event-tagline"></h2>
<div class="description">
<p>This event is based on the game of TIC TAC TOE where the participant will have to clear the questions in a vertical or horizontal or diagonal direction similar to the game. But the player will have to clear two lines as such or else will not be considered for the next round.</p>
<h2>Rounds</h2>
<p><em>The event has 3 rounds</em></p>
<h2>Round 1</h2>
<p>Online aptitude test for all the participants.</p>
<h2>Round 2</h2>
<p>TIC TECH TOE game. </p>
<h2>Round 3</h2>
<p>Participants will be given a software and the working will be explained. The participants will have to create something which is creative enough to impress everyone.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>RaviTeja - 9705896713</li>
<li>Kumar - 9502261726</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="http://tictechtoe2k18.github.io/ttt" target="_blank" class="mt-15 button">More Info</a></li>
</ul>
</div>
</div>
</div>
<div id="design-freaks" class="event-body">
<div class="event-text">
<h2 class="event-tagline"></h2>
<div class="description">
<p>Design freaks is an event which is totally based on web-designing. It requires you to know basic HTML, CSS and JavaScript.</p>
<h2>Rounds</h2>
<p><em>The event has 3 rounds</em></p>
<p><em>Round 1 - Online test</em></p>
<p>It is an online test on basic html, it is free of cost. This round consists of 15 mcqs, which must be completed within a time slot of 30mins.</p>
<p><em>Round 2 - On campus test</em></p>
<p>For this round registrations are to be done in a team of 2(₹ 150) or individually(₹ 100) and solve simple web designing task on html.10 teams will be qualified to round 3.</p>
<p><em>Round 3 - Final round</em></p>
<p>Cleared round 2? Great! In this round participants are supposed to design a static webpage .All 20 teams will be given merit certificates and the winning team will be awarded an exciting prizes.</p>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Satya - 9505437888</li>
<li>Ram - 7032657013</li>
</ul>
</div>
<div class="list2">
<ul>
<li><a href="https://goo.gl/forms/jPdDs6lPvcYfVItt2" target="_blank" class="mt-15 button">Register Now</a></li>
</ul>
</div>
</div>
</div>
<div id="dl-bootcamp" class="event-body">
<div class="event-text">
<h2 class="event-tagline"></h2>
<div class="description">
<p>
In recent years, Deep Learning has created a broad impact in the field of computer science. It has the potential to transform every industry and change our world. It is essential for every individual to understand how this transformation is being progressed every day. We need millions of AI engineers from all walks of life to build, test and deploy new Artificial Intelligent Systems. This two-day boot camp on deep learning is essential for all the Engineers looking forward to elevating their career by working in Artificial Intelligence from scratch.
</p>
<h2>What will I learn?</h2>
<ul>
<li>Introduction to Computer Programming - An Algorithmic Perspective.</li>
<li>Algorithms under the hood.</li>
<li>Cracking the Coding Interview.</li>
<li>Mathematical connoisseur and a travel to Machine Learning Algorithms.</li>
<li>Intro to AI, ML and Deep Learning - An Orbital Perspective.</li>
<li>Python as a lingua franca for Machine Learning.</li>
<li>Collecting, cleaning, labelling and augmenting your dataset.</li>
<li>Performing error analysis to improve your models.</li>
<li>Review of Advance Research Papers in recent years.</li>
</ul>
<h2>What can I expect?</h2>
<ul>
<li>Hands-on experience in designing, building, and deploying end-to-end Deep Learning solutions through curated content and instructor-led workshops.</li>
<li>Everyone who completes the boot camp will be awarded a certificate of completion and join the AI Bootcamp community.</li>
</ul>
</div>
</div>
<div class="lists">
<div class="list1">
<h2>Contact Info</h2>
<ul>
<li>Vihar - 9133744144</li>
<li>Revannth - 8328611596</li>
</ul>
</div>
<div class="list2">
<a href="http://dl.cbit.org.in/" target="_blank" class="mt-15 button">More Info</a>
</div>
</div>
</div>
</div><!-- #event-content -->
</div>
</div><!-- #event-page -->
<div id="footer">
<div id="social-links">
<a href="https://www.facebook.com/cbitheadstart/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/cbitosc/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/cbitosc/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
<div id="made">
<a href="https://cbitosc.github.io/" class="made-text" target="_blank">DESIGN BY COSC</a>
</div>
</div>
</div>
<div id="particles-js"></div>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/simplebar/dist/simplebar.min.js"></script>
<script src="node_modules/particles.js/particles.js"></script>
<script src="node_modules/howler/dist/howler.js"></script>
<script src="js/script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113151008-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113151008-3');
</script>
</body>
</html>