Review: Keras sails through deep learning
As I discussed in my review of PyTorch, the foundational deep neural network (DNN) frameworks such as TensorFlow (Google) and CNTK (Microsoft) tend to be hard to use for model building. However, TensorFlow now contains three high-level APIs for creating models, one of which, tf.keras, is a bespoke version of Keras. Amazon is currently working on developing a MXNet back end for Keras. It's also possible to use PlaidML (an independent project) as a back end for Keras to take advantage of PlaidML's OpenCL support for all GPUs. As an aside, the name Keras is from the Greek for horn, κέρας, and refers to a passage from the Odyssey. The dream spirits that come through the gate made of horn are the ones that announce a true future; the ones that come through the gate made of ivory, ἐλέφας, deceive men with false visions.
Sep-20-2018, 18:22:10 GMT
- Technology: