Keras Tutorials

Masking & Padding in Keras 0

Masking and Padding in Keras

In Keras, we create neural networks either using function API or sequential API. In both the APIs, it is very difficult to prepare data for the input layer to model, especially for RNN and...

Keras Models 0

Keras Models – Types and Examples

A model is the basic data structure of Keras. Keras models define how to organize layers. In this article, we will discuss Keras Models and its two types with examples. We will also learn...