In the [Learn Machine Learning with AutoKeras] lecture, you can learn about AutoKeras, which was developed from the Keras library previously used in machine learning, and use it directly through examples.
The concept of AutoKeras
Difference between AutoKeras and Keras
How to use AutoKeras
Keras is one of the most widely used deep learning frameworks, along with TensorFlow. It provides an API that is easy for machine learning beginners to learn, while still having high-level functionality.
AutoKeras is an AutoML system developed based on Keras. With the goal of "making machine learning accessible to everyone," this framework allows anyone to easily and simply learn and predict with just a few lines of code based on network shapes for efficient neural architecture search.
The most difficult part of machine learning models is the decision of modeling method and parameter tuning, and the trial and verification of deep learning networks. In other words, you have to repeat experiments until you get the right results and design the right model. However, if you use AutoKeras, you can automate this process with just a short amount of code. It will help you find the right model in machine learning through multiple trials and the more ideal model and results.
Who is this course right for?
Anyone who wants to learn AutoKeras
Anyone who wants to learn machine learning
Need to know before starting?
Python
Keras
12,961
Students
316
Reviews
17
Answers
4.7
Rating
7
Courses
All
4 lectures ∙ (43min)