Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2023 Jan 18.
Published in final edited form as: Anesthesiol Clin. 2021 Jul 12;39(3):565–581. doi: 10.1016/j.anclin.2021.03.012

Machine Learning, Deep Learning, and Closed Loop Devices—Anesthesia Delivery

Theodora Wingert a,b,*, Christine Lee c,d, Maxime Cannesson a,b
PMCID: PMC9847584  NIHMSID: NIHMS1862454  PMID: 34392886

BACKGROUND

With the gargantuan volume of data captured during surgeries and procedures, critical care, and pain management, the field of anesthesiology is uniquely suited to the effective application of closed loop technologies, machine learning, and neural networks. In any given aspect of anesthesia practice, be it sedation, the critical care setting, or outpatient pain management, thousands of data points are at the anesthesiologist’s disposal in making decisions. Years of experience help with interpreting these, but no matter what is done to optimize clinical decision making, the human brain is subject to bias, distraction, and fatigue. Computational improvements in the recent past have made development of practical tools to augment human intelligence finally feasible. In the past several years, these areas have expanded immensely in both interest and clinical applications.

Historically, anesthesiologists have been early pioneers of closed loop devices. As early as the 1950s, Bickford1 and others developed an automated delivery of volatile anesthetic based on electroencephalogram (EEG). Subsequent efforts expanded to sophisticated closed loop systems for achieving optimal end-tidal volatile concentration, neuromuscular blockade, and mean arterial pressure.2-4 The classic open loop control system in anesthesiology, target-controlled infusion devices, in which a hypothetical plasma or effect-site concentration is targeted based on estimations from a population model of drug distribution and effect, bourgeoned outside the United States, from an emerging technology in the 1990s to a mature one today.5 Particularly in the United States, however, concerns with regulatory issues, safety, and liability and a lack of convincing demonstration of significant clinical impact on patient outcomes have been significant impasses for both open loop and closed loop devices.6-15

Concomitant to progress with closed loop innovations have been significant advances in computational techniques and technology, which have made machine learning and other modalities within artificial intelligence (AI) markedly more accessible in recent years. Early efforts at clinical applications within anesthesiology were focused primarily on EEG analysis and depth of anesthesia monitoring but since have expanded considerably.16-18 Applications of machine learning and other methods within AI span a vast array of purposes but typically fall into 3 common overall goals19,20:

  1. To analyze large amounts of data in order to search for novel patterns or groups among variables (also known as data mining)

  2. To leverage highly complex data sets, such as medical images, EEG waveforms, or multiple hemodynamic signals, over time

  3. To generate models or algorithms to predict an event or continuous variable, such as degree of sedation, respiratory depression, or response to nociception

This article provides an overview of the basic tenets of closed loop devices, machine learning, and neural networks. This summary is intended for all audiences within anesthesiology and is by no means exhaustive. Particular emphasis is given to the clinical applications for these technologies. Although the authors have taken efforts to provide as much structure as possible in this text, there inevitably is overlap between these modalities.

WHAT ARE CLOSED LOOP SYSTEMS?

Closed loop control devices are fully automated systems in which a sensor(s) provides feedback to an algorithm that determines the action to take in order to achieve a desired target (Fig. 1). In most cases, the sensor(s) measures and provides feedback to the algorithm repeatedly, and the algorithm repeatedly directs corrective actions, thus creating a closed loop. Also known as automated control systems, closed loop systems act to maintain a given variable at a desired set point via 3 key elements: a sensor, a controller, and an actuator.15 The sensor or measurement device senses the target parameter and generates a feedback signal that characterizes the status of the controlled variable. The controller queries the disparity between the feedback signal and the desired set point. Then, through a controlled algorithm, the controller generates an output signal for what corrective event should occur. The actuator then converts that signal to actual physical intervention.

Fig. 1.

Fig. 1.

Basic elements of a closed loop system. A target value range (eg, a mean systolic blood pressure range) is supplied to the controller. These settings then are compared with the output or feedback data (eg, patient blood pressure). The difference between the actual and target values then is processed and action is taken to adjust the input or manipulated variable such that the actual values reach the target range.

The algorithms underlying the closed loop system can be simplistic (eg, if stroke volume variation goes above a certain set threshold, then a bolus is administered) or may utilize AI. In practice, most closed loop systems utilize reinforcement learning, a type of machine learning discussed in more detail later.

Examples of closed loop systems are ubiquitous in daily life—thermostats, clothing dryers, voltage stabilizers, and numerous elements of vehicle navigation, such as cruise control and autopilot systems. In the example of the thermostat, there exists a temperature sensor, a heater or air conditioner, and a unit that allows the user to set a desired temperature; and the heater or air conditioner turns on and off as needed to achieve that temperature based on the measured temperature of the room. These systems have immense potential within medicine. Due to the complexity and variability of inputs, however, not to mention the enormous ramifications of error, the technologies have yet to be rolled out in day-to-day clinical medicine for most practicing anesthesiologists.

WHAT IS ARTIFICIAL INTELLIGENCE?

Just as algorithms underlie closed loop systems, algorithms are at the heart of machine learning and neural networks. The term, algorithm, refers to a systematic procedure or method of solving a problem or accomplishing some end. Put simply, machine learning and neural networks are just methodologies within AI, in which computer systems are created to help perform tasks that normally require human intelligence. With that, some basics of AI are delved into.

Types of Outcomes

One way AI within medicine can be classified is by the types of outcomes that are predicted. Classification involves organizing data into categories or discrete groups. Examples of these are models that aim to predict a binary outcome like mortality after surgery.21 Regression, on the other hand, utilizes modeling to predict continuous variables, such as predicting procedural or recovery times for the purposes of optimizing resource utilization.22,23

Types of Machine Learning Methods

There are several methods that can be used, depending on the type of question and data used. In reading about machine learning algorithms, 3 common methodologies frequently are referred to:

  1. Supervised learning

  2. Unsupervised learning

  3. Reinforcement learning

Supervised learning involves creation of an algorithm that is “trained” to predict a defined entity or outcome. Unsupervised learning, by contrast, does not involve introduction of a priori hypotheses; thus, algorithms then are used to identify patterns, structure, or clusters within a data set. In reinforcement learning, an algorithm is trained to perform an action (eg, deliver an anesthetic to a patient) and to receive feedback and learn from its own errors and successes.

Types of Machine Learning Techniques

Although these descriptive terms help in understanding and assessing AI algorithms, it also is important to delve a bit into the types of techniques commonly used to analyze complex or large data sets. Because supervised learning currently is the most common type of machine learning utilized in medicine, this article describes some of the most common supervised learning machine learning algorithms, including neural networks and bayesian techniques. The techniques described are a small subset of what currently exists, and the choice of a machine learning technique is based on several factors, such as experience, data input, interpretability, and so forth.

One of the most popular types of models applied in medicine is logistic regression. Although it is not considered a complex machine learning technique like neural networks, it is important to understand the distinction in order to understand the potential benefits and pitfalls. Logistic regression is considered to be a more traditional and simpler modeling technique, which contrasts in several ways to some of the more state-of-the art AI models. In logistic regression, the structure is simple, the hypothesized effect of an individual variable is straightforward, and the input variables (or features) do not interact with one other. Other machine learning models, like those described later, can allow for relationships between the features and learning of new features as well as learning between features and outcomes.

Another popular model is the decision tree, which utilizes tree models (akin to a rules-based decision flowchart) with branch-points or nodes to establish a target output based on inputs (Fig. 2). Each node within a decision tree has an assigned value, with the final node representing an outcome as well as the probability of arriving at that outcome based on the preceding decision tree path.24 Random forests then are an extension, in a way, of decision trees (see Fig. 2). Although a decision tree consists of a single sequential decision tree, a random forest model allows for multiple trees, creating an ensemble model. Each individual decision tree incorporates a random subset of features; the individual trees then are combined to generate a final output.

Fig. 2.

Fig. 2.

A simplified decision tree (A) and random forest (B). A single decision tree is simply a series of sequential questions. A random forest consists of a large number of individual decision trees. Each decision tree is trained on, or utilizes, a random subset of features, or bagged data. These individual decision tree outputs then are aggregated to produce a single model.

Bayesian techniques use a known previous probability distribution of an event along with a probability distribution in a given data set.25 This modality allows for both modeling of uncertainty and updating or learning repeatedly as new data are made available.26 Similar to classical supervised decision tree learning, there are several assumptions that underlie any results produced.

Neural networks allow for an exponentially higher degree of connections and logic. In a typical neural network, each network is composed of an input layer of neurons, which are composed of features that describe the data, as well as a hidden layer of neurons that perform mathematical transformations on input features and an output layer that produces an outcome (Fig. 3). Multiple connections between neurons exist and can be weighted differently depending on input-output maps.24

Fig. 3.

Fig. 3.

Basic structure of a neural network. The input layer incorporates features supplied by the user. The hidden layer converts inputs into features useable by the network. The output layer then converts the hidden layer results into an interpretable output.

Developing a Machine Learning Model

When describing the development of a machine learning algorithm, it also is common to see the phrases, training data and test data. The training data are used to train the machine learning algorithm to analyze and learn the associations between the inputs and the output of interest. The test data are used to assess the performance of the trained machine learning algorithm on a set of data it has never seen before. For example, 70% to 80% of a data set can be allotted for training, with the remaining 20% to 30% reserved for testing.24

Prior to training an algorithm, the features to be input into the algorithm need to be decided on. Features can be hand-selected by domain experts or a feature selection algorithm (such as lasso regression or sequential feature selection) can be utilized. The purpose of feature selection is to reduce the number of features, which can be limitless, to the most important ones for the model.

CLINICAL APPLICATIONS OF CLOSED LOOP DEVICES AND ARTIFICIAL INTELLIGENCE

There is mounting evidence that the ability to achieve intraoperative goals has significant effects on long-term outcomes.27 When caring for a patient, an anesthesiologist takes in multiple inputs, analyzes the effects these multitudinous variables may have on each other and the patient, and then makes an intervention to ensure the patient stays within a range of goals. These are done in an operating room almost without thinking—adjusting ventilator settings, anesthetic gas delivery, titrating infusions, and so forth. Due to the multitude of inputs, individual practice variations, potential distractors, coverage models, and a frequently high-stakes milieu, however, there are numerous ways in which automated intelligent devices can assist in providing optimized care.15

There are numerous examples of improved outcomes with reduced interprovider variation and protocol-driven pathways. Kurz and colleagues28 was one of the first randomized clinical trials demonstrating worse outcomes in patients who did not receive extra measures to ensure normothermia intraoperatively. Numerous randomized studies also now show resounding concrete evidence that proactive use of hemodynamic monitoring along with therapies to control hemodynamics significantly reduced mortality and surgical complications.29 And there are numerous studies showing excessive depth of anesthesia associated with mortality and other worse outcomes.27,30-34 Enhanced recovery after surgery pathways, in which multiple aspects of care are targeted for optimization and protocolized, now seemingly are ubiquitous.35

Speaking in general terms, closed loop devices and AI techniques within anesthesiology are enlisted to achieve a few common goals in order to improve patient care:

  1. Keep patients within some kind of physiologic target range.

  2. Reduce variability within an individual patient.

  3. Reduce variability of care given to one patient versus another, that is, encounter variation, provider variation, and institutional variation.

  4. Improve outcomes.

CLOSED LOOP DEVICES IN ANESTHESIOLOGY

Most current applications of closed loop devices in anesthesiology fall into a handful of clinical arenas15:

  1. Anesthetics

  2. Intravenous (IV) fluid

  3. Vasopressors

  4. Mechanical ventilation

  5. Glucose control

Some of the relevant studies in each of these clinical areas are reviewed.

Closed Loop Anesthetic Systems

The application of closed loop devices to anesthetic agents and depth of anesthesia is to many the apogee of anesthesia research and innovation. Closed loop systems in anesthesia first were pioneered in the 1980s and since have progressed much nearer to more widespread application.6,7 These systems have shown immense promise in terms of reduction in clinicians’ workload and improved control of drug delivery.14

There currently are approximately 20 studies in this area. Most have studied adults during the intraoperative period and IV agents (most commonly propofol and remifentanil), and most utilized bispectral index (BIS) as the target variable for anesthetic depth. A range of cases has been studied, including cardiac, general, gynecologic, vascular, thoracic, and spinal surgeries and procedures.8,12,14,36-41 A meta-analysis by Brogi and colleagues15 of 15 studies showed automated systems increased the percentage of time the outcome variable (depth of anesthesia) was maintained in the desired range by 17.4%. A subset of these studies also examined the proportion of time that the controlled variable was above or below the targeted set point, with meta-analysis showing 12.3% more undershooting or overshooting in the manual groups compared with the closed loop groups.8,11,12,14,36,37,39,41-47

The subset of studies isolated to using BIS and total IV anesthesia showed in meta-analyses that the closed loop anesthetic delivery systems were associated with significant lower doses of propofol at induction of anesthesia and significantly shorter recovery time.48

Goal-Directed Fluid Therapy Closed Loop Systems

Although there are several in vivo and in silico studies, currently there have been 2 randomized control trials in humans.49-51 The smaller of the 2 studies examined 46 moderate-risk to high-risk abdominal surgical patients with an arterial catheter-based cardiac output monitoring system with colloid fluid boluses in response to the closed loop control.50 Although no difference was found in this study, the groups were small with notable differences in baseline characteristics. In the larger study, Joosten and colleagues51 studied 104 patients undergoing elective major abdominal surgery. Stroke volume and stroke volume variation were monitored via arterial catheter–based system, and crystalloid or colloid boluses were administered in response to the algorithm.51 Patients in the closed loop group had significantly shorter length of stay compared with historical controls and reduced incidence of both major and minor postoperative complications.

Closed Loop Vasopressor Devices

Closed loop vasopressor devices have immense promise to improve the ability to maintain optimal therapeutic control of hemodynamics. There have been 2 large randomized controlled studies in this area, both undertaken in the setting of cesarean section with spinal anesthesia.52,53 Kee and colleagues52 examined blood pressure and heart rate of 214 patients with a computer-controlled phenylephrine delivery system using both intermittent boluses and continuous infusion. They found blood pressure control to be more precise when computer-controlled phenylephrine was delivered using intermittent boluses rather than continuous infusion. Sng and colleagues53 evaluated 216 patients’ noninvasive blood pressure and utilized computer-controlled phenylephrine for maintenance of blood pressure also during spinal anesthesia for cesarean delivery. In pooled analysis of the 2 studies, the automated systems were found to increase the number of measurements within the target range in comparison to manual control.15

There also are a handful of feasibility studies in this area with major promise. Joosten and colleagues54 demonstrated efficacy in a pig model with an induced hypotension model using nitroglycerine and automated controller–titrated norepinephrine. This study showed efficacy in correcting hypotension to keep the mean arterial pressure within 5 mm Hg of the target for 98% of the time. These same investigators also undertook a feasibility study in 20 human subjects undergoing elective moderate-risk and high-risk surgery.55 They showed that the closed loop vasopressor control system maintained mean arterial pressure within 5 mm Hg of the target for 91.6% of the intraoperative period and effectively minimized hypotension to 2.6% of the intraoperative period.

Closed Loop Mechanical Ventilation

Nine trials have investigated the accuracy of closed loop ventilation systems in comparison with manual control of ventilation.56-63 Mechanical ventilation theoretically should be well suited for the application of closed loop systems; however, there are various inputs and outputs clinicians utilize. Thus, it is not surprising that these studies have a fair degree of heterogeneity within variables utilized as inputs and desired outcomes. Of the current studies, approximately half used oxygen saturation as measured by pulse oximetry as the controlled variable, with an automated fraction of inspired oxygen adjustment. The other studies used tidal volume, respiratory rate, and end-tidal CO2 ranges in order to examine the feasibility of closed loop pressure support ventilation systems to maintain an acceptable ventilation zone.

Subgroup analysis within a recent meta-analysis showed greater maintenance of the controlled variable within the target range in the automated systems versus the control group by approximately 8%.15 The authors expect in the coming years to see additional progress in this area.

Closed Loop Insulin Administration

More than 10 studies have examined closed loop insulin delivery system for glucose control. This area has made massive strides with both programmable home insulin subcutaneous insulin delivery devices and high-fidelity nearly continuous glucometry. This area also in some ways is much more straightforward than mechanical ventilation, owing to the fact that the controlled therapy (insulin) and target (blood glucose level) are both single, agreed-upon entities.

In patients with type 1 diabetes mellitus, a recent meta-analysis of 8 studies using closed loop insulin delivery systems with pump insulin therapy showed that automated systems were associated with a 21.2% greater time with maintenance in the desired range.15 Subgroup analyses within the same meta-analysis, demonstrated that compared with the control group, the automated systems also decreased the over-shoots and undershoots, with the automated systems showing a 6.5% reduction in the percentage of time above or below the target range.15 Meta-analysis of studies in the intensive care setting showed similar benefits; however, these results were not statistically significant.15

MACHINE LEARNING IN ANESTHESIOLOGY

Depth of Anesthesia

Anesthetic depth has become a particularly valuable clinical target, with several recent studies suggesting poorer outcomes associated with low BIS or excessive depth of anesthesia.11,63 A wealth of studies have investigated machine learning and neural networks in the context of depth of anesthesia monitoring.16-18,64,65 Arguably, the increased utilization and prevalence of BIS have seemed to have spurred methodo-logic efforts and sophistication of anesthetic control systems.66

Several studies also have proposed and evaluated alternative AI algorithms for depth of anesthesia versus existing measures, including BIS or the response entropy index. Although BIS is a commonly used modality for measuring depth of anesthesia, by no means is it the only modality available and it is possible that better measures of depth are achievable. Others have utilized auditory evoked potentials and heart rate variability.67,68 Mirsadeghi and colleagues64 utilized a method called locally linear embedding, which maps high-dimensional features into a 2-dimensional output space to input direct features from EEG signals. They showed a 88.4% accuracy compared with 84.2% by BIS of identifying awake versus anesthetized patients. Another study by Shalbaf and colleagues65 applied EEG features within a neural network model to discriminate different states of anesthetic depth and demonstrated 93% accuracy compared with the BIS index’s 87% accuracy.

Another exciting target in depth of anesthesia monitoring is identification and potential prediction of awareness events. One study by Ranta and colleagues68 examined cases of a cohort who had reported intraoperative awareness while under general anesthesia and deployed neural networks using blood pressure, heart rate, and end-tidal carbon dioxide as input features. Although the prediction probability was 66%, the specificity achieved 98%, even with utilization of no EEG features.

Control of Anesthesia

The potential impact of controlled anesthetic delivery systems is vast. Although much emphasis often is placed on depth of anesthesia monitoring in anesthetic control, many forward-thinkers propose systems of complete anesthetic control. A complete system for closed loop control of anesthesia would, in an ideal world, monitor and control hypnosis, nociception, neuromuscular blockade, hemodynamics, ventilation, temperature, and metabolic targets.69

Although many aspects of such a system may not require AI, there are many potential places for useful application of such modalities. Not all closed loop systems require AI at all; for example, closed loop temperature control is unlikely to require AI. These methodologies, however, have been applied to helpful use not only in depth of anesthesia systems, discussed previously, but also in systems for maintaining neuromuscular blockade goal as well as systems for controlling or weaning ventilation.70-75

Event and Risk Prediction

This area is ripe for application of AI modalities and many studies already exist in this area. Models exist for myriad events in the intraoperative, postoperative, and critical care periods. Examples include postinduction hypotension, hypnotic effect of induction dose of propofol, rate of recovery from neuromuscular blockade, American Society of Anesthesiologists (ASA) status, difficult laryngoscopy, identifying respiratory depression during conscious sedation, and assistance in decision making for the optimal method of anesthesia in pediatric surgery.76-84 Critical care studies have used machine learning to predict morbidity, ventilator weaning, clinical deterioration, mortality readmission, and detection of sepsis.85-91

In the arena of perioperative risks, investigators Hill and colleagues92 recently described a random forest model that predicts postoperative in-hospital mortality based solely on automatically obtained preoperative features with an area under the curve of 0.932. This model was found to markedly outperform other predictors of mortality, such as the Preoperative Score to Predict Postoperative Mortality, Charlson Co-morbidity Index, and ASA physical status. Additionally, deep neural networks have been applied to large data sets in order to predict other common markers of poor postoperative outcomes, such as mortality, readmission, acute kidney injury, and reintubation.21,93

Ultrasound Guidance

Studies in ultrasound guidance utilizing AI primarily have utilized neural network techniques. Examples include application of neural networks to distinguish femoral artery versus vein and automated identification of vertebral lamina.94,95 Several studies exist with cardiac echocardiograms as well.96 Even in cases of differentiation that seems easy or no better than expert clinical judgment, such simple discriminating abilities potentially could be vastly important and change how to teach trainees learning new imaging modalities.

Pain Management

AI also has significant potential to improve how we understand and treat pain. Examples include development of a nociception-level index based on machine learning analysis of photoplethysmograms and skin conductance waveforms, prediction of opioid dosing, and identification of patients who may benefit from preoperative consultation with a hospital’s acute pain service.97-99 AI also has been deployed to great success in large data studies with the aim of personalization of medicine.100 This holds potential to optimize drug selection, dosing, and adverse reactions as well as identifying patients at risk for prolonged opioid use and substance use disorders.

Operating Room Logistics

Just as AI has infiltrated business and management, it also has begun to be applied to operating room and hospital logistics. Examples include prediction of the duration of surgical procedures and optimization of bed use.22,101-103 Machine learning models have been applied successfully to estimating the duration of robotic-assisted surgery.22 Surgical robotic units are a costly and limited resource; thus, booking robotic cases more accurately represents an example with significant potential business value.

CHALLENGES AND FUTURE DIRECTIONS OF CLOSED LOOP DEVICES AND ARTIFICIAL INTELLIGENCE

Currently, the field of anesthesiology appears to be on an exciting cusp of practical application of AI and closed loop systems. The strides that have been made in computational techniques and hardware, as well as the formation and availability of rich clinical databases, have laid hugely important groundwork. Many experimental systems have been proposed for closed loop control of anesthesia and practical applications of AI in anesthesiology, and the sophistication and intelligent algorithm design and practicalities are improving at lightning speed. Although none of the experimental closed loop systems is commercially available to clinicians at this time, several systems have undergone substantial study and show significant promise, such as the closed loop anesthesia delivery system and Infusion Toolbox 95. To further push for closed loop innovation, significant engagement with regulatory bodies, control, systems, and software engineering will be necessary in the coming future.

With closed loop systems as well as machine learning and neural networks, the next steps seem to be application and demonstration of clear clinical impact and improvement in outcomes. Although numerous studies have shown impressive ability to analyze and predict clinical attributes and outcomes, convincing demonstrations of improved clinically significant outcomes have yet to be seen. Only after clear clinical impact is demonstrated can the cost and other hurdles required of implementation be justified. With the speed of advancement in the past several years, however, studies with demonstration of direct improvement in clinical outcomes are expected to emerge in the near future.

Anesthesiology as a field is genuinely uniquely suited to reap potential benefits and improvements that AI can offer. Anesthesiologists in the operating room are bombarded with digital data points from monitors and anesthesia machines, from within the electronic medical records, and from anesthesia information management systems. This makes incorporation of all these data points all the more challenging in addition to being subject to bias and fatigue. The beauty of AI methodologies is the algorithms’ ability to eliminate potential biases and engage in self-learning rather than needing to be fed the features decided on by expert opinion.

At the same time, these seemingly endless digitized data sources enable having access to rich databases from which how to care for patients can be learned and improved. Similar to the revolution in computing abilities and technology, a revolution in these technologies within anesthesiology is expected in the coming years.

KEY POINTS.

  • The application of artificial intelligence in anesthesiology with machine learning, neural networks, and closed loop devices has been advancing in frequency, scope, and sophistication.

  • This article summarizes some basic tenets of machine learning (supervised, unsupervised, and reinforcement learning), techniques in artificial intelligence (classical machine learning, neural networks, deep learning, and bayesian methods), and applications of these modalities in clinical anesthesiology.

  • This article reviews some history and background of closed loop devices, basic tenets of design and engineering of these devices, and their clinical applications.

  • Artificial intelligence has the potential to have an impact on the practice of anesthesiology in aspects ranging from perioperative support to critical care delivery to outpatient pain management.

CLINICS CARE POINTS.

  • Given the large amount of data anesthesiologists are required to interpret and prioritize, many closed loop systems and AI modalities have significant potential to reduce unwanted variability in patient care as well as deleterious effects of biases and human error.

  • Closed loop systems can be applied to a variety of clinical aspects of the practice of anesthesiology: administration of anesthetics, IV fluids, and vasopressors as well as mechanical ventilation and glucose control.

  • AI algorithms have been applied to several clinical arenas within anesthesiology: assessment of anesthetic depth, control of anesthesia, prediction of perioperative events and risks, ultrasound guidance, pain management, and operating room logistics.

Conflicts of interest:

M. Cannesson is a consultant for Edwards Lifesciences and Masimo Corp and has funded research from Edwards Lifesciences and Masimo. He also is the founder of Sironis, owns patents, and receives royalties for closed loop hemodynamic management that have been licensed to Edwards Lifesciences. His department receives funding from the National Institutes of Health (NIH) (R01GM117622; R01 NR013012; U54HL119893; 1R01HL144692). C. Lee is an employee of Edwards Lifesciences.

Footnotes

Financial Disclosures: None.

REFERENCES

  • 1.Bickford RG. Automatic electroencephalographic control of general anesthesia. Electroencephalog Clin Neurophysiol 1950;2:93–6. [DOI] [PubMed] [Google Scholar]
  • 2.Zbinden AM, Frei F, Westenskow DR, et al. Control of end-tidal halothane concentration: Part b: Verification in dogs. Br J Anaesth 1986;58(5):563–71. [DOI] [PubMed] [Google Scholar]
  • 3.Brown BH, Perks R, Anthony M, et al. Closed-loop control of muscle relaxation during surgery. Clin Phys Physiol Meas 1980;1(3):203–10. [Google Scholar]
  • 4.Monk CR, Millard RK, Hutton P, et al. Automatic arterial pressure regulation using isoflurane: Comparison with manual control. Br J Anaesth 1989;63(1):22–30. [DOI] [PubMed] [Google Scholar]
  • 5.Absalom AR, Glen JB, Zwart GJC, et al. Target-controlled infusion: a mature technology. Anesth Analg 2016;122(1):70–8. [DOI] [PubMed] [Google Scholar]
  • 6.Schwilden H, Stoeckel H, Schüttler J. Closed-loop feedback control of propofol anaesthesia by quantitative eeg analysis in humans. Br J Anaesth 1989;62(3):290–6. [DOI] [PubMed] [Google Scholar]
  • 7.Schwilden H, Schüttler J, Stoeckel H. Closed-loop feedback control of methohexital anesthesia by quantitative EEG analysis in humans. Anesthesiology 1987;67(3):341–7. [DOI] [PubMed] [Google Scholar]
  • 8.Puri GD, Kumar B, Aveek J. Closed-loop anaesthesia delivery system (CLADS) using bispectral index: A performance assessment study. Anaesth Intensive Care 2007;35(3):357–62. [DOI] [PubMed] [Google Scholar]
  • 9.Kenny GNC, Mantzaridis H. Closed-loop control of propofol anaesthesia. Br J Anaesth 1999;83(2):223–8. [DOI] [PubMed] [Google Scholar]
  • 10.Mortier E, Struys M, De Smet T, et al. Closed-loop controlled administration of propofol using bispectral analysis. Anaesthesia 1998;53(8):749–54. [DOI] [PubMed] [Google Scholar]
  • 11.Liu N, Chazot T, Trillat B, et al. Feasibility of closed-loop titration of propofol guided by the Bispectral Index for general anaesthesia induction: a prospective randomized study. Eur J Anaesthesiol 2006;23(6):465–9. [DOI] [PubMed] [Google Scholar]
  • 12.Hemmerling TM, Arbeid E, Wehbe M, et al. Evaluation of a novel closed-loop total intravenous anaesthesia drug delivery system: A randomized controlled trial. Br J Anaesth 2013;110(6):1031–9. [DOI] [PubMed] [Google Scholar]
  • 13.Hemmerling TM. Automated anesthesia. Curr Opin Anaesthesiol 2009;22(6):757–63. [DOI] [PubMed] [Google Scholar]
  • 14.Dussaussoy C, Peres M, Jaoul V, et al. Automated titration of propofol and remifentanil decreases the anesthesiologist’s workload during vascular or thoracic surgery: A randomized prospective study. J Clin Monit Comput 2014;28(1):35–40. [DOI] [PubMed] [Google Scholar]
  • 15.Brogi E, Cyr S, Kazan R, et al. Clinical performance and safety of closed-loop systems: A systematic review and meta-analysis of randomized controlled trials. Anesth Analg 2017;124(2):446–55. [DOI] [PubMed] [Google Scholar]
  • 16.Veselis RA, Reinsel R, Wronski M. Analytical methods to differentiate similar electroencephalographic spectra: neural network and discriminant analysis. J Clin Monit 1993;9(4):257–67. [DOI] [PubMed] [Google Scholar]
  • 17.Veselis RA, Reinsel R, Sommer S, et al. Use of neural network analysis to classify electroencephalographic patterns against depth of midazolam sedation in intensive care unit patients. J Clin Monit 1991;7(3):259–67. [DOI] [PubMed] [Google Scholar]
  • 18.Ortolani O, Conti A, Di Filippo A, et al. EEG signal processing in anaesthesia. Use of a neural network technique for monitoring depth of anaesthesia. Br J Anaesth 2002;88(5):644–8. [DOI] [PubMed] [Google Scholar]
  • 19.Gambus PL, Jaramillo S. Machine learning in anaesthesia: reactive, proactive… predictive! Br J Anaesth 2019;123(4):401–3. [DOI] [PubMed] [Google Scholar]
  • 20.Connor CW. Artificial Intelligence and Machine Learning in Anesthesiology. Anesthesiology 2019;131(6):1346–59. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Hofer IS, Lee C, Gabel E, et al. Development and validation of a deep neural network model to predict postoperative mortality, acute kidney injury, and reintubation using a single feature set. Npj Digit Med 2020;3(1):1–10. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Zhao B, Waterman RS, Urman RD, et al. A Machine Learning Approach to Predicting Case Duration for Robot-Assisted Surgery. J Med Syst 2019;43(2). 10.1007/s10916-018-1151-y. [DOI] [PubMed] [Google Scholar]
  • 23.Kim WO, Kil HK, Kang JW, et al. Prediction on lengths of stay in the Postanesthesia Care Unit following general anesthesia: Preliminary study of the neural network and logistic regression modelling. J Korean Med Sci 2000;15(1):25–30. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Hashimoto DA, Witkowski E, Gao L, et al. Artificial intelligence in anesthesiology: Current techniques, clinical applications, and limitations. Anesthesiology 2020;(2):379–94. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Bland JM, Altman DG. Bayesians and frequentists. BMJ 1998;317(7166):1151–60. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Ghahramani Z Probabilistic machine learning and artificial intelligence. Nature 2015;521(7553):452–9. [DOI] [PubMed] [Google Scholar]
  • 27.Monk TG, Saini V, Weldon BC, et al. Anesthetic management and one-year mortality after noncardiac surgery. Anesth Analg 2005;100(1):4–10. [DOI] [PubMed] [Google Scholar]
  • 28.Kurz A, Sessler DI, Lenhardt R. Perioperative normothermia to reduce the incidence of surgical-wound infection and shorten hospitalization. Study of Wound Infection and Temperature Group. N Engl J Med 1996;334(19):1209–15. [DOI] [PubMed] [Google Scholar]
  • 29.Hamilton MA, Cecconi M, Rhodes A. A systematic review and meta-analysis on the use of preemptive hemodynamic intervention to improve postoperative outcomes in moderate and high-risk surgical patients. Anesth Analg 2011;112(6):1392–402. [DOI] [PubMed] [Google Scholar]
  • 30.Sessler DI, Sigl JC, Kelley SD, et al. Hospital stay and mortality are increased in patients having a “triple low” of low blood pressure, low bispectral index, and low minimum alveolar concentration of volatile anesthesia. Anesthesiology 2012;116(6):1195–203. [DOI] [PubMed] [Google Scholar]
  • 31.Watson PL, Shintani AK, Tyson R, et al. Presence of electroencephalogram burst suppression in sedated, critically ill patients is associated with increased mortality. Crit Care Med 2008;36(12):3171–7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Leslie K, Myles PS, Forbes A, et al. The effect of bispectral index monitoring on long-term survival in the B-aware trial. Anesth Analg 2010;110(3):816–22. [DOI] [PubMed] [Google Scholar]
  • 33.Lindholm M-L, Träff S, Granath F, et al. Mortality within 2 years after surgery in relation to low intraoperative bispectral index values and preexisting malignant disease. Anesth Analg 2009;108(2):508–12. [DOI] [PubMed] [Google Scholar]
  • 34.Kertai MD, Pal N, Palanca BJA, et al. Association of perioperative risk factors and cumulative duration of low bispectral index with intermediate-term mortality after cardiac surgery in the B-Unaware Trial. Anesthesiology 2010;112(5):1116–27. [DOI] [PubMed] [Google Scholar]
  • 35.Ljungqvist O, Scott M, Fearon KC. Enhanced recovery after surgery a review. JAMA Surg 2017;152(3):292–8. [DOI] [PubMed] [Google Scholar]
  • 36.De Smet T, Struys MMRF, Neckebroek MM, et al. The accuracy and clinical feasibility of a new bayesian-based closed-loop control system for propofol administration using the bispectral index as a controlled variable. Anesth Analg 2008;107(4):1200–10. [DOI] [PubMed] [Google Scholar]
  • 37.Hemmerling TM, Charabati S, Zaouter C, et al. A randomized controlled trial demonstrates that a novel closed-loop propofol system performs better hypnosis control than manual administration. Can J Anaesth 2010;57(8):725–35. [DOI] [PubMed] [Google Scholar]
  • 38.Liu N, Chazot T, Genty A, et al. Titration of propofol for anesthetic induction and maintenance guided by the bispectral index: closed-loop versus manual control: a prospective, randomized, multicenter study. Anesthesiology 2006; 104(4):686–95. [DOI] [PubMed] [Google Scholar]
  • 39.Liu N, Chazot T, Hamada S, et al. Closed-loop coadministration of propofol and remifentanil guided by bispectral index: a randomized multicenter study. Anesth Analg 2011;112(3):546–57. [DOI] [PubMed] [Google Scholar]
  • 40.Liu N, Le Guen M, Benabbes-Lambert F, et al. Feasibility of closed-loop titration of propofol and remifentanil guided by the spectral m-entropy monitor. Anesthesiology 2012;116(2):286–95. [DOI] [PubMed] [Google Scholar]
  • 41.Struys MM, De Smet T, Versichelen LF, et al. Comparison of closed-loop controlled administration of propofol using Bispectral Index as the controlled variable versus “standard practice” controlled administration. Anesthesiology 2001;95(1):6–17. [DOI] [PubMed] [Google Scholar]
  • 42.Le Guen M, Liu N, Bourgeois E, et al. Automated sedation outperforms manual administration of propofol and remifentanil in critically ill patients with deep sedation: a randomized phase II trial. Intensive Care Med 2013;39(3):454–62. [DOI] [PubMed] [Google Scholar]
  • 43.Locher S, Stadler KS, Boehlen T, et al. A new closed-loop control system for isoflurane using bispectral index outperforms manual control. Anesthesiology 2004;101(3):591–602. [DOI] [PubMed] [Google Scholar]
  • 44.Madhavan JS, Puri GD, Mathew PJ. Closed-loop isoflurane administration with bispectral index in open heart surgery: randomized controlled trial with manual control. Acta Anaesthesiol Taiwan 2011;49(4):130–5. [DOI] [PubMed] [Google Scholar]
  • 45.Solanki A, Puri GD, Mathew PJ. Bispectral index-controlled postoperative sedation in cardiac surgery patients: a comparative trial between closed loop and manual administration of propofol. Eur J Anaesthesiol 2010;27(8):708–13. [DOI] [PubMed] [Google Scholar]
  • 46.Biswas I, Mathew PJ, Singh RS, et al. Evaluation of closed-loop anesthesia delivery for propofol anesthesia in pediatric cardiac surgery. Paediatr Anaesth 2013;23(12):1145–52. [DOI] [PubMed] [Google Scholar]
  • 47.Agarwal J, Puri GD, Mathew PJ. Comparison of closed loop vs. manual administration of propofol using the Bispectral index in cardiac surgery. Acta Anaesthesiol Scand 2009;53(3):390–7. [DOI] [PubMed] [Google Scholar]
  • 48.Pasin L, Nardelli P, Pintaudi M, et al. Closed-loop delivery systems versus manually controlled administration of total IV Anesthesia: A meta-analysis of randomized clinical trials. Anesth Analg 2017;124(2):456–64. [DOI] [PubMed] [Google Scholar]
  • 49.Rinehart J, Lee C, Canales C, et al. Closed-loop fluid administration compared to anesthesiologist management for hemodynamic optimization and resuscitation during surgery: An in vivo study. Anesth Analg 2013;117(5):1119–29. [DOI] [PubMed] [Google Scholar]
  • 50.Lilot M, Bellon A, Gueugnon M, et al. Comparison of cardiac output optimization with an automated closed-loop goal-directed fluid therapy versus non standardized manual fluid administration during elective abdominal surgery: first prospective randomized controlled trial. J Clin Monit Comput 2018;32(6):993–1003. [DOI] [PubMed] [Google Scholar]
  • 51.Joosten A, Coeckelenbergh S, Delaporte A, et al. Implementation of closed-loop-assisted intra-operative goal-directed fluid therapy during major abdominal surgery: A case-control study with propensity matching. Eur J Anaesthesiol 2018;35(9):650–8. [DOI] [PubMed] [Google Scholar]
  • 52.Ngan Kee WD, Tam YH, Khaw KS, et al. Closed-loop feedback computer-controlled phenylephrine for maintenance of blood pressure during spinal anesthesia for cesarean delivery: A randomized trial comparing automated boluses versus infusion. Anesth Analg 2017;125(1):117–23. [DOI] [PubMed] [Google Scholar]
  • 53.Sng BL, Tan HS, Sia ATH. Closed-loop double-vasopressor automated system vs manual bolus vasopressor to treat hypotension during spinal anaesthesia for caesarean section: A randomised controlled trial. Anaesthesia 2014;69(1):37–45. [DOI] [PubMed] [Google Scholar]
  • 54.Joosten A, Delaporte A, Alexander B, et al. Automated titration of vasopressor infusion using a closed-loop controller: in vivo feasibility study using a Swine Model. Anesthesiology 2019;130(3):394–403. [DOI] [PubMed] [Google Scholar]
  • 55.Joosten A, Alexander B, Duranteau J, et al. Feasibility of closed-loop titration of norepinephrine infusion in patients undergoing moderate- and high-risk surgery. Br J Anaesth 2019;123(4):430–8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Claure N, Bancalari E, D’Ugard C, et al. Multicenter crossover study of automated control of inspired oxygen in ventilated preterm infants. Pediatrics 2011;127(1):e76–83. [DOI] [PubMed] [Google Scholar]
  • 57.Claure N, Gerhardt T, Everett R, et al. Closed-loop controlled inspired oxygen concentration for mechanically ventilated very low birth weight infants with frequent episodes of hypoxemia. Pediatrics 2001;107(5):1120–4. [DOI] [PubMed] [Google Scholar]
  • 58.Dojat M, Harf A, Touchard D, et al. Clinical evaluation of a computer-controlled pressure support mode. Am J Respir Crit Care Med 2000;161(4 Pt 1):1161–6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Johannigman JA, Branson R, Lecroy D, et al. Autonomous control of inspired oxygen concentration during mechanical ventilation of the critically injured trauma patient. J Trauma 2009;66(2):386–92. [DOI] [PubMed] [Google Scholar]
  • 60.Hallenberger A, Poets CF, Horn W, et al. , CLAC Study Group. Closed-loop automatic oxygen control (CLAC) in preterm infants: a randomized controlled trial. Pediatrics 2014;133(2):e379–85. [DOI] [PubMed] [Google Scholar]
  • 61.Schädler D, Engel C, Elke G, et al. Automatic control of pressure support for ventilator weaning in surgical intensive care patients. Am J Respir Crit Care Med 2012;185(6):637–44. [DOI] [PubMed] [Google Scholar]
  • 62.Urschitz MS, Horn W, Seyfang A, et al. Automatic control of the inspired oxygen fraction in preterm infants: a randomized crossover trial. Am J Respir Crit Care Med 2004;170(10):1095–100. [DOI] [PubMed] [Google Scholar]
  • 63.Lellouche F, Bouchard P-A, Simard S, et al. Evaluation of fully automated ventilation: a randomized controlled study in post-cardiac surgery patients. Intensive Care Med 2013;39(3):463–71. [DOI] [PubMed] [Google Scholar]
  • 64.Mirsadeghi M, Behnam H, Shalbaf R, et al. Characterizing awake and anesthetized states using a dimensionality reduction method. J Med Syst 2016;40(1):13. [DOI] [PubMed] [Google Scholar]
  • 65.Shalbaf A, Saffar M, Sleigh JW, et al. Monitoring the depth of anesthesia using a new adaptive neurofuzzy system. IEEE J Biomed Heal Informatics 2018;22(3):671–7. [DOI] [PubMed] [Google Scholar]
  • 66.Zaouter C, Hemmerling TM, Lanchon R, et al. The feasibility of a completely automated total IV anesthesia drug delivery system for cardiac surgery. Anesth Analg 2016;123(4):885–93. [DOI] [PubMed] [Google Scholar]
  • 67.Nagaraj SB, Biswal S, Boyle EJ, et al. Patient-Specific Classification of ICU sedation levels from heart rate variability. Crit Care Med 2017;45(7):e683–90. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.Ranta SOV, Hynynen M, Räsänen J. Application of artificial neural networks as an indicator of awareness with recall during general anaesthesia. J Clin Monit Comput 2002;17(1):53–60. [DOI] [PubMed] [Google Scholar]
  • 69.Dumont GA, Ansermino JM. Closed-loop control of anesthesia: A primer for anesthesiologists. Anesth Analg 2013;117(5):1130–8. [DOI] [PubMed] [Google Scholar]
  • 70.Shieh JS, Kao MH, Liu CC. Genetic fuzzy modelling and control of bispectral index (BIS) for general intravenous anaesthesia. Med Eng Phys 2006;28(2):134–48. [DOI] [PubMed] [Google Scholar]
  • 71.Motamed C, Devys JM, Debaene B, et al. Influence of real-time Bayesian forecasting of pharmacokinetic parameters on the precision of a rocuronium target-controlled infusion. Eur J Clin Pharmacol 2012;68(7):1025–31. [DOI] [PubMed] [Google Scholar]
  • 72.Martinoni EP, Pfister CA, Stadler KS, et al. Model-based control of mechanical ventilation: Design and clinical validation. Br J Anaesth 2004;92(6):800–7. [DOI] [PubMed] [Google Scholar]
  • 73.Schäublin J, Derighetti M, Feigenwinter P, et al. Fuzzy logic control of mechanical ventilation during anaesthesia. Br J Anaesth 1996;77(5):636–41. [DOI] [PubMed] [Google Scholar]
  • 74.Schädler D, Mersmann S, Frerichs I, et al. A knowledge- and model-based system for automated weaning from mechanical ventilation: technical description and first clinical application. J Clin Monit Comput 2014;28(5):487–98. [DOI] [PubMed] [Google Scholar]
  • 75.Lendl M, Schwarz UH, Romeiser HJ, et al. Nonlinear model-based predictive control of non-depolarizing muscle relaxants using neural networks. J Clin Monit Comput 1999;15(5):271–8. [DOI] [PubMed] [Google Scholar]
  • 76.Hatib F, Jian Z, Buddi S, et al. Machine-learning algorithm to predict hypotension based on high-fidelity arterial pressure waveform analysis. Anesthesiology 2018;129(4):663–74. [DOI] [PubMed] [Google Scholar]
  • 77.Lin C-S, Chiu J-S, Hsieh M-H, et al. Predicting hypotensive episodes during spinal anesthesia with the application of artificial neural networks. Comput Methods Programs Biomed 2008;92(2):193–7. [DOI] [PubMed] [Google Scholar]
  • 78.Lin C-S, Chang C-C, Chiu J-S, et al. Application of an artificial neural network to predict postinduction hypotension during general anesthesia. Med Decis Making 2011;31(2):308–14. [DOI] [PubMed] [Google Scholar]
  • 79.Lin C-S, Li Y-C, Mok MS, et al. Neural network modeling to predict the hypnotic effect of propofol bolus induction. Proc AMIA Symp 2002;450–3. Available at: http://www.ncbi.nlm.nih.gov/pubmed/12463864. [PMC free article] [PubMed] [Google Scholar]
  • 80.Santanen OAP, Svartling N, Haasio J, et al. Neural nets and prediction of the recovery rate from neuromuscular block. Eur J Anaesthesiol 2003;20(2):87–92. [DOI] [PubMed] [Google Scholar]
  • 81.Zhang L, Fabbri D, Lasko TA, et al. A System for Automated Determination of Perioperative Patient Acuity. J Med Syst 2018;42(7):123. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 82.Moustafa MA, El-Metainy S, Mahar K, et al. Defining difficult laryngoscopy findings by using multiple parameters: A machine learning approach. Egypt J Anaesth 2017;33(2):153–8. [Google Scholar]
  • 83.Berkenstadt H, Ben-Menachem E, Herman A, et al. An evaluation of the Integrated Pulmonary Index (IPI) for the detection of respiratory events in sedated patients undergoing colonoscopy. J Clin Monit Comput 2012;26(3):177–81. [DOI] [PubMed] [Google Scholar]
  • 84.Hancerliogullari G, Hancerliogullari KO, Koksalmis E. The use of multi-criteria decision making models in evaluating anesthesia method options in circumcision surgery. BMC Med Inform Decis Mak 2017;17(1):14. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85.Gao L, Smielewski P, Czosnyka M, et al. Cerebrovascular Signal Complexity Six Hours after Intensive Care Unit Admission Correlates with Outcome after Severe Traumatic Brain Injury. J Neurotrauma 2016;33(22):2011–8. [DOI] [PubMed] [Google Scholar]
  • 86.Zappitelli M, Bernier PL, Saczkowski RS, et al. A small post-operative rise in serum creatinine predicts acute kidney injury in children undergoing cardiac surgery. Kidney Int 2009;76(8):885–92. [DOI] [PubMed] [Google Scholar]
  • 87.Bonds BW, Yang S, Hu PF, et al. Predicting secondary insults after severe traumatic brain injury. J Trauma Acute Care Surg 2015;79(1):85–90 [discussion: 90]. [DOI] [PubMed] [Google Scholar]
  • 88.Jalali A, Bender D, Rehman M, et al. Advanced analytics for outcome prediction in intensive care units. Conf Proc Annu Int Conf IEEE Eng Med Biol Soc IEEE Eng Med Biol Soc Annu Conf 2016;2016:2520–4. [DOI] [PubMed] [Google Scholar]
  • 89.Clermont G, Angus DC, DiRusso SM, et al. Predicting hospital mortality for patients in the intensive care unit: a comparison of artificial neural networks with logistic regression models. Crit Care Med 2001;29(2):291–6. [DOI] [PubMed] [Google Scholar]
  • 90.Desautels T, Das R, Calvert J, et al. Prediction of early unplanned intensive care unit readmission in a UK tertiary care hospital: a cross-sectional machine learning approach. BMJ Open 2017;7(9):e017199. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 91.Desautels T, Calvert J, Hoffman J, et al. Prediction of sepsis in the intensive care unit with minimal electronic health record data: a machine learning approach. JMIR Med Informatics 2016;4(3):e28. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 92.Hill BL, Brown R, Gabel E, et al. An automated machine learning-based model predicts postoperative mortality using readily-extractable preoperative electronic health record data. Br J Anaesth 2019;123(6):877–86. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 93.Mišić VV, Gabel E, Hofer I, et al. Machine Learning Prediction of Postoperative Emergency Department Hospital Readmission. Anesthesiology 2020;(5):968–80. [DOI] [PubMed] [Google Scholar]
  • 94.Pesteie M, Lessoway V, Abolmaesumi P, et al. Automatic Localization of the Needle Target for Ultrasound-Guided Epidural Injections. IEEE Trans Med Imaging 2018;37(1):81–92. [DOI] [PubMed] [Google Scholar]
  • 95.Hetherington J, Lessoway V, Gunka V, et al. SLIDE: automatic spine level identification system using a deep convolutional neural network. Int J Comput Assist Radiol Surg 2017;12(7):1189–98. [DOI] [PubMed] [Google Scholar]
  • 96.Ghorbani A, Ouyang D, Abid A, et al. Deep learning interpretation of echocardiograms. Npj Digit Med 2020;3(1):1–10. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 97.Ben-Israel N, Kliger M, Zuckerman G, et al. Monitoring the nociception level: a multi-parameter approach. J Clin Monit Comput 2013;27(6):659–68. [DOI] [PubMed] [Google Scholar]
  • 98.Olesen AE, Grønlund D, Gram M, et al. Prediction of opioid dose in cancer pain patients using genetic profiling: not yet an option with support vector machine learning. BMC Res Notes 2018;11(1):78. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 99.Tighe PJ, Lucas SD, Edwards DA, et al. Use of machine-learning classifiers to predict requests for preoperative acute pain service consultation. Pain Med 2012;13(10):1347–57. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 100.Williams AM, Liu Y, Regner KR, et al. Artificial intelligence, physiological genomics, and precision medicine. Physiol Genomics 2018;50(4):237–43. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 101.Combes C, Meskens N, Rivat C, et al. Using a KDD process to forecast the duration of surgery. Int J Prod Econ 2008;112(1):279–93. [Google Scholar]
  • 102.Devi SP, Rao KS, Sangeetha SS. Prediction of surgery times and scheduling of operation theaters in ophthalmology department. J Med Syst 2012;36(2):415–30. [DOI] [PubMed] [Google Scholar]
  • 103.Houliston BR, Parry DT, Merry AF. TADAA: Towards Automated Detection of Anaesthetic Activity. Methods Inf Med 2011;50(5):464–71. [DOI] [PubMed] [Google Scholar]

RESOURCES