Hacker News new | ask | show | jobs
by carbocation 3335 days ago
Any recs on choosing TensorFlow vs Keras-on-TensorFlow?
2 comments

Start with Keras, if you run into something you want to do that is not supported by Keras drop into TensorFlow, they are not mutually exclusive and all of TensorFlow is availble.
Fantastic. Thanks to you and minimaxir for the guidance.
Keras does not add much overhead, if any, and yes, it is as easy as everyone claims.