I know that Keras is developed for quick deployment. Is it just for beginners or also useful in industry for professionals?
Asked
Active
Viewed 422 times
1 Answers
5
Keras is used in academia (see google scholar citations of Keras as a proxy for academy adoption) and hobbyists (see github stars or google results for keras in www.kaggle.com as proxies for hobbyist adoption).
It was recently bundled together with Google's tensorflow.
It is also used in industry, at least for prototyping (I know because I use it!), but I have found no source to back this statement.

noe
- 26,410
- 1
- 46
- 76
-
Prototyping is a very important task in industry, and you need tools to quickly build this prototypes. You may not use it to implement the final product, but it is still useful nevertheless. – Pablo Suau Jan 27 '17 at 08:53
-
What happens after prototyping is done? How is a prototype productionized? – cogitoergosum Nov 10 '18 at 16:54