1. https://appdevelopermagazine.com/open-source
  2. https://appdevelopermagazine.com/google-updates-tensorflow-open-source-machine-learning-platform-/
4/19/2016 7:00:29 AM
Google Updates TensorFlow Open Source Machine Learning Platform
Google,Open Source
/Google-Updates-TensorFlow-App-Developer-Magazine_mjcqjdmt.jpg
App Developer Magazine

Open Source

Google Updates TensorFlow Open Source Machine Learning Platform


Tuesday, April 19, 2016

Stuart Parkerson Stuart Parkerson


Google’s TensorFlow is an open source software library for numerical computation using data flow graphs. The architecture provides the ability to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.

It its recent release of TensorFlow 0.8, Google is introducing distributed computing support, including everything needed to train distributed models on a company’s infrastructure. Distributed TensorFlow is powered by the high-performance gRPC library, which supports training on hundreds of machines in parallel. 

Google has published a distributed trainer for the Inception image classification neural network in the TensorFlow models repository. Using the distributed trainer, Google reports that it trained the Inception network to 78% accuracy in less than 65 hours using 100 GPUs. Small clusters can also benefit from distributed TensorFlow, as including more GPUs improves the overall throughput, and produces accurate results sooner.

In addition to distributed Inception, the 0.8 release includes new libraries for defining distributed models. TensorFlow's distributed architecture offers flexibility in defining the model, as every process in the cluster can perform general-purpose computation. 

In TensorFlow, all computation, including parameter management, is represented in the dataflow graph, and the system maps the graph onto heterogeneous devices (such as multi-core CPUs, general-purpose GPUs, and mobile processors) in the available processes. Included are Python libraries to write a model that runs on a single process and scales to use multiple replicas for training. 

TensorFlow’s Data flow graphs describe mathematical computation with a directed graph of nodes & edges. Nodes typically implement mathematical operations, but can also represent endpoints to feed in data, push out results, or read/write persistent variables. Edges describe the input/output relationships between nodes. These data edges carry dynamically-sized multidimensional data arrays, or tensors. 

The flow of tensors through the graph is where TensorFlow gets its name. Nodes are assigned to computational devices and execute asynchronously and in parallel once all the tensors on their incoming edges becomes available.

Google Updates TensorFlow Open Source Machine Learning Platform




Read more: https://www.tensorflow.org/




Subscribe to App Developer Magazine

Become a subscriber of App Developer Magazine for just $5.99 a month and take advantage of all these perks.

MEMBERS GET ACCESS TO

  • - Exclusive content from leaders in the industry
  • - Q&A articles from industry leaders
  • - Tips and tricks from the most successful developers weekly
  • - Monthly issues, including all 90+ back-issues since 2012
  • - Event discounts and early-bird signups
  • - Gain insight from top achievers in the app store
  • - Learn what tools to use, what SDK's to use, and more

    Subscribe here



Stay Updated

Sign up for our newsletter for the headlines delivered to you

SuccessFull SignUp

Featured Stories


TypeMock Launches Test Review for Smarter Unit Testing
TypeMock Launches Test Review for Smarter Unit Testing Monday, August 3, 2026


FTC AI accuracy policy puts chatbot trust under review
FTC AI accuracy policy puts chatbot trust under review Tuesday, July 21, 2026


Human-Made Video Ads Outperform AI-Generated Creativity
Human-Made Video Ads Outperform AI-Generated Creativity Monday, July 20, 2026




SpaceX accelerates AI push with new hires
SpaceX accelerates AI push with new hires Monday, July 20, 2026


NearLens: Smart Glasses Privacy Taken Seriously
NearLens: Smart Glasses Privacy Taken Seriously Wednesday, July 15, 2026


Agentic Commerce Grows Cequence Unveils AI-Era Bot Defense
Agentic Commerce Grows Cequence Unveils AI-Era Bot Defense Wednesday, July 15, 2026


Nearly all developers use AI but few secure the code it generates
Nearly all developers use AI but few secure the code it generates Monday, July 13, 2026


Enviromates new browser launches
Enviromates new browser launches Monday, July 6, 2026


AI Executive Order aims to balance security and innovation
AI Executive Order aims to balance security and innovation Monday, June 29, 2026


Top manufacturing trends for 2026
Top manufacturing trends for 2026 Tuesday, June 23, 2026


Get More App News