Tensorflow 3 Ways
The first approach had its origins in Theano (another deep learning library Lab41 has previously used). In Theano (and Tensorflow) the user is responsible for everything. You define a graph of computation that is merely a thin layer on top of a matrix math library. In order to represent our regression in Tensorflow (or Theano) it's best to first mathematically represent our calculation:
Feb-4-2017, 07:25:25 GMT
- Technology: