
Keras is very easy to use, even for beginners that have basic Python programming skills.
Even complex deep learning models can be built just with a few lines of codes. The biggest advantage is running time: the codes execute pretty fast.
Besides, code examples are intuitives and readily availables. The documentation is built with care and attention and there are answers for almost every issues. I always find what I need to solve my problem. Review collected by and hosted on G2.com.
Sometimes it is not easy to find code examples for some advanced features. Also there were some errors in the code execution and I had difficulty to understand where they came from. Since Keras is pretty simple code, sometimes it is hard to customize models that have been built by someone else. In such case, I would rather use other packages that might be more complex but do the job. Review collected by and hosted on G2.com.