Message Boards Message Boards

Advancing towards Modeling 2.0 with neural-ODE via Wolfram Language

Posted 2 years ago

SUPPLEMENTARY WOLFRAM MATERIALS for the ARTICLE:

Lu, J., Bender, B., Jin, J.Y. et al. (2021).

Deep learning prediction of patient response time course from early data via neural-pharmacokinetic/pharmacodynamic modelling.

NATURE Machine Intelligence 3, 696–704.

https://doi.org/10.1038/s42256-021-00357-4

Full article PDF

Neural-PK/PD simulation in action
Video
Neural-PK/PD prediction update in action
Video

POSTED BY: James Lu
2 Replies
Posted 2 years ago

Hi, Thanks for the great work. I am following your nb and I have error messages at the following commands. I appreciate your help. I am guessing these are input data.

n = 10;
trainedPK = NetTrain[combinedPKNet,<|"PKPDData" -> Table[trainPKPDData, n],
   "Target" -> Table[inputPKObs, n],"Weight" -> Table[inputWeight, n] ,"InitialState" -> Table[initState, n],"Dose" -> Table[inputDosing, n]|>, LossFunction -> "Loss", ValidationSet -> None, MaxTrainingRounds -> 10,  Method -> {"ADAM", "LearningRate" -> 10^-4,  "GradientClipping" -> 1,  "L2Regularization" -> 0.1} ] 

NetTrain::invindim3: Data provided to port "Dose" should be a non-empty list of n*1 matrices, but was inputDosing.

Sangdon Lee

POSTED BY: Sangdon Lee

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: Moderation Team
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract