News

Put another way, you write Keras code using Python. The Keras code calls into the TensorFlow library, which does all the work. In Keras terminology, TensorFlow is the called backend engine.
It's possible to create neural networks from raw code. But there are many code libraries you can use to speed up the process. These libraries include Microsoft CNTK, Google TensorFlow, Theano, PyTorch ...