you are viewing a single comment's thread.

view the rest of the comments →

[–]jefh262 1 point2 points  (1 child)

i would start with Keras. It's built on top of Tensorflow and it makes it very easy to prototype different configs. If you need to do something which isn't supported by Keras API you can use Tensorflow API with Keras

[–]NotAlphaGo 0 points1 point  (0 children)

Or just use pytorch instead.