Why Tensorflow?

Because it provides 
  • extensive built-in support for deep learning
  • mathematical functions for neural networks
  • auto differentiation (for back propagation) and optimizers
Source

Comments

Popular posts from this blog

How to use "coverage" to detect the code that's been executed

Why ANN does not perform well on sequential data?