Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider providing a "template" jupyter notebook containing only headings/markdown #186

Open
raar1 opened this issue Jan 31, 2022 · 1 comment
Assignees
Labels
good first issue Good issue for first-time contributors nice-to-have

Comments

@raar1
Copy link

raar1 commented Jan 31, 2022

The following high level workflow is taught:

  1. Formulate/ Outline the problem
  2. Identify inputs and outputs
  3. Prepare data
  4. Choose a pre-trained model or build a new architecture from scratch
  5. Choose a loss function and optimizer
  6. Train the model
  7. Perform a Prediction/Classification
  8. Measure Performance
  9. Tune Hyperparameters
  10. 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.

@dafnevk
Copy link
Collaborator

dafnevk commented Apr 25, 2022

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.

@dafnevk dafnevk self-assigned this Apr 25, 2022
@dsmits dsmits added the good first issue Good issue for first-time contributors label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for first-time contributors nice-to-have
Projects
None yet
Development

No branches or pull requests

4 participants