Module 13 Activity Worksheet

Module: Module 13: Machine Learning in Neuroscience
Duration: 4-5 hours
Generated from the module page. Edit modules/module13.md, not this file.


Capability target

Design and critique an ML analysis pipeline for connectomics that includes feature rationale, evaluation plan, leakage controls, and interpretation limits. Concretely: choose a split strategy from the leakage channels present in your data rather than from convention, pick metrics from the decision the model will support, quantify how much of your reported performance survives a harder split, and write a limitation statement specific enough that a reader knows which uses of your model you would refuse.

You are done when you can demonstrate this, not when you have filled in every box below.


Before you start

Check that you have:

Bring one question you already have about this topic. Write it here so you can check at the end whether it was answered:

My question:

Questions this module answers

Keep these in view. At the end, answer each in one sentence.

  1. Which ML task framing matches this connectomics question?
    • Your answer:
  2. How do we avoid leakage and overfitting in structural data?
    • Your answer:
  3. Which metrics matter scientifically, not only computationally?
    • Your answer:

The task

Scenario: You must classify neurite fragments into coarse categories to prioritize a proofreading queue. You have roughly 4,000 labeled fragments drawn from about 600 neurons in one dataset, five classes with prevalences of approximately 38%, 27%, 19%, 12%, and 4%, and a reviewer team that can inspect 500 segments per week. A second, differently stained dataset is available as a held-out domain.

  1. Propose a feature set with a one-line rationale per feature, and flag any feature that could encode dataset identity.
  2. Design the split, naming the leakage channel each choice blocks and the cost you accept for it.
  3. Train one baseline and one improved model, or write the pseudocode plan if compute is unavailable.
  4. Report two standard metrics, one biologically targeted metric tied to the 500-segment review capacity, and per-class recall with prevalence.
  5. Sample 20 misclassified fragments, classify the failure reason by hand, and propose the one data improvement that would fix the largest group.
  6. Draft a model limitation statement naming at least three unsupported uses.

What you hand in


Working checklist

Tick as you go. If you skip a step, write why — a skipped step with a stated reason is a decision; a skipped step without one is a gap.


Evidence and reasoning

Fill one row per claim you make in your artifact. A claim without a limitation is not finished.

# Claim Evidence (what specifically) Limitation / what would change my mind
1      
2      
3      

Confidence. For your main claim, mark one and say why:

Why:

One alternative I considered and rejected, and the reason:


Misconception self-check

These are the errors this module is designed to prevent. Confirm you did not make them, or note where you nearly did:


Session timing (facilitator reference)

Time Segment
00:00-08:00 Task framing and leakage examples
08:00-20:00 Feature rationale workshop
20:00-34:00 Split strategy and baseline modeling
34:00-46:00 Error analysis and biologically relevant metrics
46:00-56:00 Model-card limitation writing
56:00-60:00 Competency checkpoint

Rubric

Score yourself before anyone else does. Where you fall short, name the specific next action rather than a general intention.

My self-assessment:


Exit prompt

For one candidate model, write:

  1. one plausible leakage pathway,
  2. one metric blind spot,
  3. one limitation you would report publicly.

Your answer:


Peer review (swap worksheets)

Reviewing someone else’s reasoning is the fastest way to see the gaps in your own. Assess the evidence quality, not whether you agree with the conclusion.


Module page: /modules/module13/ · Slides: /modules/slides/module13/ · Facilitator guide