October 20, 2019

210 words 1 min read

TensorFlow: Machine learning for everyone

TensorFlow: Machine learning for everyone

TensorFlow is an open source software library for numerical computation with a focus on machine learning. Rajat Monga offers an introduction to TensorFlow and explains how to use it to train and deploy machine-learning models to make your next application smarter.

Talk Title TensorFlow: Machine learning for everyone
Speakers Rajat Monga (Google)
Conference Strata + Hadoop World
Conf Tag Big Data Expo
Location San Jose, California
Date March 29-31, 2016
URL Talk Page
Slides Talk Slides
Video

TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile or embedded device with a single API. Originally developed by researchers and engineers at Google for the purposes of conducting machine-learning and deep neural networks research, TensorFlow leverages a general computational model that is applicable in a wide variety of other domains, especially when performing large-scale numerical computations on large data. Rajat Monga offers a high level introduction to TensorFlow and explains how to use it to train and deploy machine-learning models to make your next application smarter.

comments powered by Disqus