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

Add Introduction to ML and NNs with DeepPumas #13

Merged
merged 1 commit into from
Jan 16, 2024
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
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ description: Workshops templates for Pumas-AI PKPD workflows.
| Discrete Modeling | Time to Event | [:material-window-maximize:](https://pumasai-labs.github.io/Time-to-Event/) | [:material-github:](https://github.com/PumasAI-Labs/Time-to-Event) | [:material-eye-outline:](https://pumasai-labs.github.io/Time-to-Event/reference/) | [:material-plus-circle:](https://pumasai-labs.github.io/Time-to-Event/instructors/) |
| Data Wrangling and Visualization | Data I/O and `DataFramesMeta` | [:material-window-maximize:](https://pumasai-labs.github.io/Data-Wrangling/) | [:material-github:](https://github.com/PumasAI-Labs/Data-Wrangling) | [:material-eye-outline:](https://pumasai-labs.github.io/Data-Wrangling/reference/) | [:material-plus-circle:](https://pumasai-labs.github.io/Data-Wrangling/instructors/) |
| Data Wrangling and Visualization | Visualizations with `AlgebraOfGraphics` | [:material-window-maximize:](https://pumasai-labs.github.io/Data-Visualization/) | [:material-github:](https://github.com/PumasAI-Labs/Data-Visualization) | [:material-eye-outline:](https://pumasai-labs.github.io/Data-Visualization/reference/) | [:material-plus-circle:](https://pumasai-labs.github.io/Data-Visualization/instructors/) |
| DeepPumas | Introduction to Machine Learning and Neural Networks | [:material-window-maximize:](https://pumasai-labs.github.io/MachineLearning-and-NeuralNetworks/) | [:material-github:](https://github.com/PumasAI-Labs/MachineLearning-and-NeuralNetworks) | [:material-eye-outline:](https://pumasai-labs.github.io/MachineLearning-and-NeuralNetworks/reference/) | [:material-plus-circle:](https://pumasai-labs.github.io/MachineLearning-and-NeuralNetworks/instructors/) |
<!--

NOTE: all workshops of the following workshops used to be placed below "Covariates, Dose Control Parameters and PKPD Indirect Response models"
Expand All @@ -32,7 +33,6 @@ NOTE: "Time to Event" used to be placed here
| Bayesian | Introduction to the Bayesian Workflow | [:material-window-maximize:](PLACEHOLDER) | [:material-github:](PLACEHOLDER) | [:material-eye-outline:](PLACEHOLDER) | [:material-plus-circle:](PLACEHOLDER) |
| Bayesian | Markov Chain Monte Carlo (MCMC) | [:material-window-maximize:](PLACEHOLDER) | [:material-github:](PLACEHOLDER) | [:material-eye-outline:](PLACEHOLDER) | [:material-plus-circle:](PLACEHOLDER) |
| Bayesian | Model Comparison | [:material-window-maximize:](PLACEHOLDER) | [:material-github:](PLACEHOLDER) | [:material-eye-outline:](PLACEHOLDER) | [:material-plus-circle:](PLACEHOLDER) |
| `DeepPumas` | Introduction to `DeepPumas` | [:material-window-maximize:](PLACEHOLDER) | [:material-github:](PLACEHOLDER) | [:material-eye-outline:](PLACEHOLDER) | [:material-plus-circle:](PLACEHOLDER) |
| Simulation | Simulation and Decision Making using Pumas | [:material-window-maximize:](PLACEHOLDER) | [:material-github:](PLACEHOLDER) | [:material-eye-outline:](PLACEHOLDER) | [:material-plus-circle:](PLACEHOLDER) |
-->

Expand All @@ -54,7 +54,7 @@ graph TB
%% N1 --> B1[Introduction\nto the\nBayesian\nWorkflow];
%% B1 --> B2[Markov Chain\nMonte Carlo];
%% B2 --> B3[Model\nComparison];
%% N1 ----> DP1[Introduction\nto DeepPumas];
N1 ----> DP1[Introduction to \n Machine Learning and \n Neural Networks];
J2 --> DA1[Data I/O\nand DataFramesMeta];
J2 --> DA2[Visualizations\nwith\nAlgebraOfGraphics];
%% N2 & J3 ----> S1[Simulation\nand Decision\nMaking\nusing Pumas];
Expand Down