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
Neural Networks
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Cheesecake Labs
March 11, 2019
Technology
0
53
Neural Networks
Fred
Cheesecake Labs
March 11, 2019
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
61
How do we create the first impressions?
cheesecakelabs
0
69
Menstrual cup: suit and freedom
cheesecakelabs
0
83
Life is a cycle, better with a bicycle
cheesecakelabs
0
68
Interview Process: how to get the best of people
cheesecakelabs
1
110
My capsule wardrobe experience
cheesecakelabs
3
77
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
56
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
57
MBTI - Psychological types described by Jung
cheesecakelabs
0
150
Other Decks in Technology
See All in Technology
やさしいとこから始めるGitHubリポジトリのセキュリティ
tsubakimoto_s
2
1.6k
Phase01_AI座学_基礎
overflowinc
0
4.1k
来期の評価で変えようと思っていること 〜AI時代に変わること・変わらないこと〜
estie
0
100
AI時代のオンプレ-クラウドキャリアチェンジ考
yuu0w0yuu
0
240
20年以上続く PHP 大規模プロダクトを Kubernetes へ ── クラウド基盤刷新プロジェクトの4年間
oogfranz
PRO
0
310
形式手法特論:SMT ソルバで解く認可ポリシの静的解析 #kernelvm / Kernel VM Study Tsukuba No3
ytaka23
1
800
AI時代のシステム開発者の仕事_20260328
sengtor
0
270
ADK + Gemini Enterprise で 外部 API 連携エージェント作るなら OAuth の仕組みを理解しておこう
kaz1437
0
200
AIエージェント時代に必要な オペレーションマネージャーのロールとは
kentarofujii
0
110
FlutterでPiP再生を実装した話
s9a17
0
190
Windows ファイル共有(SMB)を再確認する
murachiakira
PRO
0
280
スピンアウト講座04_ルーティン処理
overflowinc
0
1.3k
Featured
See All Featured
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
250
Crafting Experiences
bethany
1
94
It's Worth the Effort
3n
188
29k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
330
Darren the Foodie - Storyboard
khoart
PRO
3
3k
Are puppies a ranking factor?
jonoalderson
1
3.2k
So, you think you're a good person
axbom
PRO
2
2k
Information Architects: The Missing Link in Design Systems
soysaucechin
0
840
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
490
Discover your Explorer Soul
emna__ayadi
2
1.1k
Transcript
Neural Networks Brief introduction and sample case
"Artificial Intelligence"
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 AI • 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 ?
Perceptrons
Perceptrons
Perceptrons • x 1 – Is it raining? • x
2 – Does your girlfriend/boyfriend want to go? • x 3 – Is it near public transportation?
Perceptrons
Perceptrons
Perceptrons
Perceptrons
Perceptrons
Perceptrons
Neurons
Perceptrons
Neurons
Why is this relevant?
Learning!
Learning
Learning
Learning
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.
Database
Neural Network Architecture
Neural Network Architecture
Neural Network Architecture
Neural Network Architecture
Neural Network Architecture
Measuring Outcome
Neural Network Architecture
Cost Function
Learning
Gradient Descent
Gradient Descent
Gradient Descent
Gradient Descent
Gradient Descent
Gradient Descent
Backpropagation
Backpropagation
Let's CODE!
Repository
__init__()
feedforward()
sigmoid()
sigmoid()
Example use
Training Our Network
Learning
SGD()
update_mini_batch()
backprop()
cost_derivative()
Performance
95%
Current Record The current (2013) record is classifying 9,979 of
10,000 images correctly (99,79%).
How to improve?
Improving our Neural Network • Improved Cost Function ◦ Faster
Training ◦ Reduced Overfitting • Regularization • Dropout • Artificially expanding training data • Convolutional Networks
Thank you!
Acknowledgement Michael Nielsen NeuralNetworksAndDeepLearning.com
Do we have time?
Convolutional Neural Networks
Regular Networks
Convolutional Neural Networks
Convolutional Neural Networks
Convolutional Neural Networks
Convolutional Neural Networks
Feature Maps (Kernels)
Pooling Layers
Max-Pooling
Architecture