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
84
ML Session n°8
acq
0
59
ML Session n°7
acq
0
22
ML Session n°6
acq
0
30
ML Session n°5
acq
0
53
ML Session n°3
acq
0
89
ML Session n°2
acq
1
80
ML Session n°1
acq
0
79
Intro to Machine Learning for Android developers
acq
0
190
Other Decks in Technology
See All in Technology
AIでテストプロセスを自動化しよう251113.pdf
sakatakazunori
0
130
マイクロリブート ~ACEマインドセットで実現するアジャイル~
sony
1
340
バクラクの AI-BPO を支える AI エージェント 〜とそれを支える Bet AI Guild〜
tomoaki25
2
750
JAWS-UG SRE支部 #14 LT
okaru
0
100
コミュニティと共に変化する 私とFusicの8年間
ayasamind
0
470
お試しで oxlint を導入してみる #vuefes_aftertalk
bengo4com
2
1.5k
Moto: Latent Motion Token as the Bridging Language for Learning Robot Manipulation from Videos
peisuke
0
120
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
1.3k
QAを"自動化する"ことの本質
kshino
1
110
⽣成 AI で進化する AWS オブザーバビリティ
o11yfes2023
0
110
Amazon ECS デプロイツール ecspresso の開発を支える「正しい抽象化」の探求 / YAPC::Fukuoka 2025
fujiwara3
12
2.5k
Proxmox × HCP Terraformで始めるお家プライベートクラウド
lamaglama39
1
200
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
46
7.8k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Become a Pro
speakerdeck
PRO
29
5.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
930
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
Building Adaptive Systems
keathley
44
2.8k
Into the Great Unknown - MozCon
thekraken
40
2.2k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Optimizing for Happiness
mojombo
379
70k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
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