WORKSHOP
30 Seconds Each
Intro AI Fun
Let Data Do it For you!
Neural Synapses Are
XOR operation
b = -5
a = σ
b = 15
a = σ
b = -15
w=10
w=-10
w=10
w=-10
w=10
w=10
b = -5
a = σ
b = 15
a = σ
b = -15
a = σ
w=10
w=-10
w=10
w=-10
w=10
w=10
0
1
b = -5
a = σ
0.9933
(0 * 10)
+ (1 * 10)
+ -5
= 5
σ(5) = 0.9933
b = -5
a = σ
b = 15
a = σ
b = -15
a = σ
w=10
w=-10
w=10
w=-10
w=10
w=10
0
1
0.9933
(0 * -10)
+ (1 * -10)
+ 15
= 5
σ(5) = 0.9933
b = 15
a = σ
0.9933
b = -5
a = σ
b = 15
a = σ
b = -15
a = σ
w=10
w=-10
w=10
w=-10
w=10
w=10
0
1
0.9933
(0.9933 * 10)
+ (0.9933 * 10)
+ -15
= 4.866
σ(4.866) ≈ 0.9924
0.9933
b = -15
a = σ
0.9924
DONE!
Is this the same as code?
Linear Algebra
You Understand Inference of a Basic Neural Network
b = -5
a = σ
b = 15
a = σ
b = -15
w=10
w=-10
w=10
w=-10
w=10
w=10
1
2
3
4
5
6
7
8
9
Parameters
MAGIC PARAMETER NUMBERS!?
MAGIC PARAMETER NUMBERS!?
TEXT GENERATION
Generative Images
OTHER POPULAR AI
Let's Play!
NO!
https://playground.tensorflow.org/
https://teachablemachine.withgoogle.com/
Get Ready To Rock!
https://github.com/tensorflow/tfjs-models
Transfer Learning
https://aisortinghat.com/
Understand LLMs deeper
Let's Get Into It!