Keras Tutorials

Keras Layers 0

Keras layers – Parameters and Properties

Layers are the primary unit to create neural networks. We compose a deep learning architecture by adding successive layers. Each successive layer performs some computation on the input it receives. Then after it propagates...

Keras Modules 0

Keras Modules – Types and Examples

Hope you are enjoying DataFlair keras tutorials. Let us now move to the next topic which is Keras Modules. Keras modules provide various predefined classes and functions for deep learning algorithms. In this Keras...

Install Keras on Linux 2

How to Install Keras on Linux and Windows

Welcome back to DataFlair Keras Tutorial series. In this tutorial, we will see how to install Keras on Linux and Windows Operating Systems. We will also discuss the issues and the configuration requirements after...

Keras Backend 0

Keras Backend – Tensorflow and Theano

Keras supports multiple backends, although the performance of your neural network may vary for different Keras backends. In this article, we will study two of the most commonly used Keras backends i.e TensorFlow and...

advantages of keras and limitations of keras 0

Python Keras Advantages and Limitations

Keras is very useful for beginners starting with neural networks. It is a high-level framework that hides the backend computation and allows us to quickly build a neural network model. In this article, we...