Skip to content

Commit

Permalink
Changed size to fit on slide
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinB12 authored and twinkarma committed Feb 20, 2024
1 parent 1852f9e commit 7900ec0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions slides/01_introduction_to_deep_learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This research applies state-of-the-art algorithms in deep learning to two key pr

### Timeline

<img src="assets/img/ML_timeline.png" class="plain" style="background: white; " />
<img src="assets/img/ML_timeline.png" class="plain" style="background: white; width: 70%" />

<font size='6'> *https://www.algotive.ai/blog/machine-learning-what-is-ml-and-how-does-it-work* </font>

Expand All @@ -85,16 +85,17 @@ Point out some of the more interesting events:

### Definitions

<img src="assets/img/ai-definition.svg" class="plain" style="width:70%"/>
<img src="assets/img/ai-definition.svg" class="plain" style="width:40%"/>


**Artificial Intelligence (AI)**: The effort to automate intellectual tasks normally performed by humans.
<font size='5'> **Artificial Intelligence (AI)**: The effort to automate intellectual tasks normally performed by humans.

**Machine Learning (ML)**: A sub topic in AI that aims to perform tasks by learning patterns in data.

**Deep Learning (DL)**: A technique to perform ML based on neural networks.
</font>

<font size='6'> Reference: *Chollet, F., 2021. Deep learning with Python. Simon and Schuster.* </font>
<font size='3'> Reference: *Chollet, F., 2021. Deep learning with Python. Simon and Schuster.* </font>

Note:
These definitions are very debatable and are simplified.
Expand Down

0 comments on commit 7900ec0

Please sign in to comment.