View Single Post
  #2  
Old 15-12-2017, 10:27 AM
gary
Registered User

gary is offline
 
Join Date: Apr 2005
Location: Mt. Kuring-Gai
Posts: 5,928
Quote:
Originally Posted by tensorflow.org
About TensorFlow

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.
If you are interested in machine learning you can download TensorFlow here :-https://www.tensorflow.org/install/

Available for :-
• MacOS X 10.11 (El Capitan) or later.
• Ubuntu 14.04 or later
• Windows 7 or later.


Build your own deep learning machine running TensorFlow on a graphics cards GPU's.
How-to guide here at computer book publisher O'Reilly :-
https://www.oreilly.com/learning/bui...for-under-1000

Last edited by gary; 15-12-2017 at 10:38 AM.
Reply With Quote