Tensorflow Mechanics - ChennaiPy(May'16)

9
An introductio n Manish Shivanandhan, Product Manager, Adappt Ltd. [email protected]

Transcript of Tensorflow Mechanics - ChennaiPy(May'16)

Page 1: Tensorflow Mechanics - ChennaiPy(May'16)

An introduction

Manish Shivanandhan, Product Manager, Adappt Ltd. [email protected]

Page 2: Tensorflow Mechanics - ChennaiPy(May'16)

Tensor

Page 3: Tensorflow Mechanics - ChennaiPy(May'16)

Why Tensors?

Higher order inputs for Machine Learning

Helps to perform complex mathematical operations

Efficient data structure to represent multidimensional data

Page 4: Tensorflow Mechanics - ChennaiPy(May'16)

Why Tensorflow?

Everything is a tensor, i.e, designed to work with tensors from ground-up

Easier to work with tensor operations(faster?)

Backed by Google

Page 5: Tensorflow Mechanics - ChennaiPy(May'16)

Flexible Data Flow

Graph

Page 6: Tensorflow Mechanics - ChennaiPy(May'16)

Core Features

Great Flexibility

Portable and production ready

Powerful algorithms designed for performance

Page 7: Tensorflow Mechanics - ChennaiPy(May'16)

Alternative Frameworks

Page 8: Tensorflow Mechanics - ChennaiPy(May'16)

Learning Resources

LearningTensorflow.com

Tensorflow.org

Udacity Deep Learning

Page 9: Tensorflow Mechanics - ChennaiPy(May'16)