Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
AI Basics and Neural Networks Introduction
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Cheesecake Labs
October 31, 2017
Technology
0
78
AI Basics and Neural Networks Introduction
Cheesecake Labs
October 31, 2017
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
58
How do we create the first impressions?
cheesecakelabs
0
67
Menstrual cup: suit and freedom
cheesecakelabs
0
82
Life is a cycle, better with a bicycle
cheesecakelabs
0
68
Interview Process: how to get the best of people
cheesecakelabs
1
100
My capsule wardrobe experience
cheesecakelabs
3
76
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
55
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
55
MBTI - Psychological types described by Jung
cheesecakelabs
0
150
Other Decks in Technology
See All in Technology
Agent ServerはWeb Serverではない。ADKで考えるAgentOps
akiratameto
0
120
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
270
It’s “Time” to use Temporal
sajikix
3
220
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
170
脳内メモリ、思ったより揮発性だった
koutorino
0
380
バクラク最古参プロダクトで重ねた技術投資を振り返る
ypresto
0
170
2026年もソフトウェアサプライチェーンのリスクに立ち向かうために / Product Security Square #3
flatt_security
1
650
Kubernetesにおける推論基盤
ry
1
420
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
8.6k
今のWordPress の制作手法ってなにがあんねん?(改) / What’s the Deal with WordPress Development These Days?
tbshiki
0
500
AWS CDK「読めるけど書けない」を脱却するファーストステップ
smt7174
3
180
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
220
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Bash Introduction
62gerente
615
210k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
980
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
230
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.9k
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
Amusing Abliteration
ianozsvald
0
140
The Curious Case for Waylosing
cassininazir
0
270
Optimizing for Happiness
mojombo
378
71k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
85
Transcript
Artificial Intelligence Basics and Neural Networks Introduction Frederico Jordan
What is Artificial Intelligence (AI)?
AI in Popular Culture
AI Effect "AI is whatever hasn't been done yet." Douglas
Hofstadter "Every time we figure out a piece of it, it stops being magical; we say, 'Oh, that's just a computation.'" Rodney Brooks
Types of Artificial Intelligence
Weak AI (Narrow AI) Non-sentient machine intelligence, typically focused on
a narrow task.
Strong AI Hypothetical Sentient machine (with consciousness, sentience and mind).
Strong AI Hypothetical Sentient machine (with consciousness, sentience and mind).
Artificial general intelligence (AGI): Machine with the ability to apply intelligence to any problem, rather than just one specific problem "At least as smart as a typical human".
Superintelligence Hypothetical Artificial intelligence far surpassing that of the brightest
and most gifted human minds.
Artificial Intelligence Branches • Machine learning ◦ Neural networks ▪
Perceptron ▪ Recurrent neural network ▪ Convoluted neural network ◦ Support Vector Machines (SVM) • Fuzzy systems • Evolutionary algorithms ◦ Genetic algorithm ◦ Differential evolution • Swarm Intelligence • Probabilistic methods
Neural Networks What is this ?
Neural Networks Uses
OK, but what are they?
Let’s get TECHNICAL!
Perceptrons
Perceptrons • (-2) and (-2) – Weights (W) • 3
– Bias/Threshold (b)
Perceptrons
Perceptrons • x 1 – Is it raining? • x
2 – Does your girlfriend/boyfriend want to go? • x 3 – Is it near public transportation?
Perceptrons
Neural Networks Finally!
Perceptrons
Neural Networks
How do they learn?
Real World Problem!
Recognizing Handwritten Digits
Database The MNIST (Modified National Institute of Standards and Technology)
database Contains 60,000 training images and 10,000 testing images.
Neural Network Architecture
Measuring Outcome! Cost Function
Neural Network Architecture
Neural Network Architecture
Cost Function
Neural Networks
Learning
Gradient Descent
Cost Function
Gradient Descent
Gradient Descent
Bonus github.com/fredericojordan/neural playground.tensorflow.org
Acknowledgements NeuralNetworksAndDeepLearning.com Michael Nielsen
Thank you!