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
74
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
53
Menstrual cup: suit and freedom
cheesecakelabs
0
57
Life is a cycle, better with a bicycle
cheesecakelabs
0
51
Interview Process: how to get the best of people
cheesecakelabs
1
81
My capsule wardrobe experience
cheesecakelabs
3
58
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
37
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
45
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Technology
See All in Technology
In Praise of "Normal" Engineers (LDX3)
charity
3
1.2k
データプラットフォーム技術におけるメダリオンアーキテクチャという考え方/DataPlatformWithMedallionArchitecture
smdmts
5
570
LinkX_GitHubを基点にした_AI時代のプロジェクトマネジメント.pdf
iotcomjpadmin
0
160
BrainPadプログラミングコンテスト記念LT会2025_社内イベント&問題解説
brainpadpr
0
160
Definition of Done
kawaguti
PRO
6
460
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
190
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
210
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
180
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
170
Amazon ECS & AWS Fargate 運用アーキテクチャ2025 / Amazon ECS and AWS Fargate Ops Architecture 2025
iselegant
16
4.7k
VCpp Link and Library - C++ breaktime 2025 Summer
harukasao
0
220
Clineを含めたAIエージェントを 大規模組織に導入し、投資対効果を考える / Introducing AI agents into your organization
i35_267
4
1.4k
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
Fireside Chat
paigeccino
37
3.5k
How to Ace a Technical Interview
jacobian
277
23k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
790
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
Building an army of robots
kneath
306
45k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
The Pragmatic Product Professional
lauravandoore
35
6.7k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Music & Morning Musume
bryan
46
6.6k
Designing for Performance
lara
609
69k
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!