Course2: Week3: Optional Lab: Model Evaluation and Selection: Neural Networks section

The Neural Networks section show 3 types of networks. But the practice code does not specify the architecture of the networks… Is the code not really doing neural networks and it’s only doing binary classification using sigmoid?

The models are created (and stored in a list) by this line of code:

You can find the build_models() function in the utils.py file. It’s available from the “File → Open” menu

1 Like

Thank you very much… Just unraveled the puzzle me. :smiley:

1 Like

I want to ask also from this section how can I plot target vs model values?

What type of plot would be useful to present this data?
The dataset isn’t sorted, so a line chart would not be very useful.
Do you want some sort of statistical analysis?