You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose a pre-trained model or build a new architecture from scratch
Choose a loss function and optimizer
Train the model
Perform a Prediction/Classification
Measure Performance
Tune Hyperparameters
Share Model
Each stage is, of course, detailed and needs a lot of lesson time to explore. The workflow is followed again for different example problems. While teaching this course, we have had feedback that students sometimes lose track of the stage in the overall workflow we are at, and where they are in the grand scheme (i.e. what is coming next).
Providing a notebook template with e.g. just these headings (and maybe a little explanation under each) could help here. There would be no code in the template, only markdown, and some placeholder empty code cells in each section.
The text was updated successfully, but these errors were encountered:
This seems like a good format to try out when teaching this lesson. If you teach it this way and it works well, feel free to share the template so that others can use it too.
The following high level workflow is taught:
Each stage is, of course, detailed and needs a lot of lesson time to explore. The workflow is followed again for different example problems. While teaching this course, we have had feedback that students sometimes lose track of the stage in the overall workflow we are at, and where they are in the grand scheme (i.e. what is coming next).
Providing a notebook template with e.g. just these headings (and maybe a little explanation under each) could help here. There would be no code in the template, only markdown, and some placeholder empty code cells in each section.
The text was updated successfully, but these errors were encountered: