20
Bots A Revolution 60 Years in the Making @heldtogether Josh Sephton

Bots: A Revolution 60 Years in the Making

Embed Size (px)

Citation preview

Page 1: Bots: A Revolution 60 Years in the Making

BotsA Revolution 60 Years in the Making

@heldtogetherJosh Sephton

Page 2: Bots: A Revolution 60 Years in the Making
Page 3: Bots: A Revolution 60 Years in the Making

Artificial Intelligence

• Perceive • Reason • Learn • Communicate • Act

} in complex environments

@heldtogether

Page 4: Bots: A Revolution 60 Years in the Making

Biological Neuron

@heldtogether

Page 5: Bots: A Revolution 60 Years in the Making

Like Overflowing a Vessel

Page 6: Bots: A Revolution 60 Years in the Making

• Invented in 1957 • Binary Classifier Algorithm • “Activates” if weighted sum

of inputs exceed a threshold

1. Perceptron

@heldtogether

Page 7: Bots: A Revolution 60 Years in the Making

Given inputs ,And expected output :

1. Training a Perceptron

@heldtogether

Page 8: Bots: A Revolution 60 Years in the Making

https://github.com/heldtogether/hh-perceptron-demo

i0 i1

0 0 0

0 1 0

1 0 0

1 1 1

1. Demo: Logical AND

@heldtogether

Page 9: Bots: A Revolution 60 Years in the Making
Page 10: Bots: A Revolution 60 Years in the Making

XOR

OR

AND

@heldtogether

Page 11: Bots: A Revolution 60 Years in the Making

2. Neural Network

@heldtogether

Page 12: Bots: A Revolution 60 Years in the Making

2. Sigmoid Neuron

• Accepts any number as input

• Doesn’t have a threshold, output can be any number

@heldtogether

Page 13: Bots: A Revolution 60 Years in the Making

2. Training the Network

To adjust input weight ,Given output error :

@heldtogether

Page 14: Bots: A Revolution 60 Years in the Making
Page 15: Bots: A Revolution 60 Years in the Making

i0 i1

0 0 0

0 1 1

1 0 1

1 1 0

2. Demo: Logical XOR

https://github.com/heldtogether/hh-neural-network-demo

@heldtogether

Page 16: Bots: A Revolution 60 Years in the Making
Page 17: Bots: A Revolution 60 Years in the Making

3. Artificial Intelligence as a Service

• https://wit.ai/ • https://www.motion.ai/ • http://www.ibm.com/watson/ • https://www.microsoft.com/cognitive-services

@heldtogether

Page 18: Bots: A Revolution 60 Years in the Making
Page 19: Bots: A Revolution 60 Years in the Making

3. Demo: Wit.ai

@heldtogether

Page 20: Bots: A Revolution 60 Years in the Making

Thank You

@heldtogether