generated from PumasAI-Labs/Workshop-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt and write up the markdown files
- Loading branch information
1 parent
e859e66
commit 9896a2b
Showing
8 changed files
with
94 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
# Pumas-AI Workshop Templates | ||
# Pumas-AI Introduction to Machine Learning and Neural Networks | ||
|
||
[![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/) | ||
|
||
## How to use this template | ||
|
||
1. Click on the green button `Use this template` | ||
1. Edit all the `PLACEHOLDER` in `mkdocs.yml` with respect to `site_name`, `repo_name` and `repo_url`. | ||
1. Edit all the `PLACEHOLDER` in `docs/index.md`, `docs/reference.md` and `docs/instructor.md`. | ||
1. Add appropriate content to `docs/index.md`, `docs/reference.md` and `docs/instructor.md`. | ||
|
||
## How to contribute | ||
|
||
We use [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) | ||
|
@@ -22,9 +15,8 @@ We use [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) | |
|
||
## Authors | ||
|
||
- Author 1 - <[email protected]> | ||
- Author 2 - <[email protected]> | ||
- Author 3 - <[email protected]> | ||
- Andreu Vall - <[email protected]> | ||
- Niklas Korsbo - <[email protected]> | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
--- | ||
title: Pumas-AI Workshop PLACEHOLDER | ||
description: CHANGE ME. | ||
title: Pumas-AI Introduction to Machine Learning and Neural Networks | ||
description: Pumas-AI Introduction to machine learning and neural networks using DeepPumas. | ||
--- | ||
|
||
[![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/) | ||
|
||
Short summary about the workshop. | ||
This workshop provides an introduction to **machine learning and neural networks in DeepPumas**. Through a series of examples and exercises, it showcases the DeepPumas functionality and syntax for machine learning and neural networks, and introduces fundamental concepts and Generalization. | ||
|
||
!!! success "Prerequisites" | ||
|
||
This workshop does PLACEHOLDER and PLACEHOLDER. | ||
We recommend users being familiar with PLACEHOLDER, especially PLACEHOLDER. | ||
|
||
The formal requirements are the PLACEHOLDER WORKSHOP WITH LINK. | ||
The workshop is targeted to users familiar with statistical modeling and pharmacometrics who want to take advantage of DeepPumas to augment their models with machine learning components. Previous experience in machine learning is helpful but not required. We recommend users being familiar with the Pumas ecosystem and workflows, as covered in the [NLME Modeling Workshop](https://pumasai-labs.github.io/NLME-Model/) and its pre-requisites. | ||
|
||
## Schedule | ||
|
||
| Time (HH:MM) | Activity | Description | | ||
| ------------ | -------- | ---------------------------------------- | | ||
| 00:00 | Setup | Download files required for the workshop | | ||
| 00:05 | A simple machine learning model | Work on `1-linear_regression.jl` | | ||
| 00:10 | Capturing complex relationships | Work on `2-complex-relationships.jl` | | ||
| 00:20 | Bias-variance tradeoff | Work on `3-bias-variance_tradeoff.jl` | | ||
| 00:35 | Generalization | Work on `4-generalization.jl` | | ||
| 00:50 | Closing remarks | Q&A and feedback | | ||
|
||
## Get in touch | ||
|
||
|
@@ -27,9 +29,8 @@ please send an email to <[email protected]>. | |
|
||
## Authors | ||
|
||
- Author 1 - <[email protected]> | ||
- Author 2 - <[email protected]> | ||
- Author 3 - <[email protected]> | ||
- Andreu Vall - <[email protected]> | ||
- Niklas Korsbo - <[email protected]> | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters