Skip to content

Learning objectives #69

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

Merged
merged 5 commits into from
Mar 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions slides/slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,26 @@ Based on the workshop developed by [Jack Atkinson](https://orcid.org/0000-0001-5
V1.0 released and JOSE paper accepted:

- [@atkinson2024practical]

## Learning objectives {.smaller}
The key learning objective from this workshop could be simply summarised as:
*Provide the ability to develop ML models in PyTorch.*

Specifically:

- provide an understanding of the structure of a PyTorch model and ML pipeline,
- introduce the different functionalities PyTorch might provide,
- encourage good research software engineering (RSE) practice, and
- exercise careful consideration and understanding of data used for training ML models.

\
\
With regards to specific ML content, we cover:

- using ML for both classification and regression,
- artificial neural networks (ANNs) and convolutional neural networks (CNNs)
- treatment of tabular data and image data

<!--
## NCAS School (rough) Schedule {.smaller}

Expand Down
Loading