About 77 results
Open links in new tab
  1. Keras Tutorial

    This tutorial walks through the installation of Keras, basics of deep learning, Keras models, Keras layers, Keras modules and finally conclude with some real-time applications.

  2. Keras - Deep learning - Online Tutorials Library

    Using Keras model, Keras Layer, and Keras modules, any ANN algorithm (CNN, RNN, etc.,) can be represented in a simple and efficient manner. The following diagram depicts the relationship between …

  3. TensorFlow - Keras - Online Tutorials Library

    Keras is compact, easy to learn, high-level Python library run on top of TensorFlow framework. It is made with focus of understanding deep learning techniques, such as creating layers for neural …

  4. Keras - Quick Guide - Online Tutorials Library

    As learned earlier, Keras layers are the primary building block of Keras models. Each layer receives input information, do some computation and finally output the transformed information.

  5. Online Tutorials, Courses, and eBooks Library | Tutorialspoint

    Online Tutorials, Courses, and eBooks Library | Tutorialspoint

  6. Deep Learning with Keras Tutorial - Online Tutorials Library

    This tutorial is prepared for professionals who are aspiring to make a career in the field of deep learning and neural network framework. This tutorial is intended to make you comfortable in getting started …

  7. Keras - Introduction - Online Tutorials Library

    Keras is based on minimal structure that provides a clean and easy way to create deep learning models based on TensorFlow or Theano. Keras is designed to quickly define deep learning models.

  8. Artificial Neural Networks (ANN) Using Keras And TensorFlow In Python

    Learn how to build Artificial Neural Networks (ANN) using Keras and TensorFlow in Python with this self-paced comprehensive online course at Tutorials Point.

    • Reviews: 154
    • Keras - Convolution Neural Network - Online Tutorials Library

      import keras from keras. datasets import mnist from keras. models import Sequential from keras. layers import Dense, Dropout, Flatten from keras. layers import Conv2D, MaxPooling2D from keras import …

    • Keras - Layers - Online Tutorials Library

      As learned earlier, Keras layers are the primary building block of Keras models. Each layer receives input information, do some computation and finally output the transformed information.