Thursday, May 25, 2017

TensorFlow


TensorFlow is an open source machine learning platform for anyone and everyone by Google. Few key technical features are:
  • By design, it is quite fast, flexible and production-ready. 
  • It has the scalability degree from PoC (Proof of Concept) to Production.
  • By data structure, it has been built using computational graph with the best fit for deep learning and artificial intelligence.
  • It supports CPU to GPU/TPU; iOS/Android
  • To program, you can use most of popular/powerful languages C#, Java,Python, Go,etc.
  • Google internal products (search, gmail, map, youtube, etc.) leverages TensorFlow
Performance benchmark is available at https://www.tensorflow.org/performance/benchmarks

Official web site is https://www.tensorflow.org/

No comments:

Post a Comment