Hello! How can I interpret the feedforward NN model architecture described in AutoML logs (after training a model using AutoML in VertexAI)?
I understand the base structure described in https://cloud.google.com/automl-tables/docs/logging
But I am not sure this describes the full architecture. For example, if num_neurons = 256, and num_layers = 2, how do I know how many neurons on each layer? Or for dropout = 0.5, in which layer is the dropout happening?
Any sources your recommend that might explain this a bit better?
Thank you very much in advance for your help! I have been researching this and have found no clear explanation