tensorflow v0.2.0.0 Release Notes

    • Switch to tensorflow 1.9.
    • Switch to proto-lens 0.2.2.
    • Compatibility with stackage LTS-11.
    • Expand the Rendered class and add a ToTensor class to let more functions (gradients, feed, colocateWith) support ResourceHandle wrappers like Variable.
    • โž• Add initializedValue function for Variable.
    • โž• Add TensorFlow.Minimize module with gradient descent and adam implementations.
    • โž• Add more gradient implementations.
    • ๐Ÿ›  Misc bug fixes.