Swift for TensorFlow

Swift for TensorFlow

  • April 2, 2018
Table of Contents

Swift for TensorFlow

Swift for TensorFlow is a result of first-principles thinking applied to machine learning frameworks, and works quite differently than existing TensorFlow language bindings. Whereas prior solutions are designed within the constraints of what can be achieved by a (typically Python or Lua) library, Swift for TensorFlow is based on the belief that machine learning is important enough to deserve first-class language and compiler support.

Source: tensorflow.org

Share :
comments powered by Disqus

Related Posts

Project Clara: NVIDIA Supercomputing Platform Redefines Medical Imaging

Project Clara: NVIDIA Supercomputing Platform Redefines Medical Imaging

NVIDIA’s Project Clara, a medical imaging supercomputer, renews the capabilities of these machines in place. Unveiled this week at the GPU Technology Conference, in Silicon Valley, Project Clara takes advantage of incredible advancements in computation.

Read More
Semantic Image Segmentation with DeepLab in Tensorflow

Semantic Image Segmentation with DeepLab in Tensorflow

Today, we are excited to announce the open source release of our latest and best performing semantic image segmentation model, DeepLab-v3+ [1], implemented in Tensorflow. This release includes DeepLab-v3+ models built on top of a powerful convolutional neural network (CNN) backbone architecture [2, 3] for the most accurate results, intended for server-side deployment. As part of this release, we are additionally sharing our Tensorflow model training and evaluation code, as well as models already pre-trained on the Pascal VOC 2012 and Cityscapes benchmark semantic segmentation tasks.

Read More