Author Topic: Tensprflow machine learning open source from google  (Read 385 times)

0 Members and 1 Guest are viewing this topic.

Offline sakthibruce

  • Knight
  • **
  • Posts: 289
  • Cookies: 52
    • View Profile
Tensprflow machine learning open source from google
« on: November 11, 2015, 04:16:04 am »
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 device with a single API. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.

http://tensorflow.org/
Say, "I can do everything." "Even if poison of a snake is powerless if you can firmly deny it."

Offline Auger

  • NULL
  • Posts: 2
  • Cookies: 1
    • View Profile
Re: Tensprflow machine learning open source from google
« Reply #1 on: November 13, 2015, 03:35:49 am »
This is lazy that they just released this only with Python 2.7. This is benchmark of different machine learning software: https://github.com/soumith/convnet-benchmarks/issues/66