Python:TensorFlow keras

ishg-153's avatar
Published Jul 12, 2024
Contribute to Docs

Keras is a high-level library used with TensorFlow in Python. It is used to create deep learning and neural network models. The purpose of this library is to allow developers to build machine learning applications efficiently.

  • Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
    • Includes 6 Courses
    • With Professional Certification
    • Beginner Friendly.
      75 hours
  • Learn the basics of Python 3.12, one of the most powerful, versatile, and in-demand programming languages today.
    • With Certificate
    • Beginner Friendly.
      24 hours

Foundations of Keras

The foundation of Keras revolves around its core components: layers and models. It facilitates every step of the model-building process, from loading and preprocessing datasets to stacking layers to form complete models, and evaluating the output of these models.

To begin building with functions within Keras, the following syntax is used:

tf.keras.relevantFunction()

Considering tensorflow is imported as tf and relevantFunction() is a function provided within the keras module in TensorFlow.

All contributors

Contribute to Docs

Learn Python:TensorFlow on Codecademy

  • Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
    • Includes 6 Courses
    • With Professional Certification
    • Beginner Friendly.
      75 hours
  • Learn the basics of Python 3.12, one of the most powerful, versatile, and in-demand programming languages today.
    • With Certificate
    • Beginner Friendly.
      24 hours