what is keras

Keras is an open source deep learning library written in python.It is capable of running on the top of MXNet,Deeplearning4j, Tensorflow,CNTK or Theano, Deeplearning4j, Tensorflow, CNTK or Theano. In 2017, Google’s TensorFlow team decided to support Keras in TensorFlow’s core library. Microsoft has been working to add a CNTK backend to Keras as well, and the functionality is …

Transfer Learning

Transfer learning or inductive transfer is a research problem in ML that focuses on storing knowledge gained while solving one problem and applying it to a different but related problem. For example, knowledge gained while learning to recognize Tigers could apply when trying to recognize Lions. There are two major transfer learning scenarios in Neural network …