Upgrade to Pro — share decks privately, control downloads, hide ads and more …

TENSORFLOW

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for KMKLabs KMKLabs
August 05, 2016

 TENSORFLOW

Introduction to tensorflow

Avatar for KMKLabs

KMKLabs

August 05, 2016
Tweet

More Decks by KMKLabs

Other Decks in Technology

Transcript

  1. What is Neural Network ? Little brief in deep learning

    ? Intro to Tensorflow Demo: Detecting handwriting digits using MNIST Sotoy Spam Detection sample using Neural Network
  2. There is 2 way of machine can learn : 1.

    Using Statistical Learning (SVM, Logistic Regression, Linear Regression, NaiveBayes, Decision Tree) 2. Using Neural Network
  3. Basically neural network is a statistical learning But, the different

    is Neural Network worked based on How Our Brain Works
  4. BASIC SINGLE LAYER NETWORK Input: 1 2 4 0 W:

    1 3 −2 1 0 0 −2 1 1 2 0 0 Bias: 2 1 3 −1 −8 5 1 −7 8 1 0 8 Credits to Sungjoon (https://github.com/sjchoi86/dl_tutorials)
  5. ARTIFICIAL NEURAL NETWORK Input Layer Output Layer Hidden Layers Credits

    to Sungjoon (https://github.com/sjchoi86/dl_tutorials)
  6. COST FUNCTION This is just a function that we want

    to minimize. There is no guarantee that it will bring us to the best solution! It should be differentiable! Credits to Sungjoon (https://github.com/sjchoi86/dl_tutorials)
  7. What is Neural Network ? Little brief in deep learning

    ? Intro to Tensorflow Demo: Detecting handwriting digits using MNIST Sotoy Spam Detection sample using Neural Network Credits to Sungjoon (https://github.com/sjchoi86/dl_tutorials)
  8.  Basically Deep Learning = Neural Network  But the

    different is the layer is deep ( > 1 )  So just add the layer ? Many people think of that  Between every layer there is some technique to calculate the move of the data  Like our brain works
  9. What is Neural Network ? Little brief in deep learning

    ? Intro to Tensorflow Demo: Detecting handwriting digits using MNIST Sotoy Spam Detection sample using Neural Network
  10. TENSORFLOW 16 Tensor + Flow Tensor: n-dimensional arrays Vector: 1-dimensional

    tensor Matrix: 2-dimensional tensor Deep learning processes are flows of tensors A sequence of tensor operations Can also represent a number of machine learning algorithms Credits to Sungjoon (https://github.com/sjchoi86/dl_tutorials)
  11. RELU (RECTIFIER LINEAR UNIT) NETWORK 17 Inputs Outputs Credits to

    Sungjoon (https://github.com/sjchoi86/dl_tutorials)
  12. What is Neural Network ? Little brief in deep learning

    ? Intro to Tensorflow Demo: Detecting handwriting digits using MNIST Sotoy Spam Detection sample using Neural Network
  13. What is Neural Network ? Little brief in deep learning

    ? Intro to Tensorflow Demo: Detecting handwriting digits using MNIST Sotoy Spam Detection sample using Neural Network