Python Classes and Their Use in Keras
Classes are one of the fundamental building blocks of the Python language, which may be applied in the development of machine learning applications. As we shall see, the Python syntax for developing classes is simple and can be applied to implement callbacks in Keras.
In this tutorial, you will discover the Python classes and their functionality.
After completing this tutorial, you will know:
- Why Python classes are important
- How to define and instantiate a class and set its attributes
- How to create methods and pass arguments
- What is class inheritance
- How to use classes to implement callbacks in Keras
Kick-start your project with my new book Python for Machine Learning, including step-by-step