Archive for the ‘Machine Learning’ Category

Integrating core physics and machine learning for improved parameter prediction in boiling water reactor operations … – Nature.com

Low-fidelity and high-fidelity data

The LF model was made in the US NRC codes, Purdue Advanced Reactor Core Simulator (PARCS)19. This model consists of three different fuel bundles labeled each with varying uranium enrichment and gadolinia concentration. The model includes 560 fuel bundles encircled by reflectors. Along with the radial setup, there are 26 axial planes made up of 24 fuel nodes, plus a node of reflectors at the top and bottom planes.

In this work, the model was made in quarter symmetry to save computational time and further reduce the data complexity20. The symmetry was conducted in the radial direction only. The axial discretization was explicitly modeled from bottom to top of the reactor, from reflector to reflector. This is because BWRs axial variation is not symmetrical axially, so it is required to model it in sufficient detail. Based on this description, the boundary condition was set to be reflective in the west and north of the radial core and vacuum (zero incoming neutron currents) for the other directions.

For developing the ML model, the depletion steps were reduced to 12 steps, from the typical 3040 depletion steps. The PARCS cross-section library was generated using CASMO-4 for fuel lattices and reflectors. The library includes group constants from eight lattice simulations over control rod positions, coolant density, and fuel temperature. Lattices were simulated at 23 kW/g of heavy metal power density to a burnup of 50 GWd/MT of initial heavy metal.

The HF data were collected using Serpent21 Monte Carlo simulations. The model was created to reproduce PARCS solutions on the same core conditions but with higher resolutions and using the state-of-the-art simulation approach. This means no diffusion approximation and continuous energy neutron transport was modeled in detailed geometry structures. Each Serpent calculation was run on 500,000 particles, 500 active cycles, and 100 inactive cycles. The other simulation settings were also optimized for depletion calculations.

The reactor model used in this work is based on cycle 1 of the Edwin Hatch Unit 1 nuclear power plant. The power plant, located near Baxley, Georgia, is a boiling water reactor of the BWR-4 design, developed by General Electric, with a net electrical output of approximately 876 MWe and 2436 MWth of thermal output. Since its commissioning in 1975, Unit 1 has operated with a core design containing uranium dioxide fuel assemblies, utilizing a direct cycle where water boils within the reactor vessel to generate steam that drives turbines.

The specification of cycle 1 of Hatch reactor unit 1 is presented in Table 5. While it is a commercial, large power plant, Hatch 1 is not as large as a typical 1,000 GWe LWR. Some BWR designs also have about 700-800 assemblies. Nevertheless, due to the availability of the core design for this work, it is generally viable to use this model as a test case.

There are 560 fuel bundles the size of a 7(times)7 GE lattice in the Hatch 1 Cycle 1 model. Out of the number of fuel bundles in the cycle 1 core, there are three different types of fuels with varying enrichments and burnable absorbers. Using the procedures in running the Serpent model, high-resolution simulations were obtained as shown in the geometry representation in Fig. 6. In the figure, different colors represent different material definitions in Serpent. Because of how the materials were defined individually, the color scheme shown also varied from pin to pin and assembly to assembly. The individual material definition in the pin level was required to capture the isotopic concentration and instantaneous state variables at different fuel exposures and core conditions.

Geometry representation of the full-size BWR core modeled in Serpent. Images were generated by the Serpent geometry plotter.

There are 2400 data points collected as samples for this work with various combinations of control blade patterns and core flow rates and 12 different burnup steps. These data points are translated from 200 independent cycle runs for both PARCS and Serpent to provide LF and HF simulation data, respectively. The collected data were processed into a single HDF5 file.

The data processing parts are performed through data split procedures and data normalization. The data is separated into different sets, with a training-validation-test ratio of 70:15:15. The training data is used to teach the network, the validation data to tune hyperparameters and prevent overfitting, and the test data to evaluate the models generalization performance on unseen data. From the 2400 data points (200 cycles), the dataset was separated into:

Train Dataset: 140 runs or 1680 data points

Validation Dataset: 30 runs or 360 data points

Test Dataset: 30 runs or 360 data points

The data splitting process was not conducted randomly, but based on the average control blade position in a cycle run. Figure 7 presents the distribution of the average control rod inserted in the reactor. The maximum number of steps is 48 for fully withdrawn blades. In the plot, it can be inferred that the test data have the lowest average CR position (largest insertion), followed by the validation set, and the train data have the highest average CR position (smallest insertion).

Train-validation-test data split based on average control blade position in the BWR core. Image was generated using Python Matplotlib Library.

The CR-based splitting for the dataset has the purpose of demonstrating the generalization of the model on out-of-sample CR position data. On the other hand, random splitting is not preferred for small datasets, like this problem as the ML model tends to overfit (or imitate) the data. The fixed (CR-based) splitting process used here ensures that the model can perform well on data with a different distribution than the training dataset.

After splitting the data, normalization of the data is important for the ML model to ensure data integrity and avoid anomalies. In this context, the data processing employs Min-Max scaling, a common normalization technique, to rescale the features to a range [0, 1]. This is achieved by subtracting the minimum value of each feature and then dividing by the range of that feature. The scaling is conducted to fit the training data using the MinMaxScaler class from the scikit-learn package then apply the same scaling to the validation and testing data.

The target parameters used here are the core eigenvalue (or (k_{textrm eff})) and power distribution. The ML model will provide the correction (via predicted errors) of the target parameters that can be used to obtain the predicted HF parameters of interest. The perturbed variables are the parameters that are varied and govern the data collection process and in ML modeling. In this case, the perturbed variables are summarized in Table 6.

In this work, a neural network architecture, called BWR-ComodoNet (Boiling Water ReactorCorrection Model for Diffusion SolverNetwork) is built which is based on the 3D2D convolutional neural network (CNN) architecture. This means that the spatial data in the input and output are processed according to their actual dimensions, which are 3D and 2D arrays. The scalar data are still processed using standard dense layers of neural networks.

The architecture of the BWR-ComodoNet is presented in Fig. 8. The three input features: core flow rate, control rod pattern, and nodal exposure enter three different channels of the network. The scalar parameter goes directly into the dense layer in the encoding process, while the 2D and 3D parameters enter the 2D and 3D CNN layers, respectively. The encoding processes end in the step where all channels are concatenated into one array and connected to dense layers.

Architecture of BWR-ComodoNet using 3D-2D CNN-based encoder-decoder neural networks. Image was generated using draw.io diagram application.

The decoding process follows the shape of the target data. In this case, the output will be both (k_{textrm eff}) error (scalar) and the 3D nodal power error. Since the quarter symmetry is used in the calculation, the 3D nodal power has the shape of (14,14,26) in the x,y, and z dimensions, respectively. BWR-ComodoNet outputs the predicted errors, so there is an additional post-processing step to add the LF data with the predicted error to obtain the predicted HF data.

The output parameters from the neural network model comprise errors in the effective neutron multiplication factor, (k_{eff}), and the errors in nodal power, which is quantified as:

$$begin{aligned} begin{array}{l} e_{k} = k_H-k_L \ vec {e}_{P} = vec {P}_H-vec {P}_L end{array} end{aligned}$$

(4)

Here, (e_k) denotes the error in (k_{eff}) and (vec {e}_{P}) represents the nodal power error vector. The subscripts H and L indicate high-fidelity and low-fidelity data, respectively. According to the equation, the predicted high-fidelity data can be determined by adding the error predictions from the machine learning model to the low-fidelity solutions22.

Given the predicted errors, (hat{e}_k) and (hat{vec {e}}_{P}), the predicted high-fidelity data, (k_H) and (vec {P}_H) is defined as:

$$begin{aligned} begin{array}{l} k_H = k_L + hat{e}_k = k_L + mathscr {N}_k(varvec{theta }, textbf{x}) \ vec {P}_H = vec {P}_L + hat{vec {e}}_{P} = vec {P}_L + mathscr {N}_P(varvec{theta }, textbf{x}) end{array} end{aligned}$$

(5)

where (mathscr {N}_k(varvec{theta }, textbf{x})) and (mathscr {N}_P(varvec{theta }, textbf{x})) are the neural networks for (k_{eff}) and power with optimized weights (varvec{theta }) and input features (textbf{x}). Although Eq. 5 appears to represent a linear combination of low-fidelity parameters and predicted errors, itis important to note that the neural network responsible for predicting the errors is inherently non-linear. As a result, the predicted error is expected to encapsulate the non-linear discrepancies between the low-fidelity and high-fidelity data.

The machine learning architecture for predicting reactor parameters is constructed using the TensorFlow Python library. The optimization of the model is performed through Bayesian Optimization, a technique that models the objective function, which in this case is to minimize validation loss, using a Gaussian Process (GP). This surrogate model is then used to efficiently optimize the function23. Hyperparameter tuning was conducted over 500 trials to determine the optimal configuration, including the number of layers and nodes, dropout values, and learning rates.

The activation function employed for all layers is the Rectified Linear Unit (ReLU), chosen for its effectiveness in introducing non-linearity without significant computational cost. The output layer utilizes a linear activation function to directly predict the target data.

Regularization is implemented through dropout layers to prevent overfitting and improve model generalizability. Additionally, early stopping is employed with a patience of 96 epochs, based on monitoring validation loss, to halt training if no improvement is observed. A learning rate schedule is also applied, reducing the learning rate by a factor of 0.1 every 100 epochs, starting with an initial rate. The training process is conducted with a maximum of 512 epochs and a batch size of 64, allowing for sufficient iterations to optimize the model while managing computational resources.

It is important to note that the direct ML model mentioned in the results, which directly outputs (k_{eff}) and nodal power, follows a different architecture and is independently optimized with distinct hyperparameters compared to the LF+ML model. This differentiation allows for tailored optimization to suit the specific objectives of each model.

See the original post here:
Integrating core physics and machine learning for improved parameter prediction in boiling water reactor operations ... - Nature.com

Top AI Certification Courses to Enroll in 2024 – Analytics Insight

Artificial intelligence (AI) is one of the most in-demand and rapidly evolving fields in the world, with applications and opportunities across various industries and domains. Whether you are a beginner or an experienced professional, acquiring an AI certification can help you boost your skills, knowledge, and career prospects in this exciting and competitive field.

CareerFoundry is an online portal that provides career-change opportunities in a variety of technology sectors, including UX design, UI design, web programming, and data analytics.

Their AI for Everyone course is a beginner-friendly and project-based course that covers the fundamentals of AI, machine learning, and deep learning.

Coursera is one of the most popular and reputable online learning platforms, offering courses, specializations, and degrees from top universities and organizations around the world. Their AI for Everyone course is a non-technical and introductory course that covers the basics of AI, machine learning, and deep learning.

Google is one of the leading and most innovative companies in the field of AI, machine learning, and deep learning, offering various tools and services to support and advance the development and deployment of AI solutions. Their TensorFlow Developer Certificate is a professional certification that validates your ability to build, train, and deploy machine learning models using TensorFlow, an open-source and widely used machine learning library.

edX is another popular and reputable online learning platform, offering courses, professional certificates, and degrees from top universities and organizations around the world. Their Professional Certificate in Machine Learning and Artificial Intelligence by Microsoft is a comprehensive and intermediate-level program that covers the key concepts and techniques of machine learning and artificial intelligence.

Coursera also offers specializations, which are collections of courses that focus on a specific topic or skill. The Natural Language Processing Specialization by National Research University Higher School of Economics is a specialized and advanced-level program that covers the theory and practice of natural language processing (NLP).

Udacity is another popular and reputable online learning platform, offering nanodegrees, which are project-based and career-oriented programs that focus on a specific topic or skill. Their AI Engineer Nanodegree is a comprehensive and intermediate-level program that covers a wide range of AI topics and techniques, such as computer vision, natural language processing, reinforcement learning, generative AI, and more.

IBM is another leading and innovative company in the field of AI, machine learning, and deep learning, offering various tools and services to support and advance the development and deployment of AI solutions. Their AI Engineering Professional Certificate is a comprehensive and intermediate-level program that covers the fundamentals and applications of machine learning and deep learning, using Python, TensorFlow, Keras, PyTorch, and other tools and frameworks.

Coursera also offers specializations from deeplearning.ai, which is an online education platform founded by Andrew Ng, dedicated to teaching, and promoting deep learning, which is an area of AI that utilizes neural networks to learn from data and produce predictions or choices. Their Deep Learning Specialization is a foundational and intermediate-level program that covers the basics and applications of neural networks and deep learning.

edX also offers MicroMasters programs, which are collections of graduate-level courses that focus on a specific topic or skill. The MicroMasters Program in Artificial Intelligence by Columbia University is an advanced and rigorous program that covers the theory and practice of artificial intelligence, machine learning, and deep learning, using Python, TensorFlow, PyTorch, and other tools and frameworks.

Coursera also offers professional certificates from IBM, which are collections of courses that focus on a specific topic or skill. Their IBM Applied AI Professional Certificate is a beginner-friendly and practical program that covers the basics and applications of artificial intelligence, machine learning, and deep learning.

Join our WhatsApp and Telegram Community to Get Regular Top Tech Updates

Original post:
Top AI Certification Courses to Enroll in 2024 - Analytics Insight

Artificial Intelligence Market towards a USD 2,745 bn by 2032 – Market.us Scoop – Market News

Introduction

Artificial Intelligence (AI) is a transformative technology that aims to mimic human intelligence and perform tasks that typically require human cognitive abilities. It encompasses various subfields, such as machine learning, natural language processing, computer vision, and robotics. AI systems are designed to analyze vast amounts of data, learn from patterns, make predictions, and automate complex processes. The potential applications of AI are vast, ranging from healthcare and finance to transportation and manufacturing.

The global Artificial Intelligence (AI) market is set to reach approximately USD 2,745 billion by 2032, marking a substantial increase from USD 177 billion in 2023, with a steady CAGR of 36.8%.

The AI market has been experiencing rapid growth, driven by advancements in technology, increased data availability, and the need for automation and intelligent decision-making. Organizations across industries are recognizing the value of AI in improving efficiency, enhancing customer experiences, and gaining a competitive edge. The AI market encompasses a wide range of solutions, including AI software platforms, AI-enabled hardware, and AI services.

Challenges:

Predictions:

In conclusion, AI is a transformative technology with immense potential to revolutionize various industries. The AI market is experiencing significant growth, driven by technological advancements and the increasing demand for intelligent automation and decision-making capabilities. Gathering data from reliable sources and staying informed about emerging trends can provide valuable insights into the AI market, enabling organizations to leverage AI effectively and drive innovation in their respective fields.

Excerpt from:
Artificial Intelligence Market towards a USD 2,745 bn by 2032 - Market.us Scoop - Market News

The Top 3 Machine Learning Stocks to Buy in March 2024 – InvestorPlace

Source: NicoElNino / Shutterstock.com

You may be hearing the word AI bubble a lot these days, especially regarding the stock market. Since OpenAI released its artificial-intelligence (AI) chatbot ChatGPT in Nov. 2022, it feels like every company in the world has been getting into the AI business.

Machine learning is a type of AI that allows computers to learn and reproduce how humans learn and use that to replicate their behaviors. As you might imagine, machine learning has the potential to decrease the cost and time of human tasks and eliminate redundant work.

Companies are set to save billions of dollars by integrating machine learning tools and software in their businesses. As investors, not only is it important to look at which companies are successfully using machine learning, but also the companies that are providing these tools to be used. This article will discuss three of the top machine-learning stocks to buy while the AI industry remains red-hot.

Source: Poetra.RH / Shutterstock.com

NVIDIA (NASDAQ:NVDA) is the global leader when it comes to producing GPUs that can power machine-learning computers. The stock has been on a tear over the past year, returning north of 240% to shareholders, while surging up the list of the worlds most valuable companies. Despite such unprecedented growth, Yahoo Finance analysts still remain optimistic for with with a one-year target between an average of $852.10 to a high of $1,400.0.

When it comes to machine-learning GPUs, NVIDIA is second to none in the semiconductor industry. NVIDIA has more demand for its chips than it has supply even at elevated prices, an its customers include some of the most powerful companies in the world.

You might think that a stock that has risen by more than 240% in one year is overinflated. The fact is, that NVIDIAs revenue has grown so fast that its growth has kept pace with its stock valuation. Looking comparatively, NVIDIAs forward P/E ratio of 34.25x is still lower than the likes of Amazon and Tesla. As long as AI and machine learning are being adopted, NVIDIAs stock should continue to reap rewards for investors.

Source: Roschetzky Photography / Shutterstock.com

Tesla (NASDAQ:TSLA) is a company that needs no introduction. It is the largest manufacturer of electric vehicles in the world and single-handedly revolutionized the auto industry. While its stock has lagged behind its other Magnificient 7 counterparts in 2024 due to high-interest rate environments, its consensus one-year price target still aims for a high of $345.00.

So, how does an electric vehicle company operate in the machine-learning industry? Tesla, led by CEO Elon Musk, has long been trying to master self-driving technology. Teslas FSD or full self-driving software has had some roadblocks from regulatory agencies like the NHTSA in America, but Musk remains confident that it will be available to all Tesla users in the future.

Teslas stock still trades at a premium, especially since the company has reported declining operating margins and fairly stagnant revenue growth. The forward P/E ratio of the stock shows that TSLA is trading at about 65x forward earnings, which is nearly double that of NVIDIA. As mentioned, Teslas stock could continue to struggle until interest rates begin to decline. Savvy long-term investors might be taking this period of consolidation as a time to load up on the high-growth stock.

Source: Mamun sheikh K / Shutterstock.com

Palantir (NYSE:PLTR) is a data analytics and software company that has a very polarizing following on social media. At one time, Palantir was looked at as a meme stock, but the company has since proven to be profitable and has exhibited impressive growth.

While the operations of Palantir have always been shrouded in mystery, the company has made clear progress in growing its customer base over the past few years. One of the ways it has done this is by introducing its AIP or Artificial Intelligence Platform. AIP uses machine learning to help large-scale enterprises unluck insights from large sets of data. From this analysis, companies can identify inefficiencies and operate at a higher level.

We did mention Palantirs stock is trading at the high end of analyst estimates, right? Well, although it is a much smaller company, Palantirs valuation currently dwarfs that of both NVIDIA and Tesla. At its current price, Palantirs stock trades at about 25x sales and 79x future earnings. With the potential to be considered for S&P 500 inclusion later this year, and management guiding a FY2024 revenue of around $2.6 billion, Palantir is a worthy company to look into capitalizing off machine learning.

On the date of publication, Ian Hartana and Vayun Chugh did not hold (either directly or indirectly) any positions in the securities mentioned in this article. The opinions expressed in this article are those of the writer, subject to the InvestorPlace.comPublishing Guidelines.

Chandler Capital is the work of Ian Hartana and Vayun Chugh. Ian Hartana and Vayun Chugh are both self-taught investors whose work has been featured in Seeking Alpha. Their research primarily revolves around GARP stocks with a long-term investment perspective encompassing diverse sectors such as technology, energy, and healthcare.

View original post here:
The Top 3 Machine Learning Stocks to Buy in March 2024 - InvestorPlace

Machine learning and the prediction of suicide in psychiatric populations: a systematic review | Translational Psychiatry – Nature.com

Fazel S, Runeson B. Suicide. N. Engl J Med. 2020;382:26674.

Article PubMed PubMed Central Google Scholar

Bachmann S. Epidemiology of suicide and the psychiatric perspective. Int J Environ Res Public Health. 2018. https://doi.org/10.3390/IJERPH15071425.

Sanderson M, Bulloch AG, Wang JL, Williams KG, Williamson T, Patten SB. Predicting death by suicide following an emergency department visit for parasuicide with administrative health care system data and machine learning. EClinicalMedicine. 2020. https://doi.org/10.1016/j.eclinm.2020.100281.

Walsh CG, Ribeiro JD, Franklin JC. Predicting risk of suicide attempts over time through machine learning. Clin Psychol Sci. 2017;5:45769.

Article Google Scholar

Bauer BW, Law KC, Rogers ML, Capron DW, Bryan CJ. Editorial overview: analytic and methodological innovations for suicide-focused research. Suicide Life Threat Behav. 2021;51:57.

Article PubMed Google Scholar

Gradus JL, Rosellini AJ, Horvth-Puh E, Street AE, Galatzer-Levy I, Jiang T, et al. Prediction of sex-specific suicide risk using machine learning and single-Payer Health Care Registry Data from Denmark. JAMA Psychiatry. 2020;77:2534.

Article PubMed Google Scholar

Voros V, Tenyi T, Nagy A, Fekete S, Osvath P. Crisis concept re-loaded?-The recently described suicide-specific syndromes may help to better understand suicidal behavior and assess imminent suicide risk more effectively. Front Psychiatry. 2021. https://doi.org/10.3389/FPSYT.2021.598923.

Galynker I, Yaseen ZS, Cohen A, Benhamou O, Hawes M, Briggs J. Prediction of suicidal behavior in high risk psychiatric patients using an assessment of acute suicidal state: the suicide crisis inventory. Depress Anxiety. 2017;34:14758.

Article PubMed Google Scholar

Franklin JC, Ribeiro JD, Fox KR, Bentley KH, Kleiman EM, Huang X, et al. Risk factors for suicidal thoughts and behaviors: A meta-analysis of 50 years of research. Psychol Bull. 2017;143:187232.

Article PubMed Google Scholar

Beck AT, Steer RA, Kovacs M, Garrison B. Hopelessness and eventual suicide: a 10-year prospective study of patients hospitalized with suicidal ideation. Am J Psychiatry. 1985;142:55963.

Article CAS PubMed Google Scholar

McHugh CM, Large MM. Can machine-learning methods really help predict suicide? Curr Opin Psychiatry. 2020;33:36974.

Article PubMed Google Scholar

Porcelli S, Marsano A, Caletti E, Sala M, Abbiati V, Bellani M, et al. Temperament and character inventory in bipolar disorder versus healthy controls and modulatory effects of 3 key functional gene variants. Neuropsychobiology. 2017;76:20921.

Article CAS PubMed Google Scholar

Grassi M, Perna G, Caldirola D, Schruers K, Duara R, Loewenstein DA. A clinically-translatable machine learning algorithm for the prediction of Alzheimers disease conversion in individuals with mild and premild cognitive impairment. J Alzheimers Dis. 2018;61:155573.

Article Google Scholar

Russak AJ, Chaudhry F, De Freitas JK, Baron G, Chaudhry FF, Bienstock S, et al. Machine learning in cardiology-ensuring clinical impact lives up to the hype. J Cardiovasc Pharm Ther. 2020;25:37990.

Article Google Scholar

Corke M, Mullin K, Angel-Scott H, Xia S, Large M. Meta-analysis of the strength of exploratory suicide prediction models; from clinicians to computers. BJPsych Open. 2021. https://doi.org/10.1192/BJO.2020.162.

Fazel S, OReilly L. Machine learning for suicide research-can it improve risk factor identification? JAMA Psychiatry. 2020;77:1314.

Article PubMed PubMed Central Google Scholar

Boudreaux ED, Rundensteiner E, Liu F, Wang B, Larkin C, Agu E, et al. Applying machine learning approaches to suicide prediction using healthcare data: overview and future directions. Front Psychiatry. 2021. https://doi.org/10.3389/FPSYT.2021.707916.

Jacobson NC, Yom-Tov E, Lekkas D, Heinz M, Liu L, Barr PJ. Impact of online mental health screening tools on help-seeking, care receipt, and suicidal ideation and suicidal intent: evidence from internet search behavior in a large U.S. cohort. J Psychiatr Res. 2022;145:27683.

Article PubMed Google Scholar

Holmstrand C, Bogren M, Mattisson C, Brdvik L. Long-term suicide risk in no, one or more mental disorders: the Lundby Study 19471997. Acta Psychiatr Scand. 2015;132:45969.

Article CAS PubMed PubMed Central Google Scholar

Modai I, Kuperman J, Goldberg I, Goldish M, Mendel S. Suicide risk factors and suicide vulnerability in various major psychiatric disorders. Med Inform Internet Med. 2009;29:6574.

Modai I, Kuperman J, Goldberg I, Goldish M, Mendel S. Fuzzy logic detection of medically serious suicide attempt records in major psychiatric disorders. J Nerv Ment Dis. 2004;192:70810.

Article PubMed Google Scholar

ORourke MC, Siddiqui W. Suicide screening and prevention. StatPearls. 2019. http://www.ncbi.nlm.nih.gov/pubmed/30285348.

McIntyre RS, Berk M, Brietzke E, Goldstein BI, Lpez-Jaramillo C, Kessing LV, et al. Bipolar disorders. Lancet. 2020;396:184156.

Article CAS PubMed Google Scholar

Wiebenga JXM, Dickhoff J, Mrelle SYM, Eikelenboom M, Heering HD, Gilissen R, et al. Prevalence, course, and determinants of suicide ideation and attempts in patients with a depressive and/or anxiety disorder: a review of NESDA findings. J Affect Disord. 2021;283:26777.

Article PubMed Google Scholar

Mitchell SM, Cero I, Littlefield AK, Brown SL. Using categorical data analyses in suicide research: considering clinical utility and practicality. Suicide Life Threat Behav. 2021;51:7687.

Article PubMed PubMed Central Google Scholar

Page MJ, Mckenzie JE, Bossuyt PM, Boutron I, Hoffmann TC, Mulrow CD, et al. The PRISMA 2020 statement: an updated guideline for reporting systematic reviews. BMJ. 2021. https://doi.org/10.1136/bmj.n71.

Collins GS, Reitsma JB, Altman DG, Moons KGM. Transparent reporting of a multivariable prediction model for individual prognosis or diagnosis (TRIPOD): the TRIPOD statement. BMJ. 2015. https://doi.org/10.1136/bmj.g7594.

Tiet QQ, Ilgen MA, Byrnes HF, Moos RH. Suicide attempts among substance use disorder patients: an initial step toward a decision tree for suicide management. Alcohol Clin Exp Res. 2006;30:9981005.

Article PubMed Google Scholar

Jiang T, Rosellini AJ, Horvth-Puh E, Shiner B, Street AE, Lash TL, et al. Using machine learning to predict suicide in the 30 days after discharge from psychiatric hospital in Denmark. Br J Psychiatry. 2021;219:4407.

Parghi N, Chennapragada L, Barzilay S, Newkirk S, Ahmedani B, Lok B, et al. Assessing the predictive ability of the Suicide Crisis Inventory for near-term suicidal behavior using machine learning approaches. Int J Methods Psychiatr Res. 2021. https://doi.org/10.1002/MPR.1863.

McMullen L, Parghi N, Rogers ML, Yao H, Bloch-Elkouby S, Galynker I. The role of suicide ideation in assessing near-term suicide risk: a machine learning approach. Psychiatry Res. 2021. https://doi.org/10.1016/J.PSYCHRES.2021.114118.

Zelkowitz RL, Jiang T, Horvth-Puh E, Street AE, Lash TL, Srensen HT, et al. Predictors of nonfatal suicide attempts within 30 days of discharge from psychiatric hospitalization: sex-specific models developed using population-based registries. J Affect Disord. 2022;306:2608.

Article PubMed PubMed Central Google Scholar

Chen Q, Zhang-James Y, Barnett EJ, Lichtenstein P, Jokinen J, DOnofrio BM, et al. Predicting suicide attempt or suicide death following a visit to psychiatric specialty care: a machine learning study using Swedish national registry data. PLoS Med. 2020. https://doi.org/10.1371/JOURNAL.PMED.1003416.

Tran T, Luo W, Phung D, Harvey R, Berk M, Kennedy RL, et al. Risk stratification using data from electronic medical records better predicts suicide risks than clinician assessments. BMC Psychiatry. 2014. https://doi.org/10.1186/1471-244X-14-76.

Coley RY, Walker RL, Cruz M, Simon GE, Shortreed SM. Clinical risk prediction models and informative cluster size: Assessing the performance of a suicide risk prediction algorithm. Biom J. 2021;63:137588.

Article MathSciNet PubMed PubMed Central Google Scholar

Miranda O, Fan P, Qi X, Yu Z, Ying J, Wang H, et al. DeepBiomarker: identifying important lab tests from electronic medical records for the prediction of suicide-related events among PTSD patients. J Pers Med. 2022;12:524.

Article PubMed PubMed Central Google Scholar

Nock MK, Millner AJ, Ross EL, Kennedy CJ, Al-Suwaidi M, Barak-Corren Y, et al. Prediction of suicide attempts using clinician assessment, patient self-report, and electronic health records. JAMA Netw Open. 2022. https://doi.org/10.1001/JAMANETWORKOPEN.2021.44373.

Edgcomb JB, Thiruvalluru R, Pathak J, Brooks JO. Machine learning to differentiate risk of suicide attempt and self-harm after general medical hospitalization of women with mental illness. Med Care. 2021;59:S58S64.

Article PubMed PubMed Central Google Scholar

Kessler RC, Warner CH, Ivany C, Petukhova MV, Rose S, Bromet EJ, et al. Predicting suicides after psychiatric hospitalization in US army soldiers: the Army study to assess risk and resilience in servicemembers (Army STARRS). JAMA Psychiatry. 2015;72:4957.

Article PubMed PubMed Central Google Scholar

Jordan JT, McNiel DE. Characteristics of a suicide attempt predict who makes another attempt after hospital discharge: a decision-tree investigation. Psychiatry Res. 2018;268:31722.

Article PubMed Google Scholar

Xu Z, Zhang Q, Yip PSF. Predicting post-discharge self-harm incidents using disease comorbidity networks: a retrospective machine learning study. J Affect Disord. 2020;277:4029.

Article PubMed Google Scholar

Niculescu AB, Levey DF, Phalen PL, Le-Niculescu H, Dainton HD, Jain N, et al. Understanding and predicting suicidality using a combined genomic and clinical risk assessment approach. Mol Psychiatry. 2015;20:126685.

Article CAS PubMed PubMed Central Google Scholar

Levey DF, Niculescu EM, Le-Niculescu H, Dainton HL, Phalen PL, Ladd TB, et al. Towards understanding and predicting suicidality in women: biomarkers and clinical risk assessment. Mol Psychiatry. 2016;21:76885.

Article CAS PubMed Google Scholar

Kessler RC, Stein MB, Petukhova MV, Bliese P, Bossarte RM, Bromet EJ, et al. Predicting suicides after outpatient mental health visits in the Army study to assess risk and resilience in servicemembers (Army STARRS). Mol Psychiatry. 2017;22:54451.

Article CAS PubMed Google Scholar

Cook BL, Progovac AM, Chen P, Mullin B, Hou S, Baca-Garcia E. Novel use of natural language processing (NLP) to predict suicidal ideation and psychiatric symptoms in a text-based mental health intervention in Madrid. Comput Math Methods Med. 2016. https://doi.org/10.1155/2016/8708434.

Setoyama D, Kato TA, Hashimoto R, Kunugi H, Hattori K, Hayakawa K, et al. Plasma metabolites predict severity of depression and suicidal ideation in psychiatric patients-a multicenter pilot analysis. PLoS ONE. 2016. https://doi.org/10.1371/journal.pone.0165267.

Chen J, Zhang X, Qu Y, Peng Y, Song Y, Zhuo C, et al. Exploring neurometabolic alterations in bipolar disorder with suicidal ideation based on proton magnetic resonance spectroscopy and machine learning technology. Front Neurosci. 2022. https://doi.org/10.3389/FNINS.2022.944585.

Peis I, Olmos PM, Vera-Varela C, Barrigon ML, Courtet P, Baca-Garcia E, et al. Deep sequential models for suicidal ideation from multiple source data. IEEE J Biomed Heal Inform. 2019;23:228693.

Article Google Scholar

Weng J-C, Lin T-Y, Tsai Y-H, Cheok MT, Chang Y-PE, Chen VC-H. An autoencoder and machine learning model to predict suicidal ideation with brain structural imaging. J Clin Med. 2020;9:658.

Article PubMed PubMed Central Google Scholar

Cusick M, Adekkanattu P, Campion TR, Sholle ET, Myers A, Banerjee S, et al. Using weak supervision and deep learning to classify clinical notes for identification of current suicidal ideation. J Psychiatr Res. 2021;136:95102.

Article PubMed PubMed Central Google Scholar

Ge F, Jiang J, Wang Y, Yuan C, Zhang W. Identifying suicidal ideation among chinese patients with major depressive disorder: evidence from a real-world hospital-based study in China. Neuropsychiatr Dis Treat. 2020;16:66572.

Article PubMed PubMed Central Google Scholar

Tubo-Fungueirio M, Cernadas E, Gonalves F, Segalas C, Bertoln S, Mar-Barrutia L, et al. Viability study of machine learning-based prediction of COVID-19 pandemic impact in obsessive-compulsive disorder patients. Front Neuroinform. 2022. https://doi.org/10.3389/FNINF.2022.807584.

Hong S, Liu YS, Cao B, Cao J, Ai M, Chen J, et al. Identification of suicidality in adolescent major depressive disorder patients using sMRI: a machine learning approach. J Affect Disord. 2021;280:7276.

Article PubMed Google Scholar

Yang J, Palaniyappan L, Xi C, Cheng Y, Fan Z, Chen C, et al. Aberrant integrity of the cortico-limbic-striatal circuit in major depressive disorder with suicidal ideation. J Psychiatr Res. 2022;148:27785.

Article PubMed Google Scholar

Chen S, Zhang X, Lin S, Zhang Y, Xu Z, Li Y, et al. Suicide risk stratification among major depressed patients based on a machine learning approach and whole-brain functional connectivity. J Affect Disord. 2022;322:1739.

Article PubMed Google Scholar

Morales S, Barros J, Echvarri O, Garca F, Osses A, Moya C, et al. Acute mental discomfort associated with suicide behavior in a clinical sample of patients with affective disorders: ascertaining critical variables using artificial intelligence tools. Front Psychiatry. 2017. https://doi.org/10.3389/fpsyt.2017.00007.

Fan P, Guo X, Qi X, Matharu M, Patel R, Sakolsky D, et al. Prediction of suiciderelated events by analyzing electronic medical records from PTSD patients with bipolar disorder. Brain Sci. 2020;10:130.

Article Google Scholar

Shao R, Gao M, Lin C, Huang CM, Liu HL, Toh CH, et al. Multimodal neural evidence on the corticostriatal underpinning of suicidality in late-life depression. Biol Psychiatry Cogn Neurosci Neuroimaging. 2021. https://doi.org/10.1016/J.BPSC.2021.11.011.

Chen VC-H, Wong F-T, Tsai Y-H, Cheok MT, Chang Y-PE, McIntyre RS, et al. Convolutional neural network-based deep learning model for predicting differential suicidality in depressive patients using brain generalized q-sampling imaging. J Clin Psychiatry. 2021. https://doi.org/10.4088/JCP.19M13225.

Xu M, Zhang X, Li Y, Chen S, Zhang Y, Zhou Z, et al. Identification of suicidality in patients with major depressive disorder via dynamic functional network connectivity signatures and machine learning. Transl Psychiatry. 2022. https://doi.org/10.1038/S41398-022-02147-X.

Kumar P, Nestsiarovich A, Nelson SJ, Kerner B, Perkins DJ, Lambert CG. Imputation and characterization of uncoded self-harm in major mental illness using machine learning. J Am Med Inform Assoc. 2020;27:13646.

Article PubMed Google Scholar

Obeid JS, Dahne J, Christensen S, Howard S, Crawford T, Frey LJ, et al. Identifying and predicting intentional self-harm in electronic health record clinical notes: deep learning approach. JMIR Med Informatics. 2020. https://doi.org/10.2196/17784.

See original here:
Machine learning and the prediction of suicide in psychiatric populations: a systematic review | Translational Psychiatry - Nature.com