Practicing tensorflow examples
Learnings -
- tf.case
- typecasting in tensorflow
- tf.Interactivesession
- tf.equal
- Broadcasting in tensorflow
- tf.eval() accepts only string, bytes or code object
- tf.gather --> gathers elements from matrix, provided with indices
- tf.where --> compares element wise, and output the indices
- tf.range --> generate a range - start, end, gap
- tf.diag --> make a diagnol matrix of input value
- Difference between random and normal distribution
- tf.random
- tf.matrix_determinant