About 3,810,000 results
Open links in new tab
  1. Code examples - Keras

    Our code examples are short (less than 300 lines of code), focused demonstrations of vertical deep learning workflows. All of our examples are written as Jupyter notebooks and can be run …

  2. Your First Deep Learning Project in Python with Keras Step-by-Step

    Jun 17, 2022 · In this tutorial, you will discover how to create your first deep learning neural network model in Python using Keras. Kick-start your project with my new book Deep Learning …

  3. Keras Deep Learning in Python [With Example] - AskPython

    Nov 19, 2022 · Keras is a powerful and easy-to-use open-source Deep Learning library for Python. It allows you to easily build and train neural networks and deep learning models. …

  4. Image classification from scratch - Keras

    Apr 27, 2020 · Description: Training an image classifier from scratch on the Kaggle Cats vs Dogs dataset. View in Colab • GitHub source. This example shows how to do image classification …

  5. Classification Example with Keras CNN (Conv1D) model in Python

    Feb 6, 2020 · In this tutorial, we've briefly learned how to fit and classify the Iris dataset with Keras Conv1D layer model in Python. The full source code is listed below. from keras.layers import …

  6. RNN Example with Keras SimpleRNN in Python - DataTechNotes

    Dec 25, 2018 · Recurrent Neural Network models can be easily built in a Keras API. In this tutorial, we'll learn how to build an RNN model with a keras SimpleRNN () layer. For more …

  7. Implementing Simple Neural Network using Keras - Rubix Code

    Feb 12, 2018 · In this sample, we first imported the Sequential and Dense from Keras. Than we instantiated one object of the Sequential class. After that, we added one layer to the Neural …

  8. Keras Tutorial: The Ultimate Beginner’s Guide to Deep Learning in Python

    Jul 7, 2022 · In this step-by-step Keras tutorial, you’ll learn how to build a convolutional neural network in Python! In fact, we’ll be training a classifier for handwritten digits that boasts over …

  9. getting-started-keras.ipynb - Colab - Google Colab

    This tutorial shows how to train a neural network on AI Platform using the Keras sequential API and how to serve predictions from that model. Keras is a high-level API for building and training...

  10. Keras for Beginners: Building Your First Neural Network

    Jun 14, 2019 · Keras is a simple-to-use but powerful deep learning library for Python. In this post, we’ll see how easy it is to build a feedforward neural network and train it to solve a real …

  11. Some results have been removed