Google open-source TensorFlow
It is a machine-learning library using data flow graphs to build models. TensorFlow has been created for Deep Learning to let a user create a neural network architecture by himself (or herself, of course). Actually, tensors flow in the graph from node to node, thus making the name of the library sound logical. For some of you it may be interesting if there is any difference between TensorFlow and libraries like Theano, which also can make their own Deep Learning with multi-dimensional arrays and GPU.
Jul-5-2017, 23:55:10 GMT