Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ISI Programming Course - 07 - Tensorflow
Search
Jungwon Seo
October 29, 2018
0
99
ISI Programming Course - 07 - Tensorflow
Jungwon Seo
October 29, 2018
Tweet
Share
More Decks by Jungwon Seo
See All by Jungwon Seo
MLOps Research
codethief
0
42
ISI Programming Course - 06 - Scikit Learn
codethief
0
36
ISI Programming Course - 05 - Python Data Science Libraries
codethief
0
70
ISI Programming Course - 04 - Python
codethief
0
140
ISI Programming Course - 03 - Javascript
codethief
0
120
ISI Programming Course - 02 - CSS
codethief
0
83
ISI Programming Course - 01 - HTML
codethief
0
150
Let's study web-development
codethief
0
78
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.8k
Stop Working from a Prison Cell
hatefulcrawdad
273
21k
The Pragmatic Product Professional
lauravandoore
37
7.1k
For a Future-Friendly Web
brad_frost
180
10k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.2k
Git: the NoSQL Database
bkeepers
PRO
432
66k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
Being A Developer After 40
akosma
91
590k
Side Projects
sachag
455
43k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.1k
Transcript
Jungwon Seo | University of Stavanger ISI Programming Class Tensorflow
Tensorflow • Originally developed by Google. • Mainly for Deep
Neural Network.
Why do we need to use this?
Flexibility, Scalability, Portability
Again! Neural Network
Neuron
Activation Function
Backpropagation
Gradient descent
Minimum Error
Learning Rate
1. Convolutional Neural Network • Good fit with image recognition.
2. Recurrent Neural Network • Good fit with text and
audio data.
Deep learning can’t solve the problem that you don’t know
how to solve.