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
95
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
39
ISI Programming Course - 06 - Scikit Learn
codethief
0
33
ISI Programming Course - 05 - Python Data Science Libraries
codethief
0
66
ISI Programming Course - 04 - Python
codethief
0
140
ISI Programming Course - 03 - Javascript
codethief
0
110
ISI Programming Course - 02 - CSS
codethief
0
79
ISI Programming Course - 01 - HTML
codethief
0
140
Let's study web-development
codethief
0
73
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
It's Worth the Effort
3n
185
28k
The World Runs on Bad Software
bkeepers
PRO
69
11k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Designing Experiences People Love
moore
142
24k
Gamification - CAS2011
davidbonilla
81
5.3k
Why Our Code Smells
bkeepers
PRO
337
57k
Optimizing for Happiness
mojombo
379
70k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Why You Should Never Use an ORM
jnunemaker
PRO
57
9.4k
Mobile First: as difficult as doing things right
swwweet
223
9.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.