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
Cheesecake Labs
October 31, 2017
Technology
0
71
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
45
How do we create the first impressions?
cheesecakelabs
0
47
Menstrual cup: suit and freedom
cheesecakelabs
0
48
Life is a cycle, better with a bicycle
cheesecakelabs
0
44
Interview Process: how to get the best of people
cheesecakelabs
1
70
My capsule wardrobe experience
cheesecakelabs
3
49
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
32
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
41
MBTI - Psychological types described by Jung
cheesecakelabs
0
110
Other Decks in Technology
See All in Technology
AWS Lambda のトラブルシュートをしていて思うこと
kazzpapa3
2
180
Python(PYNQ)がテーマのAMD主催のFPGAコンテストに参加してきた
iotengineer22
0
530
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
200
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
OS 標準のデザインシステムを超えて - より柔軟な Flutter テーマ管理 | FlutterKaigi 2024
ronnnnn
1
290
AWS Lambdaと歩んだ“サーバーレス”と今後 #lambda_10years
yoshidashingo
1
180
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
Lexical Analysis
shigashiyama
1
150
SREが投資するAIOps ~ペアーズにおけるLLM for Developerへの取り組み~
takumiogawa
1
460
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
420
【Startup CTO of the Year 2024 / Audience Award】アセンド取締役CTO 丹羽健
niwatakeru
0
1.3k
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
2
230
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Raft: Consensus for Rubyists
vanstee
136
6.6k
BBQ
matthewcrist
85
9.3k
Being A Developer After 40
akosma
87
590k
Agile that works and the tools we love
rasmusluckow
327
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Producing Creativity
orderedlist
PRO
341
39k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Typedesign – Prime Four
hannesfritz
40
2.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
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!