1 / 14

Paul Jen-Hwa Hua, Chih-Ping Wei, Tsang-Hsiang Cheng, Jian-Xun Chen,

Predicting adequacy of vancomycin regimens: A learning-based classification approach to improving clinical decision making. Paul Jen-Hwa Hua, Chih-Ping Wei, Tsang-Hsiang Cheng, Jian-Xun Chen, Decision Support Systems, 2006. (article in press) . Presenter : Wei-Shen Tai

jmartinez
Download Presentation

Paul Jen-Hwa Hua, Chih-Ping Wei, Tsang-Hsiang Cheng, Jian-Xun Chen,

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Predicting adequacy of vancomycin regimens:A learning-based classification approach to improving clinical decision making Paul Jen-Hwa Hua, Chih-Ping Wei, Tsang-Hsiang Cheng, Jian-Xun Chen, Decision Support Systems, 2006. (article in press) . Presenter : Wei-Shen Tai Advisor : Professor Chung-Chian Hsu 2006/5/10

  2. Outline • Introduction • Data and automated classification techniques • Classification system and evaluation design • Evaluation result and discussion • Conclusion • Comments

  3. Motivation • Clinicians' drug regimen decision making • Of particularly alarming salience are problems surrounding sub- or overtherapeutic doses of high-alert medications. • Managing the clinical use of vancomycin • It is challenging because of its narrow therapeutic index (decision problem) and significant, lasting, adverse effects on patients (derived problem).

  4. Objective • Decision support system • to predict the adequacy of a vancomycin regimen is desirable. • enhance the efficacy of initial regimen estimations by the nomogram and complement the pharmacokinetic analysis.

  5. Classification method • Supervised learning techniques in artificial intelligence. • Decision-tree induction C4.5 and a back propagation neural network • Extend with Bagging.

  6. Bagging • Bootstrap sampling • To generate multiple training data sets from the original overall training data set • create a distinct data set that consists of the same number of training instances as appear in the original data set. • Construct base classifiers • Based on machine learning techniques (e.g., C4.5 or the backpropagation neural network). • This process terminates after reaching a specified number of iterations. • Majority-voting scheme • Integrates all constructed base classifiers when a new (unseen) instance have been classified.

  7. Evaluation and results • Overall accuracy • Significantly higher than that of the benchmark one-compartment pharmacokinetic model. • Bagging • can significantly improve the performance of each system. • Insensitive • fairly insensitive to the size of its training data set. • C4.5 vs. NN • Computation and performance

  8. Vancomycin and its clinical use • Existed problem • Vancomycin consistently has been identified as one of the top three adverse effect-producing pharmaceutical drugs in Taiwan between 1998 and 2003. • General solution • Clinicians often must supplement the nomogram with their experiences and patient condition assessments to adjust the regimen recommendations properly.

  9. Related prior research • Pharmacokinetic model • represents a mathematical scheme is crucial for estimating the elimination (discharge) rate of an administered drug. • In general, an administered drug initially is distributed into a central compartment before diffusing into the peripheral compartment. • Its prediction accuracy of peak and trough concentrations is limited.

  10. Bootstrap – A re-sampling method • Fundamental idea • Compute measures of our inference uncertainty from that estimated sampling distribution of f. • Re-sampling • using some form of re-sampling with replacement from the actual data, x , to generate B bootstrap samples, x* . • Often, the data (sample) consist of n independent units and it then suffices to take a simple random sample of size n. • Goal • From the set of results of sample size B we measure our inference uncertainties from sample to (conceptual) population (see figure). • Caution • The bootstrap can work well for large sample sizes (n), but may not be reliable for small n(say 5, 10 or even 20), regardless of how many bootstrap samples, B, are used.

  11. Case tutorial for Bootstrap • Sample data • Consider a sample of weights of 27 rats (n = 27); the data are • 57 60 52 49 56 46 51 63 49 57 59 54 56 59 57 52 52 61 59 53 59 51 51 56 58 46 53. • The sample mean of these data = 54.6667, standard deviation = 4.5064 with cv = 0.0824. • For illustration, what if we wanted an estimate of the standard error of cv. • Processes • First, we draw a random subsample of size 27 with replacement. Thus, while a weight of 63 appears in the actual sample, perhaps it would not appear in the subsample; or is could appear more than once. • Second, the whole process is repeated B times (where we will let B = 1,000 reps for this example). Thus, we generate 1000 resample data sets (b = 1, 2, 3, ..., 1000) and from each of these we compute the cv and store these values. • Third, we obtain the standard error of the cv by taking the standard deviation of the 1000 cv values (corresponding to the 1000 bootstrap samples). The process is simple. In this case, the standard error is 0.00917.

  12. Experiment design • A DSS based on Weka • an open-source machine learning software. • Analysis items • Rregimen adequacy, 2 output nodes: appropriate and inappropriate. • Peak concentrations, 3 output nodes (i.e., low, on-target, and high) • Trough concentrations, 2 output nodes (i.e., on-target and high).

  13. Conclusions • A solution for the vancomycin usage • A decision support systems based on promising learning-based classification techniques in AI. • Performance improvement • Superior to the benchmark one-compartment pharmacokinetic model in prediction of the adequacy of vancomycin regimens.

  14. Comments • Bagging magic • When the number of sample data set is poor, it can (maybe) improve the accuracy of classification. • Insensitivity test problem • Maybe 40%, 60% and 80% of entire cases own high consistency or bagging magic causes this result also. • Parameter (optimization) finding cost • The iteration time for bagging, optimal number of hidden nodes and adequate parameter tuning for NN. • 80/20 training/testing strategy • Whether it will be better than 10 fold cross validation in the result or not? • It makes the distribution of training sample may be inconsistent with original data set.

More Related