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
96
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
40
ISI Programming Course - 06 - Scikit Learn
codethief
0
34
ISI Programming Course - 05 - Python Data Science Libraries
codethief
0
67
ISI Programming Course - 04 - Python
codethief
0
140
ISI Programming Course - 03 - Javascript
codethief
0
110
ISI Programming Course - 02 - CSS
codethief
0
81
ISI Programming Course - 01 - HTML
codethief
0
140
Let's study web-development
codethief
0
76
Featured
See All Featured
Making Projects Easy
brettharned
120
6.4k
The Language of Interfaces
destraynor
162
25k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Fireside Chat
paigeccino
40
3.7k
A Tale of Four Properties
chriscoyier
161
23k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
The Cult of Friendly URLs
andyhume
79
6.6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
600
The Invisible Side of Design
smashingmag
302
51k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
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.