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
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
150
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
170
Paper Plane (Part 1)
katiecoart
PRO
0
5.7k
Building the Perfect Custom Keyboard
takai
2
710
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
Building Adaptive Systems
keathley
44
3k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
30 Presentation Tips
portentint
PRO
1
250
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.