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
24
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
48
ML Session n°8
acq
0
52
ML Session n°7
acq
0
16
ML Session n°6
acq
0
23
ML Session n°5
acq
0
45
ML Session n°3
acq
0
53
ML Session n°2
acq
1
50
ML Session n°1
acq
0
45
Intro to Machine Learning for Android developers
acq
0
180
Other Decks in Technology
See All in Technology
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
270
TypeScript100%で作るMovable Typeプラグイン
usualoma
2
100
Zennのパフォーマンスモニタリングでやっていること
ryosukeigarashi
0
570
OCI Security サービス 概要
oracle4engineer
PRO
0
6.6k
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
VideoMamba: State Space Model for Efficient Video Understanding
chou500
0
260
LINEヤフーにおけるPrerender技術の導入とその効果
narirou
2
1.4k
もし大規模障害が、10分で解決できたら?
masaaki_k
0
100
minify の効果を最大限に引き出す TypeScript コードを書く
jsakamoto
2
100
飲食店データの分析事例とそれを支えるデータ基盤
kimujun
0
230
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
170
OOM発生時のトラブルシューティング Profilerを活用できるか調査してみた
atsushii
0
160
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1366
200k
Adopting Sorbet at Scale
ufuk
73
9.1k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
4 Signs Your Business is Dying
shpigford
180
21k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
What's in a price? How to price your products and services
michaelherold
243
12k
Six Lessons from altMBA
skipperchong
27
3.5k
Agile that works and the tools we love
rasmusluckow
327
21k
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