Description
AutoML refers to techniques for automatically discovering the best-performing model for a given dataset. When applied to neural networks, this involves both discovering the model architecture and the ...
Summary
- AutoML refers to techniques for automatically discovering the best-performing model for a given dataset.
- In this section, we will develop a model for the Sonar classification dataset for classifying sonar returns as rocks or mines.
- 64 |-structured_data_block_1/dense_block_2/units_2: I would like to know how can I get network configuration from Hdf5 file here as Autokeras thrown an architecture with custom layer so is it possible to manuallly recreate architecture which autokeras proposes as best architecture.