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
Autoencoders
Search
uday kiran
May 03, 2020
Education
2
250
Autoencoders
I was given a presentation on autoencoders and how they work at tfug hyd webinar.
uday kiran
May 03, 2020
Tweet
Share
More Decks by uday kiran
See All by uday kiran
difference between mlops and devops
udaykondreddy
1
180
Machine learning projects fail in production
udaykondreddy
1
100
Best Websites To Find Data Science Jobs
udaykondreddy
1
60
Machine Learning Lifecycle
udaykondreddy
0
61
Feature scaling and when to use it
udaykondreddy
1
210
Deploy machine learning models 101
udaykondreddy
0
160
Introduction to tinyML
udaykondreddy
1
650
Introduction to Artificial Intelligence
udaykondreddy
0
440
Introduction to Machine Learning
udaykondreddy
0
470
Other Decks in Education
See All in Education
ハッカソンを活用したモノづくり教育について
yusk1450
PRO
2
110
Présentation_2nde_2025.pdf
bernhardsvt
0
240
小学校女性教員向け プログラミング教育研修プログラム「SteP」の実践と課題
codeforeveryone
0
130
AI for Learning
fonylew
0
190
シリコンバレーでスタートアップを共同創業したファウンディングエンジニアとしての学び
tomoima525
1
1.3k
仏教の源流からの奈良県中南和_奈良まほろば館‗飛鳥・藤原DAO/asuka-fujiwara_Saraswati
tkimura12
0
140
Web Application Frameworks - Lecture 3 - Web Technologies (1019888BNR)
signer
PRO
0
3k
高校におけるプログラミング教育を考える
naokikato
PRO
0
160
Web Architectures - Lecture 2 - Web Technologies (1019888BNR)
signer
PRO
0
3.2k
バケットポリシーの記述を誤りマネコンからS3バケットを操作できなくなりそうになった話
amarelo_n24
1
110
吉岡研究室紹介(2025年度)
kentaroy47
0
320
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
400
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
How to train your dragon (web standard)
notwaldorf
96
6.3k
Faster Mobile Websites
deanohume
310
31k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Fireside Chat
paigeccino
40
3.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
We Have a Design System, Now What?
morganepeng
53
7.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Transcript
Autoencoders
What is an autoencoder
Important Properties 1. Data-specific 2. Lossy 3. Unsupervised
Encoder
Latent vector
Decoder
Autoencoder
Loss function
Autoencoders with TF Encoder
Autoencoders with TF Decoder
Autoencoders with TF Training
Applications of Autoencoders Image Reconstruction
Applications of Autoencoders Dimensionality reduction
Applications of Autoencoders Denoising data
Applications of Autoencoders Image colorization
Applications of Autoencoders Image/data generation
Applications of Autoencoders • Sequence to sequence prediction ◦ predict
the next frame of a video ◦ generate fake videos • Recommendation system • Feature Extraction • Image Compression • latent space clustering
1. Sparse Autoencoder 2. Autoencoder 3. Convolutional Autoencoder 4. Denoising
5. Sequence-to-sequence Autoencoder 6. Variational Autoencoder Types of Autoencoders
Any Questions??
Udaykiran.dev