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
25
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
54
ML Session n°8
acq
0
53
ML Session n°7
acq
0
17
ML Session n°6
acq
0
25
ML Session n°5
acq
0
46
ML Session n°3
acq
0
65
ML Session n°2
acq
1
58
ML Session n°1
acq
0
53
Intro to Machine Learning for Android developers
acq
0
180
Other Decks in Technology
See All in Technology
N=1から解き明かすAWS ソリューションアーキテクトの魅力
kiiwami
0
110
Culture Deck
optfit
0
390
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
120
プロセス改善による品質向上事例
tomasagi
2
2.2k
急成長する企業で作った、エンジニアが輝ける制度/ 20250214 Rinto Ikenoue
shift_evolve
2
1.1k
開発スピードは上がっている…品質はどうする? スピードと品質を両立させるためのプロダクト開発の進め方とは #DevSumi #DevSumiB / Agile And Quality
nihonbuson
2
2.4k
アジャイル開発とスクラム
araihara
0
170
Googleマップ/Earthが一般化した 地図タイルのイマ
mapconcierge4agu
1
200
現場の種を事業の芽にする - エンジニア主導のイノベーションを事業戦略に装着する方法 -
kzkmaeda
2
1.8k
SA Night #2 FinatextのSA思想/SA Night #2 Finatext session
satoshiimai
1
130
転生CISOサバイバル・ガイド / CISO Career Transition Survival Guide
kanny
3
920
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.6k
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
42
7.2k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Building an army of robots
kneath
302
45k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Scaling GitHub
holman
459
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
410
YesSQL, Process and Tooling at Scale
rocio
171
14k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
How STYLIGHT went responsive
nonsquared
98
5.4k
Unsuck your backbone
ammeep
669
57k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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