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
76
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
49
How do we create the first impressions?
cheesecakelabs
0
55
Menstrual cup: suit and freedom
cheesecakelabs
0
66
Life is a cycle, better with a bicycle
cheesecakelabs
0
51
Interview Process: how to get the best of people
cheesecakelabs
1
84
My capsule wardrobe experience
cheesecakelabs
3
60
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
40
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
48
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Technology
See All in Technology
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
43k
AIとともに歩んでいくデザイナーの役割の変化
lycorptech_jp
PRO
0
490
それでも私が品質保証プロセスを作り続ける理由 #テストラジオ / Why I still continue to create QA process
pineapplecandy
0
130
20251014_Pythonを実務で徹底的に使いこなした話
ippei0923
0
210
Biz職でもDifyでできる! 「触らないAIワークフロー」を実現する方法
igarashikana
0
140
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
300
エンタメとAIのための3Dパラレルワールド構築(GPU UNITE 2025 特別講演)
pfn
PRO
0
520
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
140
事業開発におけるDify活用事例
kentarofujii
0
150
コンテキストエンジニアリング入門〜AI Coding Agent作りで学ぶ文脈設計〜
kworkdev
PRO
3
1.7k
Data Hubグループ 紹介資料
sansan33
PRO
0
2.2k
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
Featured
See All Featured
Code Review Best Practice
trishagee
72
19k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Practical Orchestrator
shlominoach
190
11k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Site-Speed That Sticks
csswizardry
13
910
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Context Engineering - Making Every Token Count
addyosmani
7
260
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Become a Pro
speakerdeck
PRO
29
5.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
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!