-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
484 lines (462 loc) · 18.5 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
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- Author Meta -->
<meta name="author" content="codepixer">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Intro to AI</title>
<!--
Google Font
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500i" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css">
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Start Header Area -->
<header id="header">
<div class="container">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="index.html"><img src="img/favicon.ico" alt="" title="" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="index.html">Home</a></li>
<li><a href="lessons.html">Lessons</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header>
<!-- End Header Area -->
<!-- Start Banner Area -->
<section class="home-banner-area relative">
<div class="container">
<div class="row fullscreen d-flex align-items-center justify-content-center">
<div class="banner-content col-lg-8 col-md-12">
<h1 class="wow fadeIn" data-wow-duration="4s">Intro to AI Course</h1>
<p class="text-white">
A free Intro to AI Course for complete beginners
</p>
</div>
</div>
</div>
<div class="rocket-img">
<img src="img/rocket.png" alt="">
</div>
</section>
<!-- End Banner Area -->
<!-- Start About Area -->
<section class="about-area section-gap">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-5 col-md-6 about-left">
<img class="img-fluid" src="img/learningai.jpeg" alt="">
</div>
<div class="offset-lg-1 col-lg-6 offset-md-0 col-md-12 about-right">
<h1>
Many Lessons on <br> a Variety of AI Topics
</h1>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
Our course begins by covering the basics of AI and Machine Learning, and has lots of code and
notebook examples. The course covers standard machine learning algorithms and progresses to
building full-scale deep neural networks. By the end of the course, you will be able to build
your own machine learning algorithms and deep neural networks and complete many different types of
projects. At the end of the course, we have a variety of to explore, ranging from topics of
image classification, time series analysis, and natural langauge processing.
</p>
</div>
<a href="lessons.html" class="primary-btn">View Lessons</a>
</div>
</div>
</div>
</section>
<!-- End About Area -->
<!-- Start Courses Area -->
<section class="courses-area section-gap">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 about-right">
<h1>
Interactive Notebooks for <br> Learning Through Practice
</h1>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
Our course is more than just lectures. We focus on learning through walkthroughs and projects above all.
Learning AI is more than just knowing concepts and theory, students must also learn how to implement those
concepts in code, so we make it the core of our curriculum.
</p>
</div>
<a href="lessons.html" class="primary-btn white">View Projects</a>
</div>
<div class="offset-lg-1 col-lg-6">
<div class="courses-right">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<ul class="courses-list">
<li>
<a class="wow fadeInLeft" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/1_LinearRegressionProject.ipynb" data-wow-duration="1s" data-wow-delay=".1s">
<i class="fa fa-book"></i> Beginner Linear Regression
</a>
</li>
<li>
<a class="wow fadeInLeft" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/3_BasicModelPreProcessing.ipynb" data-wow-duration="1s" data-wow-delay=".3s">
<i class="fa fa-book"></i> Data Pre-processing
</a>
</li>
<li>
<a class="wow fadeInLeft" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/4_BasicModel.ipynb" data-wow-duration="1s" data-wow-delay=".5s">
<i class="fa fa-book"></i> Beginner Machine Learning Model
</a>
</li>
<li>
<a class="wow fadeInLeft" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/5_ModelPractice2.ipynb" data-wow-duration="1s" data-wow-delay=".7s">
<i class="fa fa-book"></i> Advanced Machine Learning Model
</a>
</li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<ul class="courses-list">
<li>
<a class="wow fadeInRight" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/6_LinearRegressionProject2.ipynb" data-wow-duration="1s" data-wow-delay="1.3s">
<i class="fa fa-book"></i> Advanced Linear Regression
</a>
</li>
<li>
<a class="wow fadeInRight" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/7_CatDogCNN.ipynb" data-wow-duration="1s" data-wow-delay="1.1s">
<i class="fa fa-book"></i> Cats and Dog CNN Classifier
</a>
</li>
<li>
<a class="wow fadeInRight" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/8_NLPModel.ipynb" data-wow-duration="1s" data-wow-delay=".9s">
<i class="fa fa-book"></i> Natural Language Processing Model
</a>
</li>
<li>
<a class="wow fadeInRight" href="https://github.com/Intro-Course-AI-ML/LessonMaterials/blob/master/projects/9_MNIST.ipynb" data-wow-duration="1s" data-wow-delay=".7s">
<i class="fa fa-book"></i> MNIST Numerical Digit CNN Classifier
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Courses Area -->
<!--Start Feature Area -->
<section class="feature-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h1>Links and Resources</h1>
<p>
These are useful links and resources for our course. Please star our Github repo and like our Youtube videos!
</p>
</div>
</div>
</div>
<div class="feature-inner row">
<div class="col-lg-4 col-md-6">
<div class="feature-item">
<i class="fa fa-github"></i>
<h4><a href="https://github.com/Intro-Course-AI-ML/LessonMaterials">Github</a></h4>
<div class="wow fadeIn" data-wow-duration="1s" data-wow-delay=".1s">
<p>
Our Github has all the lesson notebooks, code, and projects for the entire course. <b>Please star the repo!</b>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature-item">
<i class="fa fa-youtube "></i>
<h4><a href="https://www.youtube.com/playlist?list=PLWj-3LXfs4r0pD_fzYXUa2PFJ5JHKwaaW">Video Lectures</a></h4>
<div class="wow fadeIn" data-wow-duration="1s" data-wow-delay=".3s">
<p>
Our Youtube Playlist has our 6 video lectures for our course. Watch them in order to follow the course.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature-item">
<i class="fa fa-medium"></i>
<h4><a href="https://medium.com/better-programming/how-to-teach-ai-and-ml-to-middle-schoolers-34bf59262ea8">Medium Article</a></h4>
<div class="wow fadeIn" data-wow-duration="1s" data-wow-delay=".5s">
<p>
This Medium article describes our teaching philosophy and the strategy we use to teach to younger students.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Feature Area -->
<!-- Start Faculty Area -->
<!-- <section class="faculty-area section-gap">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h1>Faculty Members</h1>
<p>
If you are looking at blank cassettes on the web, you may be very confused at the difference in price. You may see some for
as low as $.17 each.
</p>
</div>
</div>
</div>
<div class="row justify-content-center d-flex align-items-center">
<div class="col-lg-3 col-md-6 col-sm-12 single-faculty">
<div class="thumb d-flex justify-content-center">
<img class="img-fluid" src="img/faculty/f1.jpg" alt="">
</div>
<div class="meta-text text-center">
<h4>Ethel Davis</h4>
<p class="designation">Sr. Faculty Data Science</p>
<div class="info wow fadeIn" data-wow-duration="1s" data-wow-delay=".1s">
<p>
If you are looking at blank cassettes on the web, you may be very confused at the difference in price.
</p>
</div>
<div class="align-items-center justify-content-center d-flex">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 single-faculty">
<div class="thumb d-flex justify-content-center">
<img class="img-fluid" src="img/faculty/f2.jpg" alt="">
</div>
<div class="meta-text text-center">
<h4>Rodney Cooper</h4>
<p class="designation">Sr. Faculty Data Science</p>
<div class="info wow fadeIn" data-wow-duration="1s" data-wow-delay=".3s">
<p>
If you are looking at blank cassettes on the web, you may be very confused at the difference in price.
</p>
</div>
<div class="align-items-center justify-content-center d-flex">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 single-faculty">
<div class="thumb d-flex justify-content-center">
<img class="img-fluid" src="img/faculty/f3.jpg" alt="">
</div>
<div class="meta-text text-center">
<h4>Dora Walker</h4>
<p class="designation">Sr. Faculty Data Science</p>
<div class="info wow fadeIn" data-wow-duration="1s" data-wow-delay=".5s">
<p>
If you are looking at blank cassettes on the web, you may be very confused at the difference in price.
</p>
</div>
<div class="align-items-center justify-content-center d-flex">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 single-faculty">
<div class="thumb d-flex justify-content-center">
<img class="img-fluid" src="img/faculty/f4.jpg" alt="">
</div>
<div class="meta-text text-center">
<h4>Lena Keller</h4>
<p class="designation">Sr. Faculty Data Science</p>
<div class="info wow fadeIn" data-wow-duration="1s" data-wow-delay=".7s">
<p>
If you are looking at blank cassettes on the web, you may be very confused at the difference in price.
</p>
</div>
<div class="align-items-center justify-content-center d-flex">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Faculty Area -->
<!-- Start Testimonials Area -->
<section class="testimonials-area section-gap">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h1>Testimonials</h1>
</div>
</div>
</div>
<div class="testi-slider owl-carousel" data-slider-id="1">
<div class="item">
<div class="testi-item">
<!-- <img src="img/quote.png" alt=""> -->
<h4>Elizabeth Baker</h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
As conscious traveling Paup ers we must always be oncerned about our dear Mother Earth. If you think about it, you travel
across her face <br> and She is the host to your journey.
</p>
</div>
</div>
</div>
<div class="item">
<div class="testi-item">
<!-- <img src="img/quote.png" alt=""> -->
<h4>Fanny Spencer</h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
As conscious traveling Paup ers we must always be oncerned about our dear Mother Earth. If you think about it, you travel
across her face <br> and She is the host to your journey.
</p>
</div>
</div>
</div>
<div class="item">
<div class="testi-item">
<!-- <img src="img/quote.png" alt=""> -->
<h4>Fanny Spencer</h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
As conscious traveling Paup ers we must always be oncerned about our dear Mother Earth. If you think about it, you travel
across her face <br> and She is the host to your journey.
</p>
</div>
</div>
</div>
<div class="item">
<div class="testi-item">
<!-- <img src="img/quote.png" alt=""> -->
<h4>Fanny Spencer</h4>
<ul class="list">
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
<li><a href="#"><i class="fa fa-star"></i></a></li>
</ul>
<div class="wow fadeIn" data-wow-duration="1s">
<p>
As conscious traveling Paup ers we must always be oncerned about our dear Mother Earth. If you think about it, you travel
across her face <br> and She is the host to your journey.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonials Area -->
<!-- Start Footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Quick Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="lessons.html">Lessons</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Resources</h4>
<ul>
<li><a href="https://github.com/Intro-Course-AI-ML/LessonMaterials">Github</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLWj-3LXfs4r0pD_fzYXUa2PFJ5JHKwaaW">Lectures</a></li>
<li><a href="https://medium.com/better-programming/how-to-teach-ai-and-ml-to-middle-schoolers-34bf59262ea8">Article</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End Footer Area -->
<!-- ####################### Start Scroll to Top Area ####################### -->
<div id="back-top">
<a title="Go to Top" href="#"></a>
</div>
<!-- ####################### End Scroll to Top Area ####################### -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/owl-carousel-thumb.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>