+ All Categories

TS-8360

Date post: 06-Jun-2015
Category:
Upload: zzztimbo
View: 116 times
Download: 0 times
Share this document with a friend
Description:
Using Java™ Technology- Based Neural Networks to Predict Trauma Mortality
Popular Tags:
25
2006 JavaOne SM Conference | Session TS-8360 | Using Java Technology- Based Neural Networks to Predict Trauma Mortality Brian Briggman System Architect Software Consultants Inc. TS-8360 Robert Gatliff M.D. Surgical Resident Memorial Health
Transcript
Page 1: TS-8360

2006 JavaOneSM Conference | Session TS-8360 |

Using Java™ Technology-Based Neural Networks toPredict Trauma Mortality

Brian BriggmanSystem ArchitectSoftware Consultants Inc.

TS-8360

Robert Gatliff M.D.Surgical ResidentMemorial Health

Page 2: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 2

Learn how a real world problem was tackled using Java technology-based neural networks, harnessing the powerof distributed processing using Java technology

What you can expect to gainGoal of This Presentation

Page 3: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 3

Agenda

Research OverviewOverview of the NTDBNTDB CoverageOverview of Neural NetworksJustification for a Java Technology-BasedNeural NetworkSurvey of Java Technology-Based NeuralNetwork ImplementationsCriteria for Selection of the Neural Network

Page 4: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 4

Agenda

Overview of the JOONE FrameworkNeural Network Using JOONE Topology of the Distributed Computing EnvironmentLessons Learned During Developmentand ImplementationFuture Research DirectionsSummaryQ&A

Page 5: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 5

Research Overview

• Prediction of mortality in trauma cases is usually based on the experience of an individual physician

• It is impossible for any single physician to review every actual trauma case and find/conceptualize patterns within the data

• The idea of our research is to apply the power of a distributed neural network to analyze all available trauma data

• Our end goal is to create a tool that can assist physicians with making better decisions

Page 6: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 6

Overview of the NTDB

• The National Trauma Data Bank (NTDB)• Established by the American College of Surgeons• NTDB Contents:

• Over over 1.5 million trauma records• Collected from over 400 trauma centers• Data includes trauma scores, vital statistics, specific injuries

• Purpose is threefold:• Quality assurance• Research• Public policy

• The NTDB maintains full patient and physician confidentiality

http://www.facs.org/trauma/ntdbwhatis.html

Page 7: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 7

NTDB Coverage

http://www.facs.org/trauma/ntdbwhatis.html

Page 8: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 8

Patient Demographics

Page 9: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 9

Trauma Demographics

Page 10: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 10

Neural Network BasicsOverview of Neural Networks• Definition: a computer system that loosely attempts to approximate

the operation of the brain

• A neural network is modeled as layers of neurons connected via synapses as simple processing elements based on statistical functions

• A neural network must go through a training period before if can be effectively used

• Neural network architectures• Single layer networks

• Adaline, Perceptron or Backpropagation

• Multi-layer networks• Multi-layer Perceptron, feed forward back propagation,

hopfield networks, Kohonen Self Organizing Maps (SOM)

Page 11: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 11

(Other than just because it’s Java technology!)

Justification for a JavaTechnology-Based Neural Network

• Need to leverage the power of distributed computing to compute the neural network output and find the optimal network for a given problem

• Java technology is “write once, run anywhere™”• The same neural network will be able to run on basically

any hardware

• Java technology has a wide variety of built-in Networking capabilities• RMI, Java RMP, NIO• Jini™ and JavaSpaces ™ technologies

Page 12: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 12

Survey of Java Technology-Based Neural Networks

• JOONE• http://www.jooneworld.com

• http://www-ra.informatik.uni-tuebingen.de/software/JavaNNS/welcome_e.html

• OpenAI• http://openai.sourceforge.net/

• JMSL Numerical Library for Java Technology-Based Applications• http://www.vni.com/products/imsl/jmsl/jmsl.html

Page 13: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 13

Criteria for Selection of theNeural Network• Open source

• Ability to review the source code• Ability to extend the base implementation as necessary

• Widely used• Potentially better quality software• Groups to talk with and troubleshoot problems with

• Well documented• Easier to get started using the software• Shows maturity of the software

• Distributed networking capabilities• Ideally have the ability to train many networks in parallel

Page 14: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 14

Overview of the JOONE Framework• JOONE is a free neural network framework• Available at: http://www.jooneworld.com• JOONE consists of:

• API to the core engine• GUI editor• Distributed Training Environment

• JOONE is open source• JOONE is widely used• JOONE is well documented• JOONE includes a Distributed Training Environment which

leverages the Jini technology framework

Page 15: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 15

DEMONeural Network Using JOONE

Page 16: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 16

Topology of the Distributed Computing Environment

Page 17: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 17

Lessons Learned DuringDevelopment and Implementation

• Data access • Problem: The amount of time it takes to access

data can be significant with a large sample size• Solution: Don’t try to load all of the data at once, and

use memory mapped data when performance is absolutely critical

Page 18: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 18

Lessons Learned DuringDevelopment and Implementation

• Inability of the neural network to justify its predictions• Problem: The trained network can be used to make a

prediction of the mortality of a case, but due to the nature of the neural network, it cannot justify how it comes to that particular decision

• Solution: Other forms of neural networks are better able to “explain” their reasoning, so we need to investigate other neural network forms

Page 19: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 19

Lessons Learned DuringDevelopment and Implementation

• Missing data• Problem: In our data set, it is fairly common to have

incomplete data regarding a trauma case• Solution: Use the expertise of a statistician to impute

valuesas necessary, but in a manner that doesn’t statistically alterthe results

Page 20: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 20

Lessons Learned DuringDevelopment and Implementation

• Duplicate data• Problem: In our data set, it is possible for two patients

to have the exact same vital statistics and injuries, but ultimately have different outcomes

• Solution: Use the expertise of a statistician to determine what records should be used and which may be omitted without statistically altering the results

Page 21: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 21

Future Research Directions

• Investigate alternate neural network architectures• Bayesian Networks

• Apply our knowledge to other data sources• Hospital-specific databases• Specialized databases• Other forms of medical data where the quantity of

data available overwhelms the ability of a humanto analyze it

Page 22: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 22

Summary

• Research and NTDB overview• Neural networks in Java technology• The JOONE framework• Distributed computing using Jini technology• Lessons and future research directions

Page 23: TS-8360

2006 JavaOneSM Conference | Session TS-8360 | 23

For More Information

• The National Trauma Data Bank (NTDB), http://www.facs.org/trauma/ntdb.html

• The JOONE Framework, http://joone.sourceforge.com

• Jini CommunitySM Website, http://www.jini.org• Fundamentals of Neural Networks,

Laurene Fausett, Prentice-Hall, Inc. 1994• Neural Smithing, Russell Reed and

Robert Marks II, MIT Press, 1999

Page 24: TS-8360

2006 JavaOneSM Conference | Session TS-8360 24

Q&ABrian BriggmanRobert Gatliff M.D.

Page 25: TS-8360

2006 JavaOneSM Conference | Session TS-8360 |

Using Java™ Technology-Based Neural Networks toPredict Trauma Mortality

Brian BriggmanSystem ArchitectSoftware Consultants Inc.

TS-8360

Robert Gatliff M.D.Surgical ResidentMemorial Health


Recommended