Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Computer Sciences (20)
- Mathematics (14)
- Numerical Analysis and Computation (14)
- Statistics and Probability (14)
- Data Science (13)
-
- Artificial Intelligence and Robotics (12)
- Engineering (9)
- Other Applied Mathematics (9)
- Numerical Analysis and Scientific Computing (8)
- Electrical and Computer Engineering (6)
- Applied Statistics (5)
- Other Mathematics (5)
- Medicine and Health Sciences (4)
- Theory and Algorithms (4)
- Partial Differential Equations (3)
- Signal Processing (3)
- Statistical Models (3)
- Systems and Communications (3)
- Analytical, Diagnostic and Therapeutic Techniques and Equipment (2)
- Biostatistics (2)
- Business (2)
- Computer Engineering (2)
- Computer and Systems Architecture (2)
- Controls and Control Theory (2)
- Databases and Information Systems (2)
- Dynamic Systems (2)
- Information Security (2)
- Investigative Techniques (2)
- Institution
-
- Claremont Colleges (7)
- Dartmouth College (2)
- Georgia Southern University (2)
- Michigan Technological University (2)
- Southern Methodist University (2)
-
- Arcadia University (1)
- Binghamton University (1)
- Chapman University (1)
- City University of New York (CUNY) (1)
- Clemson University (1)
- Duquesne University (1)
- East Tennessee State University (1)
- Eastern Kentucky University (1)
- Embry-Riddle Aeronautical University (1)
- Illinois State University (1)
- Louisiana State University (1)
- Louisiana Tech University (1)
- Loyola Marymount University and Loyola Law School (1)
- Missouri University of Science and Technology (1)
- Northern Illinois University (1)
- Portland State University (1)
- San Jose State University (1)
- The College of Wooster (1)
- University at Albany, State University of New York (1)
- University of Kentucky (1)
- University of New Mexico (1)
- University of North Florida (1)
- University of South Carolina (1)
- University of Texas Rio Grande Valley (1)
- University of Texas at El Paso (1)
- Publication Year
- Publication
-
- CMC Senior Theses (3)
- College of Graduate Studies: Theses & Dissertations (2)
- Dartmouth College Ph.D Dissertations (2)
- Dissertations, Master's Theses and Master's Reports (2)
- Electronic Theses and Dissertations (2)
-
- HMC Senior Theses (2)
- SMU Data Science Review (2)
- All Graduate Plan B and other Reports, Spring 1920 to Spring 2023 (1)
- All Theses (1)
- Beyond: Undergraduate Research Journal (1)
- CGU Theses & Dissertations (1)
- CODEE Journal (1)
- Capstone Showcase (1)
- Computational and Data Sciences (PhD) Dissertations (1)
- Dissertations and Theses (1)
- Electronic Theses & Dissertations (2024 - present) (1)
- Honors Capstones (1)
- Honors Thesis (1)
- LSU Doctoral Dissertations (1)
- Library Philosophy and Practice (e-journal) (1)
- Masters Theses (1)
- Mathematics & Statistics ETDs (1)
- Mathematics Senior Capstone Papers (1)
- Northeast Journal of Complex Systems (NEJCS) (1)
- Online Theses and Dissertations (1)
- Open Access Theses & Dissertations (1)
- Publications and Research (1)
- School of Mathematical & Statistical Sciences Faculty Publications (1)
- Senior Independent Study Theses (1)
- Senior Theses (1)
- Publication Type
Articles 1 - 30 of 41
Full-Text Articles in Applied Mathematics
Machine Learning For Modeling In An Elementary Differential Equations Class, Nathan Albin, Andrew G. Bennett, Abhinav Chand
Machine Learning For Modeling In An Elementary Differential Equations Class, Nathan Albin, Andrew G. Bennett, Abhinav Chand
CODEE Journal
Mixing machine learning with modeling is an area of increasing importance. This paper presents a lesson where students model a spring-mass system both using traditional analysis with linear damping and using machine learning to learn the damping from real data. The machine learning is implemented in a Jupyter notebook hosted on Google Colab, allowing students to train the neural network without requiring the students to carry out coding. Students get experience with how machine learning can fail, how it can work, and the time and data requirements for machine learning to succeed, and are asked to apply this knowledge to …
Machine Learning For Handwritten Character Recognition, Hannah Freitag
Machine Learning For Handwritten Character Recognition, Hannah Freitag
Honors Capstones
Handwritten character recognition remains a challenging problem in machine learning due to the high variability of handwriting across individuals and the visual similarity between certain character classes. This project explores whether Singular Value Decomposition (SVD)-based dimensionality reduction can serve as an effective preprocessing step for a fully connected neural network trained on the EMNIST Balanced dataset, a 47-class benchmark of handwritten digits and letters. By projecting 784- dimensional pixel inputs onto the top 70 principal components, approximately 90% of the total variance is preserved while reducing input dimensionality by 91%. The resulting SVD-based model achieves approximately 94% test accuracy, outperforming …
Performance Of Numerical Methods Applied To The Black–Scholes Model, Scott Cameron Williams
Performance Of Numerical Methods Applied To The Black–Scholes Model, Scott Cameron Williams
UNF Graduate Theses and Dissertations
We compare five numerical approaches for approximating solutions to the Black–Scholes partial differential equation for pricing European call options: FTCS, BTCS, Crank– Nicolson, Monte Carlo simulation, and a physics–informed neural network (PINN). These methods span finite difference techniques, probabilistic simulation, and machine learning. Performance is evaluated based on computational efficiency and accuracy relative to the analytical Black–Scholes solution.
Among the methods, Crank–Nicolson and the PINN demonstrated the strongest overall performance. Crank–Nicolson achieved the highest accuracy but exhibited increased runtime as the number of underlying stock price grid points grew. In contrast, the PINN produced slightly less accurate results but with …
Comparing Machine Learning, Deep Learning, And Reinforcement Learning Performance In Culex Pipiens Predictive Modeling, Wei Yin, Sanad H. Ragab, Michael G. Tyshenko, Teresa Patricia Feria-Arroyo, Tamer Oraby
Comparing Machine Learning, Deep Learning, And Reinforcement Learning Performance In Culex Pipiens Predictive Modeling, Wei Yin, Sanad H. Ragab, Michael G. Tyshenko, Teresa Patricia Feria-Arroyo, Tamer Oraby
School of Mathematical & Statistical Sciences Faculty Publications
Several machine learning (ML) and deep learning (DL) methods have been used to predict the presence of species in classification problems. Another set of methods, called reinforcement learning (RL), has been used in training agents to perform various tasks, but not in predicting species distribution. Culex pipiens (Diptera: Culicidae), commonly known as the common house mosquito, is a globally distributed species prevalent in temperate and subtropical regions. They serve as a primary vector for West Nile Virus (WNV), a mosquito-borne pathogen that affects humans and other animals. The study objective is to compare the performance of logistic regression, random forest …
Property Testing Ai: An Efficient Frontier, Paul Sopher Lintilhac
Property Testing Ai: An Efficient Frontier, Paul Sopher Lintilhac
Dartmouth College Ph.D Dissertations
In this dissertation, we take a step towards addressing the major problem of a lack of standardized and rigorous approaches to testing and evaluation of AI systems. Taking inspiration from both the fields of Property Testing and Property Based Testing (for programs), we develop a novel taxonomy of partially overlapping classes of properties of AI systems, including simple properties, compound properties, higher order properties, data relation properties, and architecture-utility properties. We argue that this taxonomy categorizes a diverse set of AI traits -- including accuracy, fairness, robustness, monotonicity, point-wise and global privacy properties, sensitivity, and more -- according to the …
Weak Formulation For Solving Inverse Problems In Reproducing Kernel Hilbert Spaces (With Applications To Learning Dynamical Systems), Victor William Rielly
Weak Formulation For Solving Inverse Problems In Reproducing Kernel Hilbert Spaces (With Applications To Learning Dynamical Systems), Victor William Rielly
Dissertations and Theses
We combine numerical and machine learning techniques to present a general framework for solving inverse problems using vector valued reproducing kernel Hilbert spaces in a variational formulation. We present this framework in two papers. In the first paper, we present an original state-of-the-art method derived in the context of our general framework for learning dynamical systems. In the second paper, we generalize the method from our first paper to arrive at the framework for solving inverse problems. Then we apply our general framework to the task of learning dynamical systems. In both papers we consider numerous applications of our methods …
Car Price Prediction Using Machine Learning: Analyzing The Dvm-Car Dataset, Yaman Abu Ghareebaih
Car Price Prediction Using Machine Learning: Analyzing The Dvm-Car Dataset, Yaman Abu Ghareebaih
Electronic Theses and Dissertations
The objective of this study is to predict car prices using machine learning models and the DVM-CAR dataset, which includes over 1.4 million images and car specifi- cations from 899 car models. Key factors such as mileage, engine power, and year of registration were analyzed for their correlation with car prices. Extensive data cleaning was performed, including filling missing values, identifying outliers, and normalizing numerical variables. Discrete variables like car make and body type were encoded using one-hot encoding. Linear relationships were analyzed with Multiple Logistic Regression, and Random Forest models were used for nonlinear patterns. Model performance was evaluated …
A Novel Preprocessing Model For Multi Modal Brain Mri Image Classification For Stroke Prognosis, Alwin Joseph, Chandra J
A Novel Preprocessing Model For Multi Modal Brain Mri Image Classification For Stroke Prognosis, Alwin Joseph, Chandra J
Northeast Journal of Complex Systems (NEJCS)
Magnetic Resonance Imaging (MRI) is an imaging technique used for the diagnosis and observing the progression in various neurological disorders. Stroke is one of the prominent neurological disorders that creates significant impacts in the patients. It occurs when the blood supply to part of the brain is interrupted or reduced, preventing brain tissues from getting oxygen and nutrients. Multimodal data from various modalities help clinicians in proper prognosis of stroke. Ischemic Stroke Lesion Segmentation Challenge (ISLES22) provides data of stroke data for various stroke patients, the dataset consists of three modalities of data – Fluid Attenuated Inversion Recovery (FLAIR), Apparent …
Methods, Analyses, And Applications Of Multilayer Temporal Link Prediction In Networks, Xie He
Methods, Analyses, And Applications Of Multilayer Temporal Link Prediction In Networks, Xie He
Dartmouth College Ph.D Dissertations
Many applications stem from the possibility of accurately predicting links in various types of networks. In this thesis, we present methods, analyses, and applications for static, temporal, and multilayer networks. The first part of this thesis demonstrates how static network features serve as efficient and accurate predictors for link prediction in temporal networks. It includes an ensemble learning method we developed and presents experimental results on 90 synthetic stochastic block models and 19 real-world datasets. The second part closely follows, showcasing 20 different sampling methods and their effects on nine different link prediction algorithms for 250 real-world networks across 6 …
Sparse Representation Learning For Temporal Networks, Maxwell Mcneil
Sparse Representation Learning For Temporal Networks, Maxwell Mcneil
Electronic Theses & Dissertations (2024 - present)
Temporal networks arise in many domains including activity of social network users, sensor network readings over time, and time course gene expression within the interaction network of a model organism. Data of this type contains a wealth of prior information such as the connectivity among nodes (e.g., a friendship graph), and prior knowledge of expected temporal patterns (e.g., periodicity). Modeling these temporal and network patterns jointly is essential for state-of-the-art performance in temporal network data analysis and mining. Sparse dictionary encoding is one modeling approach for such underlying patterns. However, most classical approaches consider only one dimension of the data …
Data Driven And Machine Learning Based Modeling And Predictive Control Of Combustion At Reactivity Controlled Compression Ignition Engines, Behrouz Khoshbakht Irdmousa
Data Driven And Machine Learning Based Modeling And Predictive Control Of Combustion At Reactivity Controlled Compression Ignition Engines, Behrouz Khoshbakht Irdmousa
Dissertations, Master's Theses and Master's Reports
Reactivity Controlled Compression Ignition (RCCI) engines operates has capacity to provide higher thermal efficiency, lower particular matter (PM), and lower oxides of nitrogen (NOx) emissions compared to conventional diesel combustion (CDC) operation. Achieving these benefits is difficult since real-time optimal control of RCCI engines is challenging during transient operation. To overcome these challenges, data-driven machine learning based control-oriented models are developed in this study. These models are developed based on Linear Parameter-Varying (LPV) modeling approach and input-output based Kernelized Canonical Correlation Analysis (KCCA) approach. The developed dynamic models are used to predict combustion timing (CA50), indicated mean effective pressure (IMEP), …
Chatgpt As Metamorphosis Designer For The Future Of Artificial Intelligence (Ai): A Conceptual Investigation, Amarjit Kumar Singh (Library Assistant), Dr. Pankaj Mathur (Deputy Librarian)
Chatgpt As Metamorphosis Designer For The Future Of Artificial Intelligence (Ai): A Conceptual Investigation, Amarjit Kumar Singh (Library Assistant), Dr. Pankaj Mathur (Deputy Librarian)
Library Philosophy and Practice (e-journal)
Abstract
Purpose: The purpose of this research paper is to explore ChatGPT’s potential as an innovative designer tool for the future development of artificial intelligence. Specifically, this conceptual investigation aims to analyze ChatGPT’s capabilities as a tool for designing and developing near about human intelligent systems for futuristic used and developed in the field of Artificial Intelligence (AI). Also with the helps of this paper, researchers are analyzed the strengths and weaknesses of ChatGPT as a tool, and identify possible areas for improvement in its development and implementation. This investigation focused on the various features and functions of ChatGPT that …
Classification Of Pixel Tracks To Improve Track Reconstruction From Proton-Proton Collisions, Kebur Fantahun, Jobin Joseph, Halle Purdom, Nibhrat Lohia
Classification Of Pixel Tracks To Improve Track Reconstruction From Proton-Proton Collisions, Kebur Fantahun, Jobin Joseph, Halle Purdom, Nibhrat Lohia
SMU Data Science Review
In this paper, machine learning techniques are used to reconstruct particle collision pathways. CERN (Conseil européen pour la recherche nucléaire) uses a massive underground particle collider, called the Large Hadron Collider or LHC, to produce particle collisions at extremely high speeds. There are several layers of detectors in the collider that track the pathways of particles as they collide. The data produced from collisions contains an extraneous amount of background noise, i.e., decays from known particle collisions produce fake signal. Particularly, in the first layer of the detector, the pixel tracker, there is an overwhelming amount of background noise that …
Mathematical Models Yield Insights Into Cnns: Applications In Natural Image Restoration And Population Genetics, Ryan Cecil
Electronic Theses and Dissertations
Due to a rise in computational power, machine learning (ML) methods have become the state-of-the-art in a variety of fields. Known to be black-box approaches, however, these methods are oftentimes not well understood. In this work, we utilize our understanding of model-based approaches to derive insights into Convolutional Neural Networks (CNNs). In the field of Natural Image Restoration, we focus on the image denoising problem. Recent work have demonstrated the potential of mathematically motivated CNN architectures that learn both `geometric' and nonlinear higher order features and corresponding regularizers. We extend this work by showing that not only can geometric features …
Computational Models To Detect Radiation In Urban Environments: An Application Of Signal Processing Techniques And Neural Networks To Radiation Data Analysis, Jose Nicolas Gachancipa
Computational Models To Detect Radiation In Urban Environments: An Application Of Signal Processing Techniques And Neural Networks To Radiation Data Analysis, Jose Nicolas Gachancipa
Beyond: Undergraduate Research Journal
Radioactive sources, such as uranium-235, are nuclides that emit ionizing radiation, and which can be used to build nuclear weapons. In public areas, the presence of a radioactive nuclide can present a risk to the population, and therefore, it is imperative that threats are identified by radiological search and response teams in a timely and effective manner. In urban environments, such as densely populated cities, radioactive sources may be more difficult to detect, since background radiation produced by surrounding objects and structures (e.g., buildings, cars) can hinder the effective detection of unnatural radioactive material. This article presents a computational model …
Analyzing Suicidal Text Using Natural Language Processing, Cassandra Barton
Analyzing Suicidal Text Using Natural Language Processing, Cassandra Barton
All Graduate Plan B and other Reports, Spring 1920 to Spring 2023
Using Natural Language Processing (NLP), we are able to analyze text from suicidal individuals. This can be done using a variety of methods. I analyzed a dataset of a girl named Victoria that died by suicide. I used a machine learning method to train a different dataset and tested it on her diary entries to classify her text into two categories: suicidal vs non-suicidal. I used topic modeling to find out unique topics in each subset. I also found a pattern in her diary entries. NLP allows us to help individuals that are suicidal and their family members and close …
Quadratic Neural Network Architecture As Evaluated Relative To Conventional Neural Network Architecture, Reid Taylor
Quadratic Neural Network Architecture As Evaluated Relative To Conventional Neural Network Architecture, Reid Taylor
Senior Theses
Current work in the field of deep learning and neural networks revolves around several variations of the same mathematical model for associative learning. These variations, while significant and exceptionally applicable in the real world, fail to push the limits of modern computational prowess. This research does just that: by leveraging high order tensors in place of 2nd order tensors, quadratic neural networks can be developed and can allow for substantially more complex machine learning models which allow for self-interactions of collected and analyzed data. This research shows the theorization and development of mathematical model necessary for such an idea to …
Reinforcement Learning: Low Discrepancy Action Selection For Continuous States And Actions, Jedidiah Lindborg
Reinforcement Learning: Low Discrepancy Action Selection For Continuous States And Actions, Jedidiah Lindborg
College of Graduate Studies: Theses & Dissertations
In reinforcement learning the process of selecting an action during the exploration or exploitation stage is difficult to optimize. The purpose of this thesis is to create an action selection process for an agent by employing a low discrepancy action selection (LDAS) method. This should allow the agent to quickly determine the utility of its actions by prioritizing actions that are dissimilar to ones that it has already picked. In this way the learning process should be faster for the agent and result in more optimal policies.
Optimal Analytical Methods For High Accuracy Cardiac Disease Classification And Treatment Based On Ecg Data, Jianwei Zheng
Optimal Analytical Methods For High Accuracy Cardiac Disease Classification And Treatment Based On Ecg Data, Jianwei Zheng
Computational and Data Sciences (PhD) Dissertations
This work constitutes six projects. In the first project, a newly inaugurated research database for 12-lead electrocardiogram signals was created under the auspices of Chapman University and Shaoxing People's Hospital (Shaoxing Hospital Zhejiang University School of Medicine). This database aims to enable the scientific community in conducting new studies on arrhythmia and other cardiovascular conditions. In the second project, we created a new 12-lead ECG database under the auspices of Chapman University and Ningbo First Hospital of Zhejiang University that aims to provide high quality data enabling detection of the distinctions between idiopathic ventricular arrhythmia from right ventricular outflow tract …
Measuring Machine Learning Model Uncertainty With Applications To Aerial Segmentation, Kevin James Cotton
Measuring Machine Learning Model Uncertainty With Applications To Aerial Segmentation, Kevin James Cotton
CGU Theses & Dissertations
Machine learning model performance on both validation data and new data can be better measured and understood by leveraging uncertainty metrics at the time of prediction. These metrics can improve the model training process by indicating which training data need to be corrected and what part of the domain needs further annotation. The methods described have yet to reach mainstream adoption, and show great potential. Here, we survey the field of uncertainty metrics and provide a robust framework for its application to aerial segmentation. Uncertainty is divided into two types: aleatoric and epistemic. Aleatoric uncertainty arises from variations in training …
Cover Song Identification - A Novel Stem-Based Approach To Improve Song-To-Song Similarity Measurements, Lavonnia Newman, Dhyan Shah, Chandler Vaughn, Faizan Javed
Cover Song Identification - A Novel Stem-Based Approach To Improve Song-To-Song Similarity Measurements, Lavonnia Newman, Dhyan Shah, Chandler Vaughn, Faizan Javed
SMU Data Science Review
Music is incorporated into our daily lives whether intentional or unintentional. It evokes responses and behavior so much so there is an entire study dedicated to the psychology of music. Music creates the mood for dancing, exercising, creative thought or even relaxation. It is a powerful tool that can be used in various venues and through advertisements to influence and guide human reactions. Music is also often "borrowed" in the industry today. The practices of sampling and remixing music in the digital age have made cover song identification an active area of research. While most of this research is focused …
An Improved Method For Spectroscopic Quality Classification, Elizabeth G. Mayer
An Improved Method For Spectroscopic Quality Classification, Elizabeth G. Mayer
Mathematics & Statistics ETDs
Spectral quality classification is a vital step in data cleaning before the
analysis of magnetic resonance spectroscopy (MRS) data can be done. This
analysis compares five methods of quality classification; three of these are
legacy methods, Maudsley et al. (2006), Zhang et al. (2018), and
Bustillo et al. (2020), and two newly created methods that used a random forests
classifier (RFC) to inform their classifications. We found that the random forest
classifier was the most accurate at predicting spectra quality (balanced
accuracy for RF of 88% vs legacy of 70%, 72%, or 72%). A
Random-Forests-Informed Filtering method (RFIFM) for quality …
A Study Of The Efficacy Of Machine Learning For Diagnosing Obstructive Coronary Artery Disease In Non-Diabetic Patients, Demond Larae Handley
A Study Of The Efficacy Of Machine Learning For Diagnosing Obstructive Coronary Artery Disease In Non-Diabetic Patients, Demond Larae Handley
Theses and Dissertations
According to the Centers for Disease Control and Prevention, about 18.2 million adults age 20 and older have Coronary Artery Disease in the United States. Early diagnosis is therefore of crucial importance to help prevent debilitating consequences, and principally death for many patients. In this study we use data containing gene expression values from peripheral blood samples in 198 non-diabetic patients, with the goal of developing an age and sex gene expression model for diagnosis of Coronary Artery Disease. We employ machine learning methods to obtain a classification based on genetic information, age and sex. Our implementation uses feed forward …
Sensor Data Analysis In Smart Buildings, Manuel A. Mane Penton
Sensor Data Analysis In Smart Buildings, Manuel A. Mane Penton
Publications and Research
Data analysis and Machine Learning are destined to evolve the current technology infrastructure by solving technology and economy demands present mainly in developed cities like New York. This research proposes a machine learning (ML) based solution to alleviate one of the main issues that big buildings such as CUNY campuses have, that is the waste of energy resources. The analysis of data coming from the readings of different deployed sensors such as CO2, humidity and temperature can be used to estimate occupancy in a specific room and building in general. The outcome of this research established a relationship between the …
Orthogonal Recurrent Neural Networks And Batch Normalization In Deep Neural Networks, Kyle Eric Helfrich
Orthogonal Recurrent Neural Networks And Batch Normalization In Deep Neural Networks, Kyle Eric Helfrich
Theses and Dissertations--Mathematics
Despite the recent success of various machine learning techniques, there are still numerous obstacles that must be overcome. One obstacle is known as the vanishing/exploding gradient problem. This problem refers to gradients that either become zero or unbounded. This is a well known problem that commonly occurs in Recurrent Neural Networks (RNNs). In this work we describe how this problem can be mitigated, establish three different architectures that are designed to avoid this issue, and derive update schemes for each architecture. Another portion of this work focuses on the often used technique of batch normalization. Although found to be successful …
How Machine Learning And Probability Concepts Can Improve Nba Player Evaluation, Harrison Miller
How Machine Learning And Probability Concepts Can Improve Nba Player Evaluation, Harrison Miller
CMC Senior Theses
In this paper I will be breaking down a scholarly article, written by Sameer K. Deshpande and Shane T. Jensen, that proposed a new method to evaluate NBA players. The NBA is the highest level professional basketball league in America and stands for the National Basketball Association. They proposed to build a model that would result in how NBA players impact their teams chances of winning a game, using machine learning and probability concepts. I preface that by diving into these concepts and their mathematical backgrounds. These concepts include building a linear model using ordinary least squares method, the bias …
Artificial Neural Network Models For Pattern Discovery From Ecg Time Series, Mehakpreet Kaur
Artificial Neural Network Models For Pattern Discovery From Ecg Time Series, Mehakpreet Kaur
College of Graduate Studies: Theses & Dissertations
Artificial Neural Network (ANN) models have recently become de facto models for deep learning with a wide range of applications spanning from scientific fields such as computer vision, physics, biology, medicine to social life (suggesting preferred movies, shopping lists, etc.). Due to advancements in computer technology and the increased practice of Artificial Intelligence (AI) in medicine and biological research, ANNs have been extensively applied not only to provide quick information about diseases, but also to make diagnostics accurate and cost-effective. We propose an ANN-based model to analyze a patient's electrocardiogram (ECG) data and produce accurate diagnostics regarding possible heart diseases …
The Application Of Machine Learning Models In The Concussion Diagnosis Process, Sujit Subhash
The Application Of Machine Learning Models In The Concussion Diagnosis Process, Sujit Subhash
Masters Theses
“Concussions represent a growing health concern and are challenging to diagnose and manage. Roughly four million concussions are diagnosed every year in the United States. Although research into the application of advanced metrics such as neuroimages and blood biomarkers has shown promise, they are yet to be implemented at a clinical level due to cost and reliability concerns. Therefore, concussion diagnosis is still reliant on clinical evaluations of symptoms, balance, and neurocognitive status and function. The lack of a universal threshold on these assessments makes the diagnosis process entirely reliant on a physician’s interpretation of these assessment scores. This study …
Exploration And Implementation Of Neural Ordinary Differential Equations, Long Huu Nguyen, Andy Malinsky
Exploration And Implementation Of Neural Ordinary Differential Equations, Long Huu Nguyen, Andy Malinsky
Capstone Showcase
Neural ordinary differential equations (ODEs) have recently emerged as a novel ap- proach to deep learning, leveraging the knowledge of two previously separate domains, neural networks and differential equations. In this paper, we first examine the back- ground and lay the foundation for traditional artificial neural networks. We then present neural ODEs from a rigorous mathematical perspective, and explore their advantages and trade-offs compared to traditional neural nets.
Predicting Win Rates In Competitive Overwatchtm, Andrea Sibley
Predicting Win Rates In Competitive Overwatchtm, Andrea Sibley
Mathematics Senior Capstone Papers
OverwatchTM is a video game published by Blizzard Entertainment R where two teams comprised of six people each compete against one another to accomplish a specific goal. The goal of each game is dependent on which map is being played. The maps are divided into four categories: Assault, Escort, Control, and Hybrid. A data set comprised of 3000 games of competitive OverwatchTM is used to determine how likely a team is to win their match. The factors used to determine the likelihood of winning are the map type and the skill ranking for each team. The data set is pre-processed …