TensorFlow Basics - Deep Learning with Neural Networks p. 2

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=pnSBZ6TEVjY



Duration: 15:50
310,589 views
2,350


Welcome to part two of Deep Learning with Neural Networks and TensorFlow, and part 44 of the Machine Learning tutorial series. In this tutorial, we are going to be covering some basics on what TensorFlow is, and how to begin using it.

Libraries like TensorFlow and Theano are not simply deep learning libraries, they are libraries *for* deep learning. They are actually just number-crunching libraries, much like Numpy is. The difference is, however, a package like TensorFlow allows us to perform specific machine learning number-crunching operations like derivatives on huge matricies with large efficiency. We can also easily distribute this processing across our CPU cores, GPU cores, or even multiple devices like multiple GPUs. But that's not all! We can even distribute computations across a distributed network of computers with TensorFlow. So, while TensorFlow is mainly being used with machine learning right now, it actually stands to have uses in other fields, since really it is just a massive array manipulation library.

What is a tensor? Up to this point in the machine learning series, we've been working mainly with vectors (numpy arrays), and a tensor can be a vector. Most simply, a tensor is an array-like object, and, as you've seen, an array can hold your matrix, your vector, and really even a scalar.

Installing TensorFlow via Ubuntu and virtualbox: https://pythonprogramming.net/installing-tensorflow-machine-learning-tutorial/

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2016-09-14RNN Example in Tensorflow - Deep Learning with Neural Networks 11
2016-09-13Recurrent Neural Networks (RNN) - Deep Learning with Neural Networks and TensorFlow 10
2016-08-26Installing the GPU version of TensorFlow for making use of your CUDA GPU
2016-08-25Using More Data - Deep Learning with Neural Networks and TensorFlow part 8
2016-08-24Training/Testing on our Data - Deep Learning with Neural Networks and TensorFlow part 7
2016-08-23Preprocessing cont'd - Deep Learning with Neural Networks and TensorFlow part 6
2016-08-22Processing our own Data - Deep Learning with Neural Networks and TensorFlow part 5
2016-07-21Running our Network - Deep Learning with Neural Networks and TensorFlow
2016-07-20Neural Network Model - Deep Learning with Neural Networks and TensorFlow
2016-07-19MSRC Blue CCW 1.3
2016-07-19TensorFlow Basics - Deep Learning with Neural Networks p. 2
2016-07-18Installing TensorFlow (OPTIONAL) - Deep Learning with Neural Networks and TensorFlow p2.1
2016-07-18Deep Learning with Neural Networks and TensorFlow Introduction
2016-07-12Honda S2000 MSR Cresson CCW trackday 7-10-2016
2016-07-07Mean Shift Dynamic Bandwidth - Practical Machine Learning Tutorial with Python p.42
2016-07-05Mean Shift from Scratch - Practical Machine Learning Tutorial with Python p.41
2016-07-01Mean Shift with Titanic Dataset - Practical Machine Learning Tutorial with Python p.40
2016-06-29Mean Shift Intro - Practical Machine Learning Tutorial with Python p.39
2016-06-22K Means from Scratch - Practical Machine Learning Tutorial with Python p.38
2016-06-20Custom K Means - Practical Machine Learning Tutorial with Python p.37
2016-06-11K Means with Titanic Dataset - Practical Machine Learning Tutorial with Python p.36



Tags:
Deep Learning
TensorFlow
Theano
Neural Network
Artificial Neural Network
Tutorial
Python
ANN
Artificial Intelligence