intro_deep_learning icon indicating copy to clipboard operation
intro_deep_learning copied to clipboard

Update Regression_tuner.ipynb

Open Odin-Data opened this issue 1 year ago • 1 comments

Changes have been made to the build_model function, adding the input layer definition to the sequential model with input_shape. Additionally, the kerastuner library has been updated as keras_tuner, as it is obsolete.

Odin-Data avatar May 14 '24 14:05 Odin-Data

Thanks @Odin-Data , remember that input_shape(7,) should only be in the first layer, If you put it inside the loop, you are including it to every layer

ezponda avatar May 14 '24 14:05 ezponda