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
ML Session n°4
Search
Adrien Couque
April 05, 2017
Technology
0
30
ML Session n°4
Adrien Couque
April 05, 2017
Tweet
Share
More Decks by Adrien Couque
See All by Adrien Couque
A roadmap to psychohistory
acq
0
92
ML Session n°8
acq
0
59
ML Session n°7
acq
0
24
ML Session n°6
acq
0
31
ML Session n°5
acq
0
55
ML Session n°3
acq
0
96
ML Session n°2
acq
1
86
ML Session n°1
acq
0
86
Intro to Machine Learning for Android developers
acq
0
190
Other Decks in Technology
See All in Technology
OSSで構築するIT基盤管理実践事例: NetBox・Snipe-IT・FreeRADIUS+PrivacyIDEA / Practical Case Studies of IT Infrastructure Management Using OSS
nttcom
0
160
パネルディスカッション資料 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1k
問い合わせ自動化の技術的挑戦
recruitengineers
PRO
2
120
What's new in Go 1.26?
ciarana
2
280
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.2k
どこで打鍵するのが良い? IaCの実行基盤選定について
nrinetcom
PRO
2
110
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
150
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
AI Coding Agentの地殻変動 ~ ai-coding.info の定点観測 ~
kotauchisunsun
1
510
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
4
22k
ブラックボックス観測に基づくAI支援のプロトコルのリバースエンジニアリングと再現~AIを用いたリバースエンジニアリング~ @ SECCON 14 電脳会議 / Reverse Engineering and Reproduction of an AI-Assisted Protocol Based on Black-Box Observation @ SECCON 14 DENNO-KAIGI
chibiegg
0
130
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
200
Featured
See All Featured
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
280
AI: The stuff that nobody shows you
jnunemaker
PRO
3
340
Building Adaptive Systems
keathley
44
2.9k
Color Theory Basics | Prateek | Gurzu
gurzu
0
220
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
150
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Transcript
ML: regularization and neural networks March 2017
Recap
Recap: linear regression
Recap: polynomial regression
Recap: gradient descent
Regularization
Normalization Goal : have all features be equivalent (in size)
Rescaling : Standardization :
Regularization : goal
Regularization Before : Now : Forces values to stay low
Neural networks
Demo: Tensorflow Playground
Biological neuron
Artificial neuron: Perceptron
Teaching a neuron
Artifical neuron : activation function
Most common activation functions Identity Sigmoid Tanh ReLU
Teaching a neuron
Demo: simple network, but the hard way (92%)
Demo: simple network, but the hard way (92%)
Artificial neuron -> Artificial neural network
Artificial neuron -> Artificial neural network
Teaching a neural net
Demo: Tensorflow Playground
Demo: layered network, still the hard way (97%)
Questions? March 2017