generated from CodeChefVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
390 lines (251 loc) · 60.3 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="vendors/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="vendors/grid.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<script src ='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<link rel="stylesheet" type="text/css" href="assets/media queries.css">
<link rel="stylesheet" type="text/css" href="vendors/animate.css">
<link rel="shortcut icon" type="image/png" href="assets/images/7629.png">
<meta name="description"
content="Codechef-VIT proudly presents our event - Intro to AI, a 6 hour workshop which aims to educate participants about the fundamentals of AI.">
<meta name="keywords"
content="workshop,vit,graVITas,codechef-vit,Intro to AI,tech,event,speaker,IBM,vellore-institute-of-technology,neural networks">
<meta name="author" content="Aditya Beri">
<meta name="copyright" content="CodeChef-VIT">
<meta name="language" content="en">
<meta name="url" content="https://ai.codechefvit.com/">
<meta name="category" content="Event">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="codechefvit@gmail.com">
<meta name="og:phone_number" content="+919646001863">
<meta name="og:country-name" content="India">
<meta name="og:region" content="Vellore">
<meta name="og:site_name" content="Intro to AI">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="Intro to AI">
<meta property="og:description"
content="Codechef-VIT proudly presents our event - Intro to AI, a 6 hour workshop which aims to educate participants about the fundamentals of AI..">
<meta property="og:url" content="https://ai.codechefvit.com/">
<meta property="og:site_name" content="Intro to AI">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Intro to Ai">
<meta name="twitter:title" content="Intro to AI">
<meta name="twitter:description"
content="Codechef-VIT proudly presents our event - Intro to AI, a 6 hour workshop which aims to educate participants about the fundamentals of AI.">
<meta name="twitter:creator" content="@Adityaberi8">
<meta itemprop="name" content="Intro to AI">
<meta itemprop="description"
content="Codechef-VIT proudly presents our event - Intro to AI, a 6 hour workshop which aims to educate participants about the fundamentals of AI.">
<title> Intro to AI </title>
</head>
<body>
<header>
<nav>
<div class='row'>
<img src="assets/images/ccwhite.png" alt='AI' class='logo'>
<img src="assets/images/CC_black.png" alt='AI' class='logo-black'>
<ul class="main-nav js--main-nav">
<li><a href="#workflow">Workflow</a></li>
<li><a href="#whyai">Why AI</a></li>
<li><a href="#wonders">Wonders of AI</a></li>
<li><a href="https://codechefvit.com/gravitasreg" target="_blank">How to Register</a></li>
<li><a href="#foot">Contact Us</a></li>
</ul>
<a class="hello-nav-icon js--nav-icon"><i class="fas fa-bars"></i></a>
</div>
</nav>
<div class="hero-text-box">
<h1>CODECHEF-VIT PRESENTS TO YOU<br> INTRO TO AI</h1>
<a class="btn btn-full btn-animate" href="http://info.vit.ac.in/gravitas2020/gravitas_login.asp">Register</a>
<a class="btn btn-ghost btn-animate js--scroll-to-start " href="#">Know more about the event</a>
</div>
</header>
<section class="section-features js--section-features">
<div class="row">
<h2 class='special'>Predicitng the future isn't magic,it's ai </h2>
<p class="long-copy">
Hello, we’re CodeChef-VIT, now get ready as an amazing workshop on Artificial Intelligence is on your way. In this workshop you will get to experience what you have always wanted to but never got the chance.
</p>
</div>
<div class='row js--up-1'>
<div class="col span-1-of-4 bat">
<svg id="Layer_1" enable-background="new 0 0 512.137 512.137" height="80" viewBox="0 0 512.137 512.137" width="80" xmlns="http://www.w3.org/2000/svg"><g><path d="m15 15.156h482.137v363.847h-482.137z" fill="#0e365c"/><path d="m255.746 15.156h241.391v363.847h-241.391z" fill="#1b0428"/><path d="m192.098 379.02h126.311v117.961h-126.311z" fill="#ccbeb9"/><path d="m9.493 295.92h495.408v83.083h-495.408z" fill="#ccbeb9"/><g><g><path d="m180.988 120.201h-75.412c-8.284 0-15-6.716-15-15s6.716-15 15-15h75.412c8.284 0 15 6.716 15 15s-6.716 15-15 15z" fill="#ff9f00"/></g></g><g><path d="m182.068 232.329h-77.556c-8.284 0-15-6.716-15-15s6.716-15 15-15h77.556c8.284 0 15 6.716 15 15s-6.715 15-15 15z" fill="#b3ddff"/></g><g><path d="m379.943 511.981h-247.992c-8.284 0-15-6.716-15-15s6.716-15 15-15h247.992c8.284 0 15 6.716 15 15s-6.715 15-15 15z" fill="#fff5f5"/></g><g><g><path d="m182.082 255.803c-8.284 0-15-6.716-15-15v-38.376c0-12.838-10.444-23.282-23.282-23.282-29.38 0-53.282-23.902-53.282-53.282v-45.73c0-8.284 6.716-15 15-15s15 6.716 15 15v45.729c0 12.838 10.444 23.282 23.282 23.282 29.38 0 53.282 23.902 53.282 53.282v38.376c0 8.285-6.716 15.001-15 15.001z" fill="#00ffe7"/></g></g><g><path d="m104.426 255.803c-8.284 0-15-6.716-15-15v-38.376c0-29.38 23.902-53.282 53.282-53.282 12.838 0 23.282-10.444 23.282-23.282v-45.73c0-8.284 6.716-15 15-15s15 6.716 15 15v45.729c0 29.38-23.902 53.282-53.282 53.282-12.838 0-23.282 10.444-23.282 23.282v38.376c0 8.285-6.716 15.001-15 15.001z" fill="#ff5ca8"/></g><g><path d="m438.25 98.133h-142.269c-8.284 0-15-6.716-15-15s6.716-15 15-15h142.269c8.284 0 15 6.716 15 15s-6.716 15-15 15z" fill="#59a7ff"/></g><g><path d="m438.25 178.468h-142.269c-8.284 0-15-6.716-15-15s6.716-15 15-15h142.269c8.284 0 15 6.716 15 15s-6.716 15-15 15z" fill="#59a7ff"/></g><g><path d="m438.25 258.803h-142.269c-8.284 0-15-6.716-15-15s6.716-15 15-15h142.269c8.284 0 15 6.716 15 15s-6.716 15-15 15z" fill="#59a7ff"/></g><path d="m255.746 295.92h249.155v83.083h-249.155z" fill="#9d9696"/><path d="m255.746 379.02h62.664v117.961h-62.664z" fill="#9d9696"/><path d="m379.943 481.981h-124.197v30h124.198c8.284 0 15-6.716 15-15s-6.716-15-15.001-15z" fill="#eee1dc"/><path d="m497.137 394.003h-482.137c-8.284 0-15-6.716-15-15v-363.847c0-8.284 6.716-15 15-15h482.137c8.284 0 15 6.716 15 15v363.848c0 8.284-6.716 14.999-15 14.999zm-467.137-30h452.137v-333.847h-452.137z" fill="#fff5f5"/><path d="m497.137.156h-241.391v30h226.391v333.848h-226.391v30h241.391c8.284 0 15-6.716 15-15v-363.848c0-8.284-6.716-15-15-15z" fill="#eee1dc"/></g></svg>
<h3>But I’m not a computer science nerd.</h3>
<p class="change">As long as you are creative and like to solve problems you’ll be perfect. We’re going to teach you practical AI skills so if you don’t know how to code that isn’t a problem.</p>
</div>
<div class="col span-1-of-4 bat">
<svg id="_x33_0" enable-background="new 0 0 64 64" height="80" viewBox="0 0 64 64" width="80" xmlns="http://www.w3.org/2000/svg"><g><g><g><path d="m42 62h-20c0-4.42 3.58-8 8-8h2 2c4.42 0 8 3.58 8 8z" fill="#e6e9ed"/></g><g><path d="m22 62h-20c0-2.21.9-4.21 2.34-5.66 1.45-1.44 3.45-2.34 5.66-2.34h2 2c4.42 0 8 3.58 8 8z" fill="#b4dd7f"/></g><g><path d="m49 55c0 1.66 1.34 3 3 3s3-1.34 3-3c0-.33-.05-.66-.16-.95l.01-.01c4.02.43 7.15 3.83 7.15 7.96h-20c0-4.13 3.13-7.53 7.15-7.96l.01.01c-.11.29-.16.62-.16.95z" fill="#b4dd7f"/></g><g><path d="m55 55c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-.33.05-.66.16-.95.07-.22.17-.43.29-.62.77.37 1.64.57 2.55.57s1.78-.2 2.55-.57c.12.19.22.4.29.62.11.29.16.62.16.95z" fill="#f0d0b4"/></g><g><path d="m58 47v1c0 2.4-1.41 4.47-3.45 5.43-.77.37-1.64.57-2.55.57s-1.78-.2-2.55-.57c-2.04-.96-3.45-3.03-3.45-5.43v-1c0-2.76 2.24-5 5-5h2c2.76 0 5 2.24 5 5z" fill="#434a54"/></g><g><path d="m38 47v1c0 3.31-2.69 6-6 6s-6-2.69-6-6v-1c0-2.76 2.24-5 5-5h2c2.76 0 5 2.24 5 5z" fill="#434a54"/></g><g><path d="m46 9-.97.24c-1.74.44-2.97 1.98-3.03 3.76h-1c-.77 0-1.46.29-1.99.77l-.01-.01s-.25-.69-.5-1.63c-.25-.93-.5-2.13-.5-3.13 0-1.19.55-2.28 1.44-3 .42-.34.92-.59 1.47-.73l1.09-.27c1.25-1.87 3.35-3 5.61-3h2.65c2.14 0 4.07.87 5.47 2.27s2.27 3.33 2.27 5.47c0 .84-.13 1.66-.4 2.45l-.54 1.63c-.53-.5-1.26-.82-2.06-.82h-1c0-1.1-.9-2-2-2h-4c-.55 0-1.05-.22-1.41-.59-.37-.36-.59-.86-.59-1.41z" fill="#434a54"/></g><g><path d="m18 46v2c0 3.31-2.69 6-6 6s-6-2.69-6-6v-5c0-.55.45-1 1-1h7c2.21 0 4 1.79 4 4z" fill="#b27946"/></g><g><path d="m43.2 31.84 2.8 6.16h-12v-3.26c0-1.81.69-3.49 1.85-4.74.98-1.07 2.29-1.83 3.78-2.13l1.62-.32z" fill="#fcd770"/></g><g><path d="m62 34.74v3.26h-12l2.8-6.16 1.95-4.29 1.62.32c3.27.66 5.63 3.53 5.63 6.87z" fill="#fcd770"/></g><g><path d="m49 32 1 6h-4l1-6z" fill="#ff826e"/></g><g><path d="m49.84 29.47-.84 2.53h-2l-.84-2.53 1.84-1.47z" fill="#fc6e51"/></g><g><path d="m47 32-1 6-2.8-6.16 2.96-2.37z" fill="#b4dd7f"/></g><g><path d="m49.84 29.47 2.96 2.37-2.8 6.16-1-6z" fill="#b4dd7f"/></g><g><path d="m44.01 26.01 3.99 1.99-1.84 1.47-2.96 2.37-1.95-4.29.79-.16c.84-.17 1.54-.68 1.97-1.38z" fill="#a0d468"/></g><g><path d="m48 28 3.99-1.99c.43.7 1.13 1.21 1.97 1.38l.79.16-1.95 4.29-2.96-2.37z" fill="#a0d468"/></g><g><path d="m35.85 30c-1.16 1.25-1.85 2.93-1.85 4.74v3.26h-4l-2-8z" fill="#cf9e76"/></g><g><path d="m19 30-2 8h-5l2-8z" fill="#cf9e76"/></g><g><path d="m42.34 19c.3.85.79 1.61 1.42 2.24.36.36.76.68 1.21.93l-.01.01-.57 2.86c-.07.35-.2.68-.38.97-.43.7-1.13 1.21-1.97 1.38l-.79.16-1.62.32c-1.49.3-2.8 1.06-3.78 2.13h-7.85-9-5-10v-24h35.44c-.89.72-1.44 1.81-1.44 3 0 1 .25 2.2.5 3.13.25.94.5 1.63.5 1.63l.01.01c-.62.53-1.01 1.34-1.01 2.23 0 .83.34 1.58.88 2.12s1.29.88 2.12.88z" fill="#e6e9ed"/></g><g><path d="m34 12v8h-8v-4h-2v-4z" fill="#ff826e"/></g><g><path d="m26 20v6h-12v-6h4v-4h6 2z" fill="#ffeaa7"/></g><g><path d="m18 16v4h-4-6v-10h10z" fill="#ff826e"/></g><g><path d="m51.99 26.01-3.99 1.99-3.99-1.99c.18-.29.31-.62.38-.97l.57-2.86.01-.01c.89.53 1.92.83 3.03.83s2.14-.3 3.03-.83l.01.01.57 2.86c.07.35.2.68.38.97z" fill="#f0d0b4"/></g><g><path d="m57.12 18.12c-.54.54-1.29.88-2.12.88h-1.34c.22-.63.34-1.3.34-2v-4h1c.8 0 1.53.32 2.06.82.58.55.94 1.32.94 2.18 0 .83-.34 1.58-.88 2.12z" fill="#f0d0b4"/></g><g><path d="m54 13v4c0 .7-.12 1.37-.34 2-.48 1.34-1.42 2.47-2.63 3.17-.89.53-1.92.83-3.03.83s-2.14-.3-3.03-.83c-.45-.25-.85-.57-1.21-.93-.63-.63-1.12-1.39-1.42-2.24-.22-.63-.34-1.3-.34-2v-3.88c0-.04 0-.08 0-.12.06-1.78 1.29-3.32 3.03-3.76l.97-.24c0 .55.22 1.05.59 1.41.36.37.86.59 1.41.59h4c1.1 0 2 .9 2 2z" fill="#f0d0b4"/></g><g><path d="m42 17c0 .7.12 1.37.34 2h-1.34c-.83 0-1.58-.34-2.12-.88s-.88-1.29-.88-2.12c0-.89.39-1.7 1.01-2.23.53-.48 1.22-.77 1.99-.77h1v.12z" fill="#f0d0b4"/></g></g><g><path d="m56.569 26.895-2.412-.482c-.794-.159-1.411-.775-1.569-1.569l-.443-2.215c.923-.682 1.671-1.583 2.17-2.628h.685c2.206 0 4-1.794 4-4 0-.901-.31-1.724-.815-2.393l.366-1.098c.298-.896.449-1.825.449-2.767 0-4.821-3.922-8.743-8.744-8.743h-2.651c-2.459 0-4.751 1.159-6.208 3.12l-.729.183c-.567.141-1.085.383-1.547.697h-36.121v26h9.719l-1.5 6h-10.219v2h62v-4.262c0-3.8-2.705-7.098-6.431-7.843zm-29.35 4.105 1.5 6h-10.438l1.5-6zm2.062 0h4.659c-.598 1.125-.94 2.399-.94 3.738v2.262h-2.219zm5.719 3.738c0-2.85 2.028-5.324 4.823-5.883l.845-.169 3.779 8.314h-9.447zm9.294-7.473 1.861.93-2.576 2.061-.911-2.004c.623-.198 1.179-.536 1.626-.987zm3.985 3.735h-.558l-.394-1.181.673-.538.673.538zm-2.306 1.081-.42 2.519-1.12-2.465 1.23-.984zm1.874.919h.306l.667 4h-1.64zm2.18-.919.31-.93 1.23.984-1.12 2.465zm3.305-3.828-.911 2.004-2.576-2.061 1.861-.93c.447.45 1.003.788 1.626.987zm-2.705-3.018c.02.1.054.195.081.292l-2.708 1.355-2.709-1.354c.027-.097.061-.192.081-.292l.327-1.632c.722.252 1.494.396 2.301.396s1.579-.144 2.301-.397zm2.373-8.235c0 2.757-2.243 5-5 5s-5-2.243-5-5v-3.877c0-1.374.928-2.567 2.258-2.907.467 1.05 1.52 1.784 2.742 1.784h4c.551 0 1 .448 1 1zm2 1h-.08c.047-.328.08-.66.08-1v-3c1.103 0 2 .897 2 2s-.897 2-2 2zm-13.847-11.758 1.464-.366.214-.321c1.067-1.6 2.852-2.555 4.774-2.555h2.651c3.719 0 6.744 3.025 6.744 6.743 0 .726-.117 1.443-.346 2.133l-.142.425c-.467-.191-.977-.301-1.512-.301h-.184c-.414-1.161-1.514-2-2.816-2h-4c-.551 0-1-.448-1-1s.449-1 1-1h1v-2h-1c-1.374 0-2.536.929-2.889 2.191l-.324.081c-1.855.464-3.229 1.928-3.644 3.728h-.143c-.503 0-.979.104-1.422.273-.265-.921-.578-2.228-.578-3.273 0-1.307.885-2.44 2.153-2.758zm-.153 7.758v3c0 .34.033.672.08 1h-.08c-1.103 0-2-.897-2-2s.897-2 2-2zm-36-7h32.448c-.28.615-.448 1.289-.448 2 0 1.608.565 3.587.871 4.539-.537.681-.871 1.528-.871 2.461 0 2.206 1.794 4 4 4h.685c.499 1.045 1.247 1.946 2.17 2.628l-.443 2.215c-.159.794-.775 1.41-1.569 1.569l-2.412.482c-1.547.309-2.912 1.063-3.987 2.105h-30.444zm9.781 24h2.938l-1.5 6h-2.938zm46.219 6h-9.447l3.779-8.314.845.169c2.795.559 4.823 3.034 4.823 5.883z"/><path d="m35 11h-12v4h-4v-6h-12v12h6v6h14v-6h8zm-26 0h8v8h-8zm16 14h-10v-4h4v-4h6zm8-6h-6v-4h-2v-2h8z"/><path d="m56.489 53.352c1.559-1.313 2.511-3.266 2.511-5.352v-1c0-3.309-2.691-6-6-6h-2c-3.309 0-6 2.691-6 6v1c0 2.087.953 4.041 2.51 5.352-2.423.691-4.401 2.354-5.517 4.53-1.125-2.174-3.107-3.831-5.499-4.523 1.53-1.285 2.506-3.21 2.506-5.359v-1c0-3.309-2.691-6-6-6h-2c-3.309 0-6 2.691-6 6v1c0 2.149.976 4.074 2.506 5.359-2.395.693-4.378 2.352-5.502 4.53-1.123-2.178-3.108-3.842-5.503-4.536 1.526-1.285 2.499-3.207 2.499-5.353v-2c0-2.757-2.243-5-5-5h-7c-1.103 0-2 .897-2 2v5c0 2.149.976 4.074 2.506 5.359-3.752 1.085-6.506 4.544-6.506 8.641v1h62v-1c0-4.087-2.71-7.564-6.511-8.648zm-2.489 1.648c0 1.103-.897 2-2 2s-2-.897-2-2c0-.1.025-.193.039-.289.631.184 1.292.289 1.961.289s1.331-.105 1.961-.289c.014.096.039.189.039.289zm-7-7v-1c0-2.206 1.794-4 4-4h2c2.206 0 4 1.794 4 4v1c0 1.927-1.129 3.703-2.884 4.528-1.282.617-2.942.621-4.24-.004-1.747-.821-2.876-2.597-2.876-4.524zm-20 0v-1c0-2.206 1.794-4 4-4h2c2.206 0 4 1.794 4 4v1c0 2.757-2.243 5-5 5s-5-2.243-5-5zm3 7h4c3.519 0 6.432 2.614 6.92 6h-17.84c.488-3.386 3.401-6 6.92-6zm-23-7v-5h7c1.654 0 3 1.346 3 3v2c0 2.757-2.243 5-5 5s-5-2.243-5-5zm-3.929 13c.487-3.388 3.408-6 6.929-6h4c3.521 0 6.442 2.612 6.929 6zm40.007 0c.388-2.723 2.328-4.955 4.95-5.718.148 2.072 1.863 3.718 3.972 3.718 2.108 0 3.823-1.645 3.971-3.716 2.623.763 4.571 2.993 4.958 5.716z"/></g></g></svg>
<h3>What will I learn to do in the workshop?</h3>
<p class="change">You will think of a problem you’d like to solve – and how you could design an AI solution. Then using code libraries you’ll create it and once you’re done, it’s yours to take home with you
</p>
</div>
<div class="col span-1-of-4 bat">
<svg id="Capa_1" enable-background="new 0 0 512 512" height="80" viewBox="0 0 512 512" width="80" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m355.452 7.5h99.385c18.299 0 33.133 14.834 33.133 33.133v66.267c0 18.299-14.834 33.133-33.133 33.133h-13.791c-1.792 0-3.536.581-4.97 1.657l-50.804 38.103c-5.461 4.096-13.253.199-13.253-6.627v-24.85c0-4.575-3.709-8.283-8.283-8.283h-8.283c-18.299 0-33.133-14.834-33.133-33.133v-66.267c-.002-18.299 14.833-33.133 33.132-33.133z" fill="#edf6ff"/><g fill="#d8e2f3"><path d="m454.837 7.5h-23c18.299 0 33.133 14.834 33.133 33.133v66.267c0 18.299-14.834 33.134-33.133 33.134h23c18.299 0 33.133-14.834 33.133-33.134v-66.267c0-18.299-14.834-33.133-33.133-33.133z"/><path d="m413.076 141.69-41.058 30.794v.683c0 6.826 7.793 10.722 13.253 6.627l50.804-38.104c1.434-1.075 3.178-1.656 4.97-1.656h-23c-1.791 0-3.535.581-4.969 1.656z"/></g><g><path d="m255.903 305.534h16.558c36.575 0 66.225 29.65 66.225 66.226l.002 124.462c0 4.572-3.706 8.279-8.279 8.279h-314.585c-4.572 0-8.279-3.707-8.279-8.279v-124.46c0-36.575 29.65-66.225 66.226-66.225l16.558-.002h165.574z" fill="#c9dbfd"/><g><path d="m189.674 404.876 16.557 99.624h-66.229l16.557-99.624v-6.84h33.17z" fill="#c1e3a0"/><path d="m189.674 404.876.055-6.84h-23l-.055 6.84 16.557 99.624h23z" fill="#a8d4a4"/></g><path d="m338.687 371.759c0-36.575-29.65-66.226-66.225-66.226h-16.559-6.422c36.567.01 66.206 29.656 66.206 66.225l.002 124.462c0 4.572-3.706 8.279-8.279 8.279h23c4.572 0 8.279-3.706 8.279-8.279z" fill="#aecafc"/><path d="m206.231 377.283-16.557 27.593h-33.115l-16.557-27.594v-35.246l33.114 13.171 33.115-13.171z" fill="#c1e3a0"/><path d="m189.78 348.58.002 17.737-23.137 38.559h23.029l16.557-27.593v-35.247z" fill="#a8d4a4"/><path d="m131.722 240.705h82.787v114.503h-82.787z" fill="#f6e2c1"/><path d="m191.51 240.706h23v114.502h-23z" fill="#f2d0ac"/><path d="m131.722 288.973-41.393 16.561 29.327 73.313c1.953 4.882 7.903 6.73 12.278 3.814l41.181-27.453z" fill="#edf6ff"/><path d="m214.51 288.973 41.393 16.561-29.327 73.313c-1.953 4.882-7.903 6.73-12.278 3.814l-41.181-27.453z" fill="#edf6ff"/><g><path d="m255.903 106.846h16.557c9.144 0 16.557 7.413 16.557 16.557v33.115c0 9.144-7.413 16.557-16.557 16.557h-16.557-165.573-16.557c-9.144 0-16.557-7.413-16.557-16.557v-33.115c0-9.144 7.413-16.557 16.557-16.557h16.557z" fill="#f6e2c1"/><path d="m173.117 10.5-82.786 74.788.001 87.788c0 45.721 37.064 82.786 82.786 82.786s82.786-37.064 82.786-82.786v-87.788z" fill="#f6e2c1"/><path d="m232.903 64.51v108.566c0 41.817-31.011 76.372-71.286 81.973 3.761.523 7.596.813 11.5.813 45.721 0 82.786-37.064 82.786-82.786l.001-87.788z" fill="#f2d0ac"/><path d="m214.509 7.5h-82.785c-22.861 0-41.394 18.533-41.394 41.394l.001 41.394h16.555c9.144 0 16.557-7.413 16.557-16.558v-16.558h99.345v16.558c0 9.145 7.413 16.558 16.558 16.558h16.557v-41.394c0-22.861-18.533-41.394-41.394-41.394z" fill="#817d84"/><path d="m214.509 7.5h-23c22.861 0 41.394 18.533 41.394 41.394v40.093c1.98.837 4.158 1.3 6.443 1.3h16.557v-41.393c0-22.861-18.533-41.394-41.394-41.394z" fill="#756e79"/></g><path d="m232.025 295.98-31.107 77.76 13.38 8.919c4.375 2.917 10.326 1.068 12.279-3.814l29.327-73.313z" fill="#d8e2f3"/></g><g><path d="m256.07 504.492h-173.901c-4.573 0-8.281-3.709-8.281-8.283v-16.567c0-4.575 3.708-8.283 8.281-8.283h173.901z" fill="#756e79"/><path d="m487.938 471.359c9.147 0 16.562-7.417 16.562-16.567v-182.225c0-9.15-7.415-16.567-16.562-16.567h-231.868c-9.147 0-16.562 7.417-16.562 16.567v182.226c0 9.15 7.415 16.567 16.562 16.567v5h231.868z" fill="#817d84"/><path d="m487.938 256h-23c9.147 0 16.562 7.417 16.562 16.567v182.226c0 9.15-7.415 16.567-16.562 16.567v5h23v-5c9.147 0 16.562-7.417 16.562-16.567v-182.226c0-9.15-7.415-16.567-16.562-16.567z" fill="#756e79"/><path d="m496.5 504.492h-248.992c-4.418 0-8-3.582-8-8v-17.133c0-4.418 3.582-8 8-8h248.992c4.418 0 8 3.582 8 8v17.133c0 4.419-3.582 8-8 8z" fill="#817d84"/><path d="m496.5 471.359h-22.933c4.418 0 8 3.582 8 8v17.133c0 4.418-3.582 8-8 8h22.933c4.418 0 8-3.582 8-8v-17.133c0-4.418-3.582-8-8-8z" fill="#756e79"/></g></g><g><path d="m147.493 140.033v-8.282c0-4.143-3.358-7.5-7.5-7.5s-7.5 3.357-7.5 7.5v8.282c0 4.143 3.358 7.5 7.5 7.5s7.5-3.357 7.5-7.5z"/><path d="m206.242 147.533c4.142 0 7.5-3.357 7.5-7.5v-8.282c0-4.143-3.358-7.5-7.5-7.5s-7.5 3.357-7.5 7.5v8.282c0 4.143 3.358 7.5 7.5 7.5z"/><path d="m201.126 187.28c2.074-3.586.849-8.174-2.736-10.248-3.585-2.071-8.174-.85-10.248 2.736-3.096 5.352-8.854 8.677-15.025 8.677-6.172 0-11.93-3.325-15.027-8.679-2.074-3.586-6.661-4.81-10.247-2.737-3.586 2.074-4.811 6.662-2.737 10.247 5.769 9.974 16.502 16.169 28.011 16.169s22.241-6.194 28.009-16.165z"/><path d="m512 272.566c0-13.271-10.794-24.066-24.062-24.066h-183.92c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5h183.92c4.997 0 9.062 4.067 9.062 9.066v182.226c0 5-4.065 9.067-9.062 9.067h-231.868c-4.997 0-9.062-4.067-9.062-9.067v-182.226c0-4.999 4.066-9.066 9.062-9.066h17.947c4.142 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5h-17.947c-13.268 0-24.062 10.796-24.062 24.066v15.485l-9.985-3.996v-34.978c22.916-14.823 38.723-39.737 41.091-68.407h9.376c13.268 0 24.062-10.796 24.062-24.066v-33.135c0-13.271-10.794-24.067-24.062-24.067h-9.062v-50.485c0-26.973-21.939-48.917-48.905-48.917h-82.809c-26.967 0-48.906 21.944-48.906 48.917v50.484h-9.062c-13.268 0-24.062 10.796-24.062 24.066v33.134c0 13.271 10.794 24.067 24.062 24.067h9.377c2.367 28.669 18.173 53.584 41.089 68.407v34.979l-35.35 14.147-15.118.002c-40.662.001-73.744 33.091-73.744 73.764v57.739c0 4.143 3.358 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-57.739c0-32.402 26.353-58.763 58.745-58.763l11.484-.001 27.449 68.638c1.775 4.437 5.41 7.795 9.973 9.212 1.544.479 3.126.716 4.698.716 3.073 0 6.106-.903 8.736-2.656l1.525-1.017 11.095 18.496-9.542 57.268h-56.993c-8.702 0-15.781 7.08-15.781 15.783v16.566c0 .267.027.527.04.791h-50.648c-.431 0-.781-.352-.781-.783v-36.511c0-4.143-3.358-7.5-7.5-7.5s-7.5 3.357-7.5 7.5v36.511c0 8.703 7.079 15.783 15.781 15.783l480.719-.008c8.547 0 15.5-6.953 15.5-15.5v-17.133c0-4.18-1.671-7.972-4.37-10.763 2.749-3.911 4.37-8.671 4.37-13.805zm-304.926 191.293-9.542-57.268 11.095-18.495 1.524 1.016c2.63 1.753 5.663 2.656 8.736 2.656 1.571 0 3.154-.236 4.698-.716 3.495-1.085 6.437-3.316 8.424-6.292v70.031c0 3.207.635 6.267 1.779 9.067h-26.714zm24.934-118.544-12.379 30.955c-.034.086-.139.347-.494.457-.355.112-.587-.045-.663-.096l-35.136-23.429 34.225-54.777 14.448 5.781v41.109zm40.482-230.913c4.997 0 9.062 4.067 9.062 9.067v33.135c0 4.999-4.065 9.066-9.062 9.066h-9.062v-51.268zm-140.776-99.402h82.809c18.695 0 33.905 15.215 33.905 33.917v33.917h-9.061c-4.997 0-9.062-4.067-9.062-9.066v-9.068h.783c4.142 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5h-115.937c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5h.78v9.067c0 4.999-4.065 9.066-9.062 9.066h-9.06v-33.917c-.001-18.701 15.209-33.916 33.905-33.916zm-67.03 141.602v-33.134c0-4.999 4.065-9.066 9.062-9.066h9.062v51.268h-9.063c-4.995-.001-9.061-4.068-9.061-9.068zm33.125 16.568-.001-75.336h9.06c13.268 0 24.062-10.796 24.062-24.066v-9.068h84.372v9.067c0 13.271 10.795 24.066 24.062 24.066h9.061v75.336c0 41.538-33.784 75.332-75.309 75.332s-75.307-33.793-75.307-75.331zm75.309 90.332c11.986 0 23.43-2.353 33.905-6.613v30.094l-33.905 54.267-33.906-54.268v-30.093c10.475 4.259 21.92 6.613 33.906 6.613zm-46.018 113.226c-.355-.11-.46-.371-.494-.457l-26.551-66.392 28.62-11.453 34.224 54.777-35.136 23.429c-.076.051-.307.207-.663.096zm46.018-12.31 23.015 15.347-10.699 17.836h-24.63l-10.699-17.837zm-10.208 48.183h20.417l8.54 51.259h-37.498zm-81.522 67.042c0-.432.351-.783.781-.783h149.864c-.005.167-.025.331-.025.5v17.133c0 .169.02.333.025.5h-149.863c-.431 0-.781-.352-.781-.783v-16.567zm415.612 16.849c0 .275-.224.5-.5.5h-240.43-8.562c-.276 0-.5-.225-.5-.5v-17.133c0-.275.224-.5.5-.5h8.562 231.868 8.562c.276 0 .5.225.5.5z"/><path d="m281.694 413.666c0 8.547 6.953 15.5 15.5 15.5h149.62c8.547 0 15.5-6.953 15.5-15.5v-99.966c0-8.547-6.953-15.5-15.5-15.5h-149.62c-8.547 0-15.5 6.953-15.5 15.5zm15-99.966c0-.275.224-.5.5-.5h149.62c.276 0 .5.225.5.5v99.966c0 .275-.224.5-.5.5h-149.62c-.276 0-.5-.225-.5-.5z"/><path d="m355.442 147.533h8.281c.431 0 .781.352.781.783v24.851c0 6.018 3.343 11.427 8.726 14.117 2.251 1.126 4.668 1.68 7.071 1.68 3.341 0 6.655-1.072 9.454-3.172l50.792-38.105c.133-.1.298-.154.465-.154h13.802c22.4 0 40.624-18.228 40.624-40.633v-66.266c0-22.405-18.224-40.634-40.624-40.634h-99.372c-22.4 0-40.624 18.229-40.624 40.634v66.266c0 22.406 18.224 40.633 40.624 40.633zm-25.624-106.899c0-14.135 11.495-25.634 25.624-25.634h99.372c14.129 0 25.624 11.499 25.624 25.634v66.266c0 14.134-11.495 25.633-25.624 25.633h-13.802c-3.395 0-6.758 1.122-9.469 3.158l-50.79 38.102c-.125.094-.386.288-.816.073-.433-.216-.433-.543-.433-.7v-24.852c-.001-8.702-7.081-15.782-15.781-15.782h-8.281c-14.129 0-25.624-11.499-25.624-25.633z"/><path d="m355.442 48.134h99.372c4.142 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5h-99.372c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5z"/><path d="m355.442 81.267h99.372c4.142 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5h-99.372c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5z"/><path d="m355.442 114.4h33.124c4.142 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5h-33.124c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5z"/></g></g></svg>
<h3>Will I be working on my own?</h3>
<p class="change">No, you will be working under our tech mentors, which will not be awkward – promise. Working in a group allows you to learn from each other and plan your project strategically. As you would in a real-world situation.
</p>
</div>
<div class="col span-1-of-4 bat">
<svg id="_x33_0" enable-background="new 0 0 64 64" height="80" viewBox="0 0 64 64" width="80" xmlns="http://www.w3.org/2000/svg"><g><g><g><path d="m15 56.01 2 6v.01c-1.97 0-4.04 0-6 0v-.01l2-6z" fill="#b4dd7f"/></g><g><path d="m14 52.01 2.21 1.33-1.21 2.67h-2l-1.21-2.67z" fill="#a0d468"/></g><g><path d="m9 55.01 2.79-1.67 1.21 2.67-2 6v.01c-4.85-.01-9-.01-9-.01v-1.75c0-2.42.82-4.69 2.24-6.5.84-1.08 1.89-1.99 3.09-2.67z" fill="#4fc1e9"/></g><g><path d="m17 62.01-2-6 1.21-2.67 2.79 1.67 1.67-3.92c3.23 1.84 5.33 5.3 5.33 9.17v1.75c0 .01-4.15.01-9 .01z" fill="#4fc1e9"/></g><g><path d="m20.67 51.09-1.67 3.92-2.79-1.67-2.21-1.33 4-2c.95.24 1.85.6 2.67 1.08z" fill="#3bafda"/></g><g><path d="m14 52.01-2.21 1.33-2.79 1.67-1.67-3.92c.82-.48 1.72-.84 2.67-1.08z" fill="#3bafda"/></g><g><path d="m10.39 34.82-.73.36c-1.02.51-1.66 1.55-1.66 2.69v.14h-1c-.9 0-1.7.4-2.25 1.02l-.54-2.17c-.14-.56-.21-1.14-.21-1.72 0-1.97.8-3.75 2.09-5.04s3.07-2.09 5.03-2.09h5.76c3.93 0 7.12 3.19 7.12 7.13 0 .58-.07 1.16-.21 1.72l-.54 2.17c-.55-.62-1.35-1.02-2.25-1.02h-1l-6.02-.6c-1.62-.16-2.96-1.18-3.59-2.59z" fill="#b27946"/></g><g><path d="m46.83 21.51-.83 2.49c-1.29.32-2.47.88-3.51 1.62l-.01-.01c-1.56-1.27-2.48-3.18-2.48-5.22v-8.39c0-2.76 1.12-5.26 2.93-7.07s4.31-2.93 7.07-2.93c5.52 0 10 4.48 10 10v8.39c0 2.04-.92 3.95-2.48 5.22l-.01.01c-1.04-.74-2.22-1.3-3.51-1.62l-.83-2.49c1.68-.81 2.83-2.53 2.83-4.51v-6h-5l-5-3c-1.23.61-2 1.87-2 3.24v5.76c0 1.98 1.15 3.7 2.83 4.51z" fill="#b27946"/></g><g><path d="m46.84 28c.68 1.57 1.76 2.95 3.16 4 1.26-.94 2.26-2.16 2.94-3.53.08-.15.15-.31.22-.47.55-1.24.84-2.6.84-4 1.29.32 2.47.88 3.51 1.62.86.59 1.61 1.31 2.25 2.13 1.42 1.81 2.24 4.07 2.24 6.5v1.75h-12-12v-1.75c0-3.52 1.74-6.71 4.49-8.63 1.04-.74 2.22-1.3 3.51-1.62 0 1.4.29 2.76.84 4z" fill="#ff826e"/></g><g><path d="m53.16 28c-.07.16-.14.32-.22.47-.68 1.37-1.68 2.59-2.94 3.53-1.4-1.05-2.48-2.43-3.16-4z" fill="#e6e9ed"/></g><g><path d="m21 38.01c.9 0 1.7.4 2.25 1.02.46.53.75 1.22.75 1.98 0 .83-.34 1.58-.88 2.12-.54.55-1.29.88-2.12.88h-1v-6z" fill="#f0d0b4"/></g><g><path d="m18 50.01-4 2-4-2 .73-2.2v-.01c.4.14.82.21 1.27.21h4c.45 0 .87-.07 1.27-.21v.01z" fill="#f0d0b4"/></g><g><path d="m10.73 47.8c-1.59-.53-2.73-2.03-2.73-3.79v-6-.14c0-1.14.64-2.18 1.66-2.69l.73-.36c.63 1.41 1.97 2.43 3.59 2.59l6.02.6v6c0 1.76-1.14 3.26-2.73 3.79-.4.14-.82.21-1.27.21h-4c-.45 0-.87-.07-1.27-.21z" fill="#f0d0b4"/></g><g><path d="m8 38.01v6h-1c-.83 0-1.58-.33-2.12-.88-.54-.54-.88-1.29-.88-2.12 0-.76.29-1.45.75-1.98.55-.62 1.35-1.02 2.25-1.02z" fill="#f0d0b4"/></g><g><path d="m46 24 .83-2.49c.65.31 1.39.49 2.17.49h2c.78 0 1.52-.18 2.17-.49l.83 2.49c0 1.4-.29 2.76-.84 4h-6.32c-.55-1.24-.84-2.6-.84-4z" fill="#f0d0b4"/></g><g><path d="m46.83 21.51c-1.68-.81-2.83-2.53-2.83-4.51v-5.76c0-1.37.77-2.63 2-3.24l5 3h5v6c0 1.98-1.15 3.7-2.83 4.51-.65.31-1.39.49-2.17.49h-2c-.78 0-1.52-.18-2.17-.49z" fill="#f0d0b4"/></g><g><path d="m14 20h4c0 2.21-1.79 4-4 4-1.1 0-2.1-.45-2.83-1.17-.72-.73-1.17-1.73-1.17-2.83z" fill="#aab2bd"/></g><g><path d="m18 20h-4-4v-1.06c0-.6-.26-1.16-.72-1.54l-2.58-2.15c-.86-.71-1.53-1.6-1.99-2.58-.46-.99-.71-2.07-.71-3.18 0-4.14 3.35-7.49 7.49-7.49h5.02c2.07 0 3.94.84 5.3 2.19 1.35 1.36 2.19 3.23 2.19 5.3 0 2.22-.99 4.33-2.7 5.76l-2.58 2.15c-.46.38-.72.94-.72 1.54z" fill="#ffeaa7"/></g><g><circle cx="14" cy="11" fill="#fcd770" r="2"/></g><g><path d="m52 55c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-6.94.01c0-.01 0-.01 0-.02 0-.35-.18-.67-.49-.85l-1.57-.91 1.98-3.46 1.55.9c.31.18.68.18.99 0 0 0 0 0 .01-.01.3-.17.49-.5.49-.85v-1.81h1.98 1.98v1.81c0 .35.19.68.49.85.01.01.01.01.01.01.31.18.68.18.99 0l1.55-.9 1.98 3.46-1.57.91c-.31.18-.49.5-.49.85v.02c0 .35.18.67.49.85l1.57.91-1.98 3.46-1.55-.9c-.31-.18-.68-.18-.99 0 0 0 0 0-.01.01-.3.17-.49.5-.49.85v1.81h-3.96v-1.81c0-.35-.19-.68-.49-.85-.01-.01-.01-.01-.01-.01-.31-.18-.68-.18-.99 0l-1.55.9-1.98-3.46 1.57-.91c.31-.18.49-.5.49-.85z" fill="#fcd770"/></g></g><g><path d="m18.78 49.19-.29-.868c1.216-.705 2.119-1.89 2.409-3.31h.101c2.206 0 4-1.794 4-4 0-.815-.248-1.573-.668-2.206l.425-1.7c.161-.642.243-1.305.243-1.97 0-4.479-3.644-8.123-8.123-8.123h-1.877v-2.114c2.279-.465 4-2.484 4-4.899v-1.063c0-.298.131-.577.36-.768l2.584-2.154c1.943-1.619 3.056-3.995 3.056-6.524 0-4.681-3.81-8.491-8.491-8.491h-5.018c-4.681 0-8.491 3.81-8.491 8.491 0 2.528 1.113 4.905 3.055 6.523l2.586 2.154c.228.191.359.471.359.769v1.063c0 2.414 1.721 4.434 4 4.899v2.114h-1.877c-4.479 0-8.123 3.643-8.123 8.123 0 .665.082 1.328.243 1.97l.425 1.701c-.42.633-.668 1.39-.668 2.206 0 2.206 1.794 4 4 4h.101c.289 1.419 1.193 2.604 2.408 3.31l-.289.867c-4.867 1.467-8.22 5.941-8.22 11.069v2.753l21.25.006 2.72-.001c1.31-.002 2.03-.003 2.03-1.004v-1.754c0-5.128-3.353-9.602-8.22-11.069zm-11.445-34.712c-1.483-1.237-2.335-3.054-2.335-4.987 0-3.579 2.912-6.491 6.491-6.491h5.018c3.579 0 6.491 2.912 6.491 6.491 0 1.933-.852 3.75-2.336 4.986l-2.584 2.154c-.686.572-1.08 1.413-1.08 2.306v.063h-2v-5.184c1.161-.414 2-1.514 2-2.816 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.402 2 2.816v5.184h-2v-.063c0-.893-.394-1.733-1.079-2.305zm5.665-3.478c0-.552.448-1 1-1s1 .448 1 1-.448 1-1 1-1-.448-1-1zm-1.816 10h5.631c-.414 1.161-1.514 2-2.816 2s-2.401-.839-2.815-2zm8.199 30.551-.854 2.012-2.452-1.471 2.02-1.01c.443.129.874.283 1.286.469zm-5.663 5.462h.559l1.335 4.005c-1.054 0-2.137 0-3.229-.001zm.634-2h-.707l-.575-1.276.928-.558.929.557zm6.646-12v-4c1.103 0 2 .897 2 2s-.897 2-2 2zm-16-2c0-1.103.897-2 2-2v4c-1.103 0-2-.898-2-2zm2.1-4h-.1c-.582 0-1.131.131-1.631.355l-.186-.748c-.121-.483-.183-.983-.183-1.484 0-3.376 2.747-6.123 6.123-6.123h5.754c3.376 0 6.123 2.747 6.123 6.123 0 .501-.062 1.001-.183 1.485l-.187.747c-.499-.224-1.049-.356-1.631-.356h-.948l-5.972-.597c-1.755-.175-3.079-1.638-3.079-3.402h-2c0 .449.054.886.156 1.304-1.073.556-1.807 1.547-2.056 2.696zm1.9.854c0-.718.375-1.367.987-1.726.877 1.243 2.269 2.102 3.894 2.265l5.119.512v5.095c0 1.654-1.346 3-3 3h-4c-1.654 0-3-1.346-3-3zm3 11.146h4c.203 0 .396-.036.592-.06l.184.553-2.776 1.389-2.777-1.389.184-.553c.197.023.39.06.593.06zm-2.097 2.07 2.02 1.01-2.452 1.471-.854-2.012c.412-.187.843-.341 1.286-.469zm-6.903 9.176c0-3.11 1.496-5.923 3.878-7.684l1.651 3.887 2.815-1.689.584 1.295-1.649 4.948c-2.595-.001-5.136-.001-7.279-.002zm22 .758c-1.375.001-4.082.001-7.278.001l-1.65-4.949.584-1.295 2.815 1.689 1.651-3.887c2.382 1.76 3.878 4.573 3.878 7.683z"/><path d="m17.789 42.671.105-.211-1.789-.895-.105.211c-.381.763-1.147 1.236-2 1.236h-3v2h3c1.615.001 3.067-.897 3.789-2.341z"/><path d="m63 37v-2.754c0-3.436-1.51-6.572-3.967-8.713 1.255-1.406 1.967-3.219 1.967-5.138v-8.395c0-6.065-4.935-11-11-11s-11 4.935-11 11v8.395c0 1.92.712 3.732 1.967 5.138-2.457 2.141-3.967 5.277-3.967 8.713v2.754h12v10h-1.983l.024 2.789.008.014-.014.008-2.418-1.413-2.979 5.198 2.435 1.395-2.435 1.414 2.979 5.198 2.399-1.411v2.808h5.967l-.019-2.811 2.418 1.413 2.979-5.198-2.417-1.404 2.418-1.404-2.979-5.198-2.393 1.409-.007-2.807h-1.983v-10zm-11.004 14.543.012.006c.018.01.035.02.053.029l.024.012c.595.305 1.309.287 1.89-.053l.676-.396.987 1.724-.715.415c-.607.354-.984 1.011-.982 1.724-.002.705.375 1.362.982 1.716l.715.415-.987 1.724-.678-.396c-.615-.356-1.378-.355-2.003.011-.608.354-.986 1.014-.986 1.719v.807h-1.967v-.809c0-.705-.378-1.364-.995-1.725-.618-.361-1.382-.363-1.996-.004l-.676.396-.987-1.724.715-.415c.607-.354.984-1.011.982-1.724.002-.705-.375-1.362-.983-1.717l-.714-.414.987-1.724.678.396c.583.339 1.298.354 1.896.048l.107-.059c.608-.354.986-1.014.986-1.719v-.806h1.967v.809c-.001.705.377 1.364 1.012 1.734zm-10.996-31.148v-8.395c0-4.963 4.037-9 9-9s9 4.037 9 9v8.395c0 1.489-.572 2.893-1.585 3.954-.814-.49-1.695-.888-2.635-1.171l-.407-1.22c1.585-1.081 2.627-2.9 2.627-4.958v-6h-2v6c0 2.206-1.794 4-4 4h-2c-2.206 0-4-1.794-4-4v-5.764c0-.822.376-1.575 1.008-2.065l4.478 2.687 1.029-1.715-5.471-3.283-.491.245c-1.574.789-2.553 2.372-2.553 4.131v5.764c0 2.058 1.042 3.877 2.626 4.958l-.407 1.22c-.94.283-1.821.681-2.635 1.171-1.012-1.061-1.584-2.465-1.584-3.954zm11.471 6.605h-4.943c-.324-.912-.505-1.876-.521-2.86l.449-1.348c.494.131 1.01.208 1.544.208h2c.534 0 1.05-.077 1.543-.209l.449 1.348c-.015.985-.196 1.949-.521 2.861zm-1.007 2c-.416.623-.9 1.202-1.464 1.707-.564-.505-1.048-1.084-1.464-1.707zm-12.464 5.246c0-3.985 2.453-7.485 6.087-8.9.367 2.94 1.919 5.659 4.312 7.454l.601.45.601-.45c2.393-1.795 3.945-4.514 4.312-7.454 3.635 1.415 6.087 4.915 6.087 8.9v.754h-22z"/><path d="m51.5 4.585h2v5.831h-2z" transform="matrix(.515 -.858 .858 .515 19.058 48.66)"/><path d="m52 15.764c-.381.762-1.147 1.236-2 1.236h-3v2h3c1.615 0 3.067-.897 3.789-2.342l.105-.211-1.789-.895z"/><path d="m47 55c0 1.654 1.346 3 3 3s3-1.346 3-3-1.346-3-3-3-3 1.346-3 3zm4 0c0 .552-.448 1-1 1s-1-.448-1-1 .448-1 1-1 1 .448 1 1z"/></g></g></svg>
<h3>Will I be able to use these skills in a job?</h3>
<p class="change">Most definitely! While learning to code is valuable, we teach you more practical AI skills. Skills that are not just important for a career in tech – but are applicable to all businesses today.
</p>
</div>
</div>
</section>
<section class="services-features" id="workflow">
<div class='services'>
<h2>Workflow</h2>
<div class='cen js--up-2'>
<div class='service'>
<svg height="80" viewBox="0 0 64 64" width="80" xmlns="http://www.w3.org/2000/svg"><g id="gear-Ai-robotics-brain-technology-artificial_intelligence" data-name="gear-Ai-robotics-brain-technology-artificial intelligence"><path d="m61 30.014v4a2.006 2.006 0 0 1 -2 2h-3.77a1.993 1.993 0 0 0 -1.93 1.48 21.7 21.7 0 0 1 -2.36 5.7 2 2 0 0 0 .31 2.42l2.67 2.66a2 2 0 0 1 0 2.83l-2.83 2.83a2 2 0 0 1 -2.83 0l-2.66-2.67a2 2 0 0 0 -2.42-.31 21.7 21.7 0 0 1 -5.7 2.36 1.993 1.993 0 0 0 -1.48 1.93v3.77a2.006 2.006 0 0 1 -2 2h-8l6-12v-4a13 13 0 0 0 4.95-25.02 11.976 11.976 0 0 0 -8.95-10.6v-4.38a2.006 2.006 0 0 1 2-2h4a2.006 2.006 0 0 1 2 2v3.77a1.993 1.993 0 0 0 1.48 1.93 21.7 21.7 0 0 1 5.7 2.36 2 2 0 0 0 2.42-.31l2.66-2.67a2 2 0 0 1 2.83 0l2.83 2.83a2 2 0 0 1 0 2.83l-2.67 2.66a2 2 0 0 0 -.31 2.42 21.7 21.7 0 0 1 2.36 5.7 1.993 1.993 0 0 0 1.93 1.48h3.77a2.006 2.006 0 0 1 2 2z" fill="#ffc952"/><path d="m22 9.014h3a12 12 0 0 1 12 12v3a0 0 0 0 1 0 0h-15a0 0 0 0 1 0 0v-15a0 0 0 0 1 0 0z" fill="#46f8ff"/><path d="m32.004 40.474v8.54l-6 12h-7v-9.98l6-4.46v-5.56z" fill="#3780ea"/><path d="m22.004 16.014h8v8h-8z" fill="#ec455a"/><path d="m38 24.014v16l-13 1v5.56l-10 7.44h-6v-17h-6v-3l6-6v-7a13 13 0 0 1 13-13v16z" fill="#5bcbfa"/><g fill="#34314c"><path d="m23.004 12.014h2v4h-2z"/><path d="m27.004 12.014h2v4h-2z"/><path d="m30.004 17.014h4v2h-4z"/><path d="m30.004 21.014h4v2h-4z"/></g></g></svg>
<h3>Python and Stats</h3>
<p>Kickstart your learning of Python for machine learning, with an introduction to Python, as there has never been greater demand for professionals with the ability to apply Python fundamentals to drive business solutions across industries</p>
</div>
<div class='service'>
<svg id="Capa_1" enable-background="new 0 0 512 512" height="80" viewBox="0 0 512 512" width="80" xmlns="http://www.w3.org/2000/svg"><g><path d="m256 .042c-.154 0-.289-.042-.443-.042-60.727.255-104.779 49.77-104.601 106.322.073 21.313 6.328 41.602 18.105 58.652 10.123 14.746 41.939 40.602 41.939 87.789h45 45c0-46.802 31.873-73.271 41.938-87.773 11.821-17.139 18.091-37.529 18.105-58.989.03-56.484-44.248-105.968-105.043-105.959z" fill="#fed843"/><path d="m342.938 164.989c11.821-17.139 18.091-37.529 18.105-58.989.03-56.483-44.248-105.967-105.043-105.958v252.721h45c0-46.802 31.873-73.272 41.938-87.774z" fill="#fabe2c"/><g><path d="m45 361c-8.291 0-15-6.709-15-15 0-41.353 33.647-75 75-75h39.027c8.291 0 15 6.709 15 15s-6.709 15-15 15h-39.027c-24.814 0-45 20.186-45 45 0 8.291-6.709 15-15 15z" fill="#47568c"/></g><g><path d="m467 361c-8.291 0-15-6.709-15-15 0-24.814-21.186-45-46-45h-38.027c-8.291 0-15-6.709-15-15s6.709-15 15-15h38.027c41.353 0 76 33.647 76 75 0 8.291-6.709 15-15 15z" fill="#29376d"/></g><path d="m316 241h-60-60c-41.353 0-75 33.647-75 75v121c0 8.291 6.709 15 15 15h120 120c8.291 0 15-6.709 15-15v-121c0-41.353-33.647-75-75-75z" fill="#fabe2c"/><path d="m391 437v-121c0-41.353-33.647-75-75-75h-60v211h120c8.291 0 15-6.709 15-15z" fill="#ff9100"/><g><g><path d="m106 121h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15z" fill="#fed843"/></g></g><g><g><path d="m87.118 203.5c-4.146-7.178-1.685-16.348 5.493-20.493l25.986-15c7.134-4.131 16.318-1.67 20.493 5.493 4.146 7.178 1.685 16.348-5.493 20.493l-25.986 15c-7.098 4.1-16.301 1.744-20.493-5.493z" fill="#fed843"/></g></g><g><g><path d="m118.598 42.993-25.986-15c-7.178-4.146-9.639-13.315-5.493-20.493 4.146-7.163 13.33-9.624 20.493-5.493l25.986 15c7.178 4.146 9.639 13.315 5.493 20.493-4.186 7.226-13.385 9.599-20.493 5.493z" fill="#fed843"/></g></g><g><g><path d="m436 121h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15z" fill="#fabe2c"/></g></g><g><g><path d="m372.909 37.5c-4.146-7.178-1.685-16.348 5.493-20.493l25.986-15c7.119-4.131 16.333-1.67 20.493 5.493 4.146 7.178 1.685 16.348-5.493 20.493l-25.986 15c-7.098 4.1-16.301 1.744-20.493-5.493z" fill="#fabe2c"/></g></g><g><g><path d="m404.389 208.993-25.986-15c-7.178-4.146-9.639-13.315-5.493-20.493 4.131-7.163 13.301-9.624 20.493-5.493l25.986 15c7.178 4.146 9.639 13.315 5.493 20.493-4.186 7.226-13.385 9.599-20.493 5.493z" fill="#fabe2c"/></g></g><g><path d="m316 361c-8.291 0-15-6.709-15-15v-30c0-8.291 6.709-15 15-15s15 6.709 15 15v30c0 8.291-6.709 15-15 15z" fill="#29376d"/></g><g><path d="m196 361c-8.291 0-15-6.709-15-15v-30c0-8.291 6.709-15 15-15s15 6.709 15 15v30c0 8.291-6.709 15-15 15z" fill="#47568c"/></g><g><path d="m467 421c-8.291 0-15-6.709-15-15s6.709-15 15-15c8.276 0 15-6.724 15-15s-6.724-15-15-15-15 6.724-15 15c0 8.291-6.709 15-15 15s-15-6.709-15-15c0-24.814 20.186-45 45-45s45 20.186 45 45-20.186 45-45 45z" fill="#ff9100"/></g><g><path d="m45 421c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45c0 8.291-6.709 15-15 15s-15-6.709-15-15c0-8.276-6.724-15-15-15s-15 6.724-15 15 6.724 15 15 15c8.291 0 15 6.709 15 15s-6.709 15-15 15z" fill="#fabe2c"/></g><path d="m256 301c-8.291 0-15 6.709-15 15v30c0 8.291 6.709 15 15 15s15-6.709 15-15v-30c0-8.291-6.709-15-15-15z" fill="#47568c"/><path d="m271 346v-30c0-8.291-6.709-15-15-15v60c8.291 0 15-6.709 15-15z" fill="#29376d"/><path d="m286 91c-8.291 0-15 6.709-15 15 0 8.276-6.724 15-15 15s-15-6.724-15-15c0-8.291-6.709-15-15-15s-15 6.709-15 15c0 24.814 20.186 45 45 45s45-20.186 45-45c0-8.291-6.709-15-15-15z" fill="#47568c"/><path d="m301 106c0-8.291-6.709-15-15-15s-15 6.709-15 15c0 8.276-6.724 15-15 15v30c24.814 0 45-20.186 45-45z" fill="#29376d"/><path d="m256 422h-120v90h120 120v-90z" fill="#47568c"/><path d="m256 422h120v90h-120z" fill="#29376d"/><path d="m256 452h-120v30h120 120v-30z" fill="#d5e8fe"/><path d="m256 452h120v30h-120z" fill="#b5dbff"/><circle cx="256" cy="467" fill="#47568c" r="45"/><path d="m301 467c0-24.814-20.186-45-45-45v90c24.814 0 45-20.186 45-45z" fill="#29376d"/><g><g><path d="m376 512c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45-20.186 45-45 45z" fill="#29376d"/></g></g><g><g><path d="m136 512c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45-20.186 45-45 45z" fill="#47568c"/></g></g><circle cx="376" cy="467" fill="#d5e8fe" r="15"/><circle cx="136" cy="467" fill="#edf5ff" r="15"/><circle cx="256" cy="467" fill="#edf5ff" r="15"/><path d="m271 467c0-8.276-6.724-15-15-15v30c8.276 0 15-6.724 15-15z" fill="#d5e8fe"/></g></svg>
<h3>Basics of AI</h3>
<p>Understand the definition of AI, its applications and use cases, and explain terms like machine learning, deep learning, and neural networks and learn to set up a machine learning problem with a neural network mindset</p>
</div>
<div class='service'>
<svg height="80" viewBox="0 0 64 64" width="80" xmlns="http://www.w3.org/2000/svg"><g id="Ai-robotics-idea-lamp-technology-artificial_intelligence" data-name="Ai-robotics-idea-lamp-technology-artificial intelligence"><path d="m14 33h12v2a6 6 0 0 1 -12 0z" fill="#c1c0c1"/><path d="m31 21a10.918 10.918 0 0 1 -3 7.53v.47h-16v-.47a10.994 10.994 0 1 1 19-7.53z" fill="#f6cc4f"/><path d="m25 20h-3a1 1 0 0 0 -1 1v3h-2v-3a1 1 0 0 0 -1-1h-3a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2v3h2v-3h2v3h2v-3h2a1 1 0 0 0 1-1v-4a1 1 0 0 0 -1-1zm-8 4h-1v-2h1zm7 0h-1v-2h1z" fill="#ff7473"/><path d="m28 29v2a2.006 2.006 0 0 1 -2 2h-12a2.006 2.006 0 0 1 -2-2v-2z" fill="#636263"/><path d="m54.98 49 .02 7-6 5h-3v-5.87l5-3.13v-3z" fill="#3780ea"/><path d="m57.94 36h-7.94v-7a8 8 0 0 1 7.94 7z" fill="#3780ea"/><path d="m60 36v9l-3 4h-6v3l-8 5h-3v-9h-4v-3l4-4v-5a8 8 0 0 1 8-8h2v8z" fill="#5bcbfa"/><g fill="#f8d251"><path d="m19 3h2v4h-2z"/><path d="m7.687 7.686h2v4h-2z" transform="matrix(.707 -.707 .707 .707 -4.305 8.978)"/><path d="m2 20h4v2h-4z"/><path d="m34 20h4v2h-4z"/><path d="m29.314 8.686h4v2h-4z" transform="matrix(.707 -.707 .707 .707 2.322 24.979)"/></g><path d="m21 45h-2v10a1 1 0 0 0 1 1h10v-2h-9z" fill="#34314c"/><path d="m49 23h2v-8a1 1 0 0 0 -1-1h-10v2h9z" fill="#34314c"/></g></svg>
<h3>Time Series Analysis(RNN)</h3>
<p>Having explored time series and some of the common attributes of time series such as trend and seasonality, and then having used statistical methods for projection, we will now begin to teach neural networks to recognize and predict on time series!</p>
</div>
<div class='service'>
<svg height="80" viewBox="0 0 512 512" width="80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="New_Gradient_Swatch_2" gradientUnits="userSpaceOnUse" x1="256" x2="256" y1="55.602" y2="413.063"><stop offset="0" stop-color="#fc5c7d"/><stop offset=".129" stop-color="#f35e85"/><stop offset=".343" stop-color="#d9659b"/><stop offset=".616" stop-color="#b070bf"/><stop offset=".934" stop-color="#777ff0"/><stop offset="1" stop-color="#6a82fb"/></linearGradient><linearGradient id="New_Gradient_Swatch_2-4" x1="240" x2="240" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-5" x1="408" x2="408" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-6" x1="104" x2="104" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-8" x1="112" x2="112" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-9" x1="180" x2="180" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-10" x1="156" x2="156" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-12" x1="148" x2="148" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-13" x1="312" x2="312" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-14" x1="380" x2="380" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-15" x1="356" x2="356" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><linearGradient id="New_Gradient_Swatch_2-17" x1="348" x2="348" xlink:href="#New_Gradient_Swatch_2" y1="55.602" y2="413.063"/><g id="GD001"><g fill="url(#New_Gradient_Swatch_2)"><path d="m488 432h-184a8 8 0 0 0 -5.657 2.343l-13.656 13.657h-57.374l-13.656-13.657a8 8 0 0 0 -5.657-2.343h-184a8 8 0 0 0 -8 8v24a32.036 32.036 0 0 0 32 32h416a32.036 32.036 0 0 0 32-32v-24a8 8 0 0 0 -8-8zm-8 32a16.019 16.019 0 0 1 -16 16h-416a16.019 16.019 0 0 1 -16-16v-16h172.687l13.656 13.657a8 8 0 0 0 5.657 2.343h64a8 8 0 0 0 5.657-2.343l13.656-13.657h172.687z"/><path d="m144 104v16h24v16h-24v16h24v16h-24v16h24v16a8 8 0 0 0 2.343 5.657l24 24a8 8 0 0 0 5.657 2.343h16v24h16v-24h16v24h16v-24h16v24h16v-24h16a8 8 0 0 0 5.657-2.343l24-24a8 8 0 0 0 2.343-5.657v-16h24v-16h-24v-16h24v-16h-24v-16h24v-16h-24v-16a8 8 0 0 0 -2.343-5.657l-24-24a8 8 0 0 0 -5.657-2.343h-16v-24h-16v24h-16v-24h-16v24h-16v-24h-16v24h-16a8 8 0 0 0 -5.657 2.343l-24 24a8 8 0 0 0 -2.343 5.657v16zm40-12.686 19.313-19.314h105.374l19.313 19.314v105.372l-19.313 19.314h-105.374l-19.313-19.314z"/><path d="m304 200a8 8 0 0 0 8-8v-96a8 8 0 0 0 -8-8h-96a8 8 0 0 0 -8 8v96a8 8 0 0 0 8 8zm-8-96v16h-24a8 8 0 0 0 -8 8v40h16v-32h16v48h-80v-48h32v-16h-32v-16z"/></g><path d="m232 152h16v16h-16z" fill="url(#New_Gradient_Swatch_2-4)"/><path d="m448 88v328h16v-328a32.036 32.036 0 0 0 -32-32h-80v16h80a16.019 16.019 0 0 1 16 16z" fill="url(#New_Gradient_Swatch_2-5)"/><path d="m64 88a16.019 16.019 0 0 1 16-16h80v-16h-80a32.036 32.036 0 0 0 -32 32v328h16z" fill="url(#New_Gradient_Swatch_2-6)"/><path d="m248 272h16v160h-16z" fill="url(#New_Gradient_Swatch_2)"/><path d="m104 280h16v16h-16z" fill="url(#New_Gradient_Swatch_2-8)"/><path d="m136 280h88v16h-88z" fill="url(#New_Gradient_Swatch_2-9)"/><path d="m88 312h136v16h-136z" fill="url(#New_Gradient_Swatch_2-10)"/><path d="m88 344h136v16h-136z" fill="url(#New_Gradient_Swatch_2-10)"/><path d="m88 376h120v16h-120z" fill="url(#New_Gradient_Swatch_2-12)"/><path d="m304 280h16v16h-16z" fill="url(#New_Gradient_Swatch_2-13)"/><path d="m336 280h88v16h-88z" fill="url(#New_Gradient_Swatch_2-14)"/><path d="m288 312h136v16h-136z" fill="url(#New_Gradient_Swatch_2-15)"/><path d="m288 344h136v16h-136z" fill="url(#New_Gradient_Swatch_2-15)"/><path d="m288 376h120v16h-120z" fill="url(#New_Gradient_Swatch_2-17)"/></g></svg>
<h3>Natural Language Processing(NLP)</h3>
<p>As AI continues to expand, so will the demand for professionals skilled at building models that analyze speech and language, uncover contextual patterns, and produce insights from text and audio</p>
</div>
<div class='service'>
<svg id="Layer_3" enable-background="new 0 0 64 64" height="80" viewBox="0 0 64 64" width="80" xmlns="http://www.w3.org/2000/svg"><path d="m48 14-9-9h-7v57h29v-4l-7-7h-11v-6l7-7v-14h-2z" fill="#732de2"/><g fill="#f4b34a"><circle cx="54" cy="24" r="2"/><path d="m54 49c1.1 0 2 .9 2 2 0 .55-.22 1.05-.59 1.41-.36.37-.86.59-1.41.59-1.1 0-2-.9-2-2s.9-2 2-2z"/><circle cx="50" cy="31" r="2"/><circle cx="49" cy="59" r="2"/><path d="m48 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-.55.22-1.05.59-1.41.36-.37.86-.59 1.41-.59z"/><circle cx="43" cy="37" r="2"/><circle cx="43" cy="51" r="2"/><path d="m40 26c0 .36-.1.71-.27 1-.35.6-.99 1-1.73 1-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2z"/><circle cx="38" cy="12" r="2"/><circle cx="38" cy="45" r="2"/></g><path d="m32 56-8-5v-5.88c2.41 1.2 5.12 1.88 8 1.88z" fill="#e8dac5"/><path d="m24 45.12c-1.76-.87-3.36-2.02-4.73-3.39-3.25-3.26-5.27-7.76-5.27-12.73v-8c0-2.15.39-4.19 1.08-6.1.04.01.09.01.14.02.32.05.65.08.99.08h15.79v19 13c-2.88 0-5.59-.68-8-1.88z" fill="#e8dac5"/><path d="m32 12v3h-15.79c-.34 0-.67-.03-.99-.08-.05-.01-.1-.01-.14-.02-2.54-.46-4.65-2.42-5.02-5.03-.48-3.42 1.93-6.38 5.14-6.81.43 1.13 1.52 1.94 2.8 1.94h14z" fill="#f4b34a"/><circle cx="25" cy="26" fill="#e8dac5" r="2"/><path d="m14 29v1h-2c-1.1 0-2.1-.45-2.83-1.17-.72-.73-1.17-1.73-1.17-2.83 0-2.21 1.79-4 4-4h2z" fill="#e8dac5"/><path d="m32 56-8-5h-15c-3.31 0-6 2.69-6 6v5h29z" fill="#e58842"/><circle cx="25" cy="26" fill="#0b052b" r="2"/><path d="m61.707 57.293-5.008-5.008c.188-.391.301-.823.301-1.285 0-1.654-1.346-3-3-3-1.302 0-2.402.839-2.816 2h-5.369c-.302-.847-.969-1.514-1.816-1.816v-2.77l6.707-6.707c.189-.187.294-.441.294-.707v-4.184c1.161-.414 2-1.514 2-2.816 0-1.654-1.346-3-3-3-1.302 0-2.402.839-2.816 2h-4.184c-.552 0-1 .447-1 1v3.184c-1.161.414-2 1.514-2 2.816s.839 2.402 2 2.816v4.184h-1.184c-.302-.847-.969-1.514-1.816-1.816v-13.368c.474-.169.889-.449 1.22-.816h3.78c.265 0 .52-.105.707-.293l1-1c.188-.187.293-.441.293-.707v-1h5.184c.414 1.161 1.514 2 2.816 2 1.654 0 3-1.346 3-3s-1.346-3-3-3c-1.302 0-2.402.839-2.816 2h-2.184v-6.184c1.161-.414 2-1.514 2-2.816 0-1.654-1.346-3-3-3-.462 0-.894.113-1.285.301l-7.008-7.008c-.187-.188-.442-.293-.707-.293h-21c-.821 0-1.571-.521-1.865-1.296-.165-.433-.604-.693-1.067-.636-1.833.246-3.529 1.235-4.65 2.714-1.133 1.492-1.612 3.349-1.348 5.229.37 2.609 2.24 4.75 4.742 5.592-.529 1.767-.812 3.575-.812 5.397h-1c-2.757 0-5 2.243-5 5s2.243 5 5 5h1.107c.67 6.372 4.501 11.814 9.893 14.727v4.273h-14c-3.86 0-7 3.141-7 7v5h2v-5c0-2.757 2.243-5 5-5h14.713l7.287 4.554v5.446h6c.265 0 .52-.105.707-.293l3.293-3.293 1.293 1.293c.187.188.442.293.707.293h3.184c.414 1.161 1.514 2 2.816 2 1.654 0 3-1.346 3-3 0-1.302-.839-2.402-2-2.816v-4.184h1.184c.414 1.161 1.514 2 2.816 2 .462 0 .894-.113 1.285-.301l1.301 1.301-1.293 1.293c-.188.187-.293.441-.293.707v5h2v-4.586l1-1 2 2v3.586h2v-4c0-.266-.105-.52-.293-.707zm-21.523-7.293h-7.184v-4h2.184c.414 1.161 1.514 2 2.816 2s2.402-.839 2.816-2h1.184v2.184c-.847.302-1.514.969-1.816 1.816zm-5-37c.302.847.969 1.514 1.816 1.816v4.184h-4v-6zm1.816-1c0-.552.449-1 1-1s1 .448 1 1-.449 1-1 1-1-.448-1-1zm-1.816 15c.302.847.969 1.514 1.816 1.816v4.184h-4v-6zm3.816 18c0 .552-.449 1-1 1s-1-.448-1-1 .449-1 1-1 1 .448 1 1zm-3.816-1h-2.184v-9h4v7.184c-.847.302-1.514.969-1.816 1.816zm8.816 7c0 .552-.449 1-1 1s-1-.448-1-1 .449-1 1-1 1 .448 1 1zm6-21c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1 .449-1 1-1zm-2.816 2c.302.847.969 1.514 1.816 1.816v3.77l-5 5v-2.77c1.161-.414 2-1.514 2-2.816s-.839-2.402-2-2.816v-2.184zm-4.184 4c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1 .449-1 1-1zm-5-9c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1-.449 1-1 1zm5.586-1h-2.586c0-1.654-1.346-3-3-3-1.302 0-2.402.839-2.816 2h-2.184v-4h7.586l3.414 3.414v1.172zm10.414-3c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1 .449-1 1-1zm-5-9c0 .552-.449 1-1 1s-1-.448-1-1 .449-1 1-1 1 .448 1 1zm-3.699-1.285c-.188.391-.301.823-.301 1.285 0 1.302.839 2.402 2 2.816v6.184h-1.586l-3.707-3.707c-.187-.188-.442-.293-.707-.293h-2v-4.184c1.161-.414 2-1.514 2-2.816 0-1.654-1.346-3-3-3-1.302 0-2.402.839-2.816 2h-2.184v-5h5.586zm-34.251-2.984c-.189-1.347.152-2.676.96-3.74.674-.889 1.598-1.514 2.65-1.804.731 1.11 1.986 1.813 3.34 1.813h13v8h-14.79c-.268 0-.542-.022-.798-.062-.028-.006-.055-.009-.073-.011-.027-.004-.057-.009-.08-.012-2.219-.4-3.911-2.083-4.209-4.184zm.95 19.269c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6zm3 0v-8c0-1.69.259-3.374.77-5.014.147.009 15.23.014 15.23.014v29.971c-8.91-.52-16-7.933-16-16.971zm16 18.949v6.247l-6-3.751v-3.798c1.873.746 3.891 1.192 6 1.302zm5.586 12.051h-3.586v-4h5.586l1 1zm12.414 0c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1-.449 1-1 1zm-1-3.816c-.847.302-1.514.969-1.816 1.816h-2.77l-3.707-3.707c-.187-.188-.442-.293-.707-.293h-6v-2h7.184c.414 1.161 1.514 2 2.816 2s2.402-.839 2.816-2h2.184zm5-5.184c0-.552.449-1 1-1s1 .448 1 1-.449 1-1 1-1-.448-1-1z" fill="#0b052b"/></svg>
<h3>Recommender Systems</h3>
<p>When you buy a product online, most websites automatically recommend other products that you may like. Recommender systems look at patterns of activities between different users and different products to produce these recommendations</p>
</div>
<div class='service'>
<svg id="Capa_1" enable-background="new 0 0 512 512" height="80" viewBox="0 0 512 512" width="80" xmlns="http://www.w3.org/2000/svg"><g><g><path clip-rule="evenodd" d="m180.724 144.802c0-14.164 11.48-25.636 25.653-25.636s25.653 11.473 25.653 25.636c0 14.164-11.48 25.636-25.653 25.636s-25.653-11.473-25.653-25.636zm2.92 111.467c0-14.164 11.48-25.636 25.653-25.636s25.653 11.473 25.653 25.636-11.48 25.636-25.653 25.636-25.653-11.472-25.653-25.636zm-2.92 111.44c0-14.164 11.48-25.664 25.653-25.664s25.653 11.501 25.653 25.664c0 14.135-11.48 25.636-25.653 25.636s-25.653-11.501-25.653-25.636zm211.491-96.341c13.181-39.063 20.749-80.166 19.786-120.816l-.539-23.228c-65.678-10.368-136.713-43.539-200.407-108.324-63.439 64.501-134.163 97.673-199.615 108.21v60.11c.113 1.246.255 2.493.397 3.739 2.353 21.954 6.916 43.822 13.238 65.181 6.633 22.435 15.194 44.332 25.171 65.209 3.203 6.685 6.548 13.229 10.006 19.687 30.075 56.031 71.801 111.468 127.133 144.526 8.192 4.872 15.931 7.337 23.669 7.337 7.71 0 15.449-2.464 23.641-7.337 17.546-10.481 33.732-23.228 48.614-37.534v-164.693c0-6.629 5.443-12.067 12.076-12.067z" fill="#7dd9c2" fill-rule="evenodd"/></g><g><path clip-rule="evenodd" d="m502 459.772v-176.337c0-6.629-5.443-12.067-12.104-12.067h-97.681-96.831c-6.633 0-12.076 5.439-12.076 12.067v164.695 11.642c0 6.629 5.443 12.067 12.076 12.067h194.512c6.662.001 12.104-5.438 12.104-12.067z" fill="#bfdbff" fill-rule="evenodd"/></g><g><path clip-rule="evenodd" d="m206.377 170.438c14.173 0 25.653-11.473 25.653-25.636 0-14.164-11.48-25.636-25.653-25.636s-25.653 11.473-25.653 25.636 11.48 25.636 25.653 25.636z" fill="#ffe6b4" fill-rule="evenodd"/></g><g><path clip-rule="evenodd" d="m234.95 256.269c0-14.164-11.48-25.636-25.653-25.636s-25.653 11.473-25.653 25.636 11.48 25.636 25.653 25.636 25.653-11.472 25.653-25.636z" fill="#ffe6b4" fill-rule="evenodd"/></g><g><path clip-rule="evenodd" d="m232.031 367.709c0-14.164-11.48-25.664-25.653-25.664s-25.653 11.501-25.653 25.664c0 14.135 11.48 25.636 25.653 25.636s25.653-11.501 25.653-25.636z" fill="#ffe6b4" fill-rule="evenodd"/></g><g><g><path d="m378.407 321.31c-1.501-3.832-5.196-6.354-9.312-6.354s-7.811 2.521-9.312 6.354l-34.829 88.932c-2.014 5.143.522 10.944 5.665 12.958 5.141 2.012 10.944-.521 12.958-5.665l6.355-16.227h38.324l6.355 16.227c2.105 5.374 8.531 7.873 13.722 5.329 4.61-2.259 6.771-7.846 4.901-12.622zm-20.641 59.998 11.329-28.929 11.329 28.929z"/><path d="m445.5 423.888c5.523 0 10-4.478 10-10v-88.932c0-5.522-4.477-10-10-10s-10 4.478-10 10v88.932c0 5.522 4.477 10 10 10z"/><path d="m489.896 261.367h-84.004c11.523-38.134 16.951-75.432 16.107-111.047l-.539-23.229c-.112-4.832-3.664-8.893-8.438-9.646-49.223-7.77-122.982-32.372-194.836-105.456-1.88-1.912-4.449-2.989-7.13-2.989 0 0 0 0-.001 0-2.681 0-5.25 1.076-7.129 2.987-71.889 73.087-145.649 97.69-194.867 105.458-4.774.754-8.326 4.814-8.438 9.646l-.539 23.229c-.32 13.777.305 27.297 1.655 40.483-.002.086-.013.17-.013.257 0 .78.098 1.536.267 2.265 5.594 50.921 22.161 96.629 39 131.907.148.361.314.712.501 1.05 3.338 6.95 6.682 13.501 9.949 19.586 36.82 68.597 80.832 118.519 130.832 148.391 9.891 5.883 19.305 8.742 28.781 8.742 9.457 0 18.861-2.859 28.769-8.752 12.084-7.218 23.949-15.732 35.439-25.418 3.465 7.662 11.178 13.01 20.122 13.01h52.299c5.523 0 10-4.478 10-10s-4.477-10-10-10h-52.299c-1.106 0-2.076-.966-2.076-2.067v-176.339c0-1.102.97-2.067 2.076-2.067h96.589.023 97.9c1.141 0 2.104.946 2.104 2.067v176.338c0 1.121-.963 2.067-2.104 2.067h-52.384c-5.523 0-10 4.478-10 10s4.477 10 10 10h52.384c12.188 0 22.104-9.899 22.104-22.067v-176.338c0-12.168-9.916-22.068-22.104-22.068zm-104.932 0h-89.579c-12.172 0-22.076 9.899-22.076 22.067v160.393c-14.027 13.104-28.724 24.281-43.726 33.241-6.711 3.991-12.772 5.932-18.529 5.932-5.776 0-11.846-1.94-18.54-5.922-46.832-27.979-88.367-75.308-123.452-140.671-.868-1.616-1.742-3.275-2.619-4.957h55.021l8.896 38.51c.057.245.113.452.17.635 1.239 4.115 5.054 7.114 9.573 7.114h32.059c4.336 14.795 18.029 25.636 34.214 25.636 19.659 0 35.653-15.986 35.653-35.636 0-19.666-15.994-35.665-35.653-35.665-16.189 0-29.883 10.853-34.217 25.665h-24.104l-8.896-38.51c-.039-.17-.082-.327-.129-.474-1.188-4.197-5.037-7.275-9.614-7.275h-72.804c-6.324-13.677-12.523-28.846-17.973-45.207l136.443.024c4.336 14.796 18.028 25.637 34.215 25.637 19.659 0 35.653-15.986 35.653-35.636s-15.994-35.637-35.653-35.637c-16.185 0-29.878 10.84-34.214 25.635l-142.525-.026c-3.965-14.387-7.23-29.507-9.436-45.183h106.295c3.888 0 7.25-2.224 8.904-5.464.3-.354.551-1.039.839-2.285l8.896-38.509h24.106c4.336 14.795 18.029 25.636 34.214 25.636 19.659 0 35.653-15.986 35.653-35.636s-15.994-35.637-35.653-35.637c-16.186 0-29.878 10.841-34.214 25.637h-32.059c-4.684 0-8.605 3.225-9.691 7.573-.016.063-.037.111-.052.176l-8.896 38.509h-100.527c-.771-9.928-1.097-20.03-.859-30.276l.348-14.994c68.887-12.72 134.454-48.04 190.628-102.685 56.15 54.644 121.708 89.963 190.603 102.685l.348 15c.835 35.287-4.9 72.455-17.041 110.58zm-194.24 106.342c0-8.638 7.022-15.665 15.653-15.665s15.653 7.027 15.653 15.665c0 8.621-7.022 15.636-15.653 15.636s-15.653-7.015-15.653-15.636zm2.92-111.439c0-8.622 7.022-15.637 15.653-15.637s15.653 7.015 15.653 15.637c0 8.621-7.022 15.636-15.653 15.636s-15.653-7.015-15.653-15.636zm-2.92-111.468c0-8.622 7.022-15.637 15.653-15.637s15.653 7.015 15.653 15.637-7.022 15.636-15.653 15.636-15.653-7.014-15.653-15.636z"/></g><path d="m392.612 461.84c-5.523 0-10 4.478-10 10s4.477 10 10 10h.028c5.523 0 9.986-4.478 9.986-10s-4.491-10-10.014-10z"/></g></g></svg>
<h3>Real World Projects</h3>
<p>Every concepts learned are not useful if not implemented. We would be building real world projects for every topic we cover during the workshop so as to improve our skills to solve real world probems related to AI.</p>
</div>
</div>
</div>
</section>
<section class="ai-quotes" id="whyai">
<div class="row">
<h4>WHY AI??</h4>
</div>
<div class='row'>
<div class="col span-1-of-3">
<blockquote>
It seems probable that once the machine thinking method had started, it would not take long to outstrip our feeble powers… They would be able to converse with each other to sharpen their wits. At some stage, therefore, we should have to expect the machines to take control
<cite><img src="assets/images/pic1.jpg">Alan Turing</cite>
</blockquote>
</div>
<div class="col span-1-of-3">
<blockquote>
By far, the greatest danger of Artificial Intelligence is that people conclude too early that they understand it
<cite><img src="assets/images/pic2.jpg">Eliezer Yudkowsky</cite>
</blockquote>
</div>
<div class="col span-1-of-3">
<blockquote>
Nobody phrases it this way, but I think that artificial intelligence is almost a humanities discipline. It's really an attempt to understand human intelligence and human cognition.
<cite><img src="assets/images/pic3.jpg">Sebastian Thrun</cite>
</blockquote>
</div>
</div>
</section>
<section id="wonders">
<div class="gallery-section">
<div class="inner-width">
<h2>Won't it be amazing if you could know about these applications</h2>
<div class="border"></div>
<div class='gallery'>
<a href ="assets/images/img1.png" class="image">
<img src ="assets/images/img1.png">
</a>
<a href ="assets/images/img2.jpg" class="image">
<img src ="assets/images/img2.jpg">
</a>
<a href ="assets/images/img3.jpg" class="image">
<img src ="assets/images/img3.jpg">
</a>
<a href ="assets/images/img4.png" class="image">
<img src ="assets/images/img4.png">
</a>
<a href ="assets/images/img5.jpg" class="image">
<img src ="assets/images/img5.jpg">
</a>
<a href ="assets/images/img6.jpg" class="image">
<img src ="assets/images/img6.jpg">
</a>
<a href ="assets/images/img7.jpg" class="image">
<img src ="assets/images/img7.jpg">
</a>
<a href ="assets/images/img8.jpg" class="image">
<img src ="assets/images/img8.jpg">
</a>
</div>
</div>
</div>
</section>
<footer class="footer-distributed">
<div class="footer-left">
<p class="footer-links">
17th October 2020,
4pm - 10pm
</p>
<p class="footer-company-name">Made with ❤️ by CodeChef-VIT</p>
</div>
<div class="footer-right">
<div class="footer-icons">
<a href="https://www.linkedin.com/company/codechef-vit-chapter/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.facebook.com/codechefvit"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/codechefvit/"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCzFltCrQSB1CKmX440yqTKw"><i class="fab fa-youtube"></i></a>
<a href="https://github.com/CodeChefVIT"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/codechefvit"><i class="fab fa-twitter"></i></a>
<a href="https://medium.com/@codechefvit"><i class="fab fa-medium"></i></a>
</div>
</div>
<div class="footer-center">
<div>
<i class="fas fa-map-marker-alt"></i>
<p><span>Vellore Institute of Technology</span>Vellore,India</p>
</div>
<div>
<i class="fas fa-phone"></i>
<p>9646001863</p>
</div>
<div>
<i class="far fa-envelope"></i>
<p><a href="mailto:codechefvit@gmail.com">codechefvit@gmail.com</a></p>
</div>
</div>
</footer>
<script>
$(".gallery").magnificPopup({
delegate:'a',
type:'image',
gallery:{
enabled:true
}
})
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/respond/1.4.2/respond.min.js"></script>
<script src="//cdn.jsdelivr.net/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.jsdelivr.net/selectivizr/1.0.3b/selectivizr.min.js"></script>
<script src="vendors/jquery.waypoints.min.js"></script>
<script src="assets/script.js"></script>
</body>
</html>