Skip to content

Commit 366c59f

Browse files
committed
added labs and demos
1 parent e9326fc commit 366c59f

File tree

176 files changed

+59294
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+59294
-0
lines changed

Diff for: unit01_intro/.ipynb_checkpoints/demo_intro_vectors-checkpoint.ipynb

+382
Large diffs are not rendered by default.

Diff for: unit01_intro/demo_intro_vectors.ipynb

+382
Large diffs are not rendered by default.

Diff for: unit01_intro/online/Ex1_MLDefn.docx

16 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex1_MLDefn.pdf

124 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex1_MLDefn_Soln.docx

16.4 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex1_MLDefn_Soln.pdf

145 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex2_MLTypes.docx

16.3 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex2_MLTypes.pdf

151 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex2_MLTypes_Soln.docx

16.9 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex2_MLTypes_Soln.pdf

153 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex3_Problem.docx

15.3 KB
Binary file not shown.

Diff for: unit01_intro/online/Ex3_Problem.pdf

116 KB
Binary file not shown.

Diff for: unit01_intro/online/readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Online class](../../online_class.md)
2+
3+
# Unit 1. Introduction
4+
5+
Slides: [[pdf]](../../lectures/Lect01_IntroML.pdf) [[Powerpoint]](../../lectures/Lect01_IntroML.pptx)
6+
7+
* What is Machine Learning? [[YouTube]](https://youtu.be/WaVsEXB-SsI) [[Dropbox Video]](https://www.dropbox.com/s/ztq9s67d7kmdl0q/WhatIsML.mp4) (11 minutes)
8+
* Exercise 1: [[Question]](./Ex1_MLDefn.pdf) [[Soln]](./Ex1_MLDefn_Soln.pdf)
9+
* Types of Machine Learning Algorithms [[YouTube]](https://youtu.be/4xEmC6kMtUk) [[Video]](https://www.dropbox.com/s/5pf57t43oav2os7/Types.mp4) (20 minutes)
10+
* Exercise 2: [[Question]](./Ex2_MLTypes.pdf) [[Soln]](./Ex2_MLTypes_Soln.pdf)
11+
* End of unit in-class exercise: [[Question]](./Ex3_Problem.pdf). Solution discussed in class
12+
13+

Diff for: unit01_intro/readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Home](../sequence.md) - Introduction
2+
3+
# Introduction
4+
5+
**Machine learning** refers to information processing algorithms that are designed by *learning from data*, not by physical models.
6+
Examples of *supervised* machine learning tasks include *classification*, *regression*, and examples of *unsupervised* tasks include *clustering* and *principle components analysis* (PCA).
7+
Since this course will be taught in **Python**, we present a *Jupyter Notebook* demonstration of vector processing using the `numpy` library.

0 commit comments

Comments
 (0)