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
27
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
73
ML Session n°8
acq
0
54
ML Session n°7
acq
0
20
ML Session n°6
acq
0
27
ML Session n°5
acq
0
49
ML Session n°3
acq
0
82
ML Session n°2
acq
1
71
ML Session n°1
acq
0
71
Intro to Machine Learning for Android developers
acq
0
190
Other Decks in Technology
See All in Technology
Preferred Networks (PFN) とLLM Post-Training チームの紹介 / 第4回 関東Kaggler会 スポンサーセッション
pfn
PRO
1
140
サイボウズフロントエンドの横断活動から考える AI時代にできること
mugi_uno
4
1.4k
[kickflow]20250319_少人数チームでのAutify活用
otouhujej
0
200
人を動かすことについて考える
ichimichi
2
310
Yahoo!ニュースにおけるソフトウェア開発
lycorptech_jp
PRO
0
260
モノレポにおけるエラー管理 ~Runbook自動生成とチームメンションの最適化
biwashi
0
540
AWSの最新サービスでAIエージェント構築に楽しく入門しよう
minorun365
PRO
10
600
第64回コンピュータビジョン勉強会@関東(後編)
tsukamotokenji
0
220
datadog-distribution-of-opentelemetry-collector-intro
tetsuya28
0
240
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.6k
.NET開発者のためのAzureの概要
tomokusaba
0
230
知られざるprops命名の慣習 アクション編
uhyo
9
2k
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
BBQ
matthewcrist
89
9.8k
Git: the NoSQL Database
bkeepers
PRO
431
65k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
A Modern Web Designer's Workflow
chriscoyier
695
190k
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