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
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
37
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
79
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
A better future with KSS
kneath
240
18k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
220
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
390
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Accessibility Awareness
sabderemane
0
82
Designing Powerful Visuals for Engaging Learning
tmiket
0
280
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Statistics for Hackers
jakevdp
799
230k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
Building Applications with DynamoDB
mza
96
7k
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.