Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 9 of 9

Full-Text Articles in Numerical Analysis and Scientific Computing

A 1d Symmetric Interior Penalty Discontinuous Galerkin Solver In Rust, William Aey Jan 2026

A 1d Symmetric Interior Penalty Discontinuous Galerkin Solver In Rust, William Aey

Williams Honors College, Honors Research Projects

This honors project will build a 1D Symmetric Interior Discontinuous Galerkin (SIPDG) solver in Rust for Stum-Liouville type problems such as the Poisson equation, with Robin, Dirichlet, and Neumann boundary conditions. The work will cover the full pipeline: starting from the strong form of the PDE, deriving the DG weak form, implementing element and interface operators, and assembling or apply the discrete operator. Rust's safety and concurrency (e.g, via Rayon) will be used to explore serial and parallel performance. A test-driven development approach will be used to maintain a strong suite of tests. The project will result in a documented …


Machine Learning For Recession Prediction, Ethan Reusser Jan 2026

Machine Learning For Recession Prediction, Ethan Reusser

Williams Honors College, Honors Research Projects

Macroeconomic predictions present challenges in machine learning due to the rarity of economic recessions, the constantly-changing matter of global markets, and severe class imbalance in historical data. This project focuses on predicting the onset of United States economic recessions within a 12-month window using Python and Jupyter Notebook. A machine learning pipeline was developed utilizing multiple models: Logistic Regression, Random Forest, XGBoost, and Long Short-Term Memory (LSTM) neural networks. For class imbalance, the Synthetic Minority Over-sampling Technique (SMOTE) was applied strictly to training data, paired with Platt scaling for calibration on thresholds. The resulting models were evaluated in the 2005 …


Design Project: Smart Headband, John Michel, Jack Durkin, Noah Lewis Jan 2021

Design Project: Smart Headband, John Michel, Jack Durkin, Noah Lewis

Williams Honors College, Honors Research Projects

Concussion in sports is a prevalent medical issue. It can be difficult for medical professionals to diagnose concussions. With the fast pace nature of many sports, and the damaging effects of concussions, it is important that any concussion risks are assessed immediately. There is a growing trend of wearable technology that collects data such as steps and provides the wearer with in-depth information regarding their performance. The Smart Headband project created a wearable that can record impact data and provide the wearer with a detailed analysis on their risk of sustaining a concussion. The Smart Headband uses accelerometers and gyroscopes …


Football’S Future: An Analytical Interpretation Of The Premier League, Hunter Witeof Jan 2021

Football’S Future: An Analytical Interpretation Of The Premier League, Hunter Witeof

Williams Honors College, Honors Research Projects

This project looks to take the statistics of soccer players and run them through an algorithm to determine how well a player is performing. The system that will be designed in the project will look to accomplish 3 main goals: allow the user to enter new statistics, store the data for all 38 game weeks for all 20 teams, and compute a score for each player’s performance for each game as well as the average of all of the player's scores.


Equilibrium Structures And Thermal Fluctuations In Interacting Monolayers, Emmanuel Rivera Jan 2019

Equilibrium Structures And Thermal Fluctuations In Interacting Monolayers, Emmanuel Rivera

Williams Honors College, Honors Research Projects

Coherency strains appear in interacting atomic monolayers due to differing bond lengths, which can arise from different materials or geometries. Examples include extended monolayers interacting with a substrate and the interacting walls of a multi-walled carbon nanotube. These strains can induce various equilibrium configurations, which we will analyze by means of a phenomenological model that incorporates forces from bond stretching and bending within each layer and the weak van der Waals interactions connecting the separate layers. We vary the strengths of each interaction to explore their effects on equilibrium structures, and the specific case of a two-walled carbon nanotube is …


Absorption Calculator: A Cross-Platform Application For Portable Data Analysis, Annmarie Kolbl Jan 2019

Absorption Calculator: A Cross-Platform Application For Portable Data Analysis, Annmarie Kolbl

Williams Honors College, Honors Research Projects

Traditional spectrometers are expensive and non-portable, making them inaccessible to the public. This application will be used in conjunction with spectrometer hardware developed by Erie Open Systems. The hardware itself is 3D printed and, in addition to being portable, enables data to be collected easily. The purpose of this project is to create a cross-platform application capable of reading the output from the spectrometer hardware, calculating the absorbance levels of the sample against the control, and recording the data in tables stored on the cloud. The end result will be an application that runs on iOS and Android, and is …


Microarray Data Analysis And Classification Of Cancers, Grant Gates Jan 2019

Microarray Data Analysis And Classification Of Cancers, Grant Gates

Williams Honors College, Honors Research Projects

When it comes to cancer, there is no standardized approach for identifying new cancer classes nor is there a standardized approach for assigning cancer tumors to existing classes. These two ideas are known as class discovery and class prediction. For a cancer patient to receive proper treatment, it is important that the type of cancer be accurately identified. For my Senior Honors Project, I would like to use this opportunity to research a topic in bioinformatics. Bioinformatics incorporates a few different subjects into one including biology, computer science and statistics. An intricate method for class discovery and class prediction is …


Implementation Of Cuda Accelerated Bayesian Network Learning, Joseph Haddad Jan 2017

Implementation Of Cuda Accelerated Bayesian Network Learning, Joseph Haddad

Williams Honors College, Honors Research Projects

Bayesian networks can be used to analyze and find relationships among genetic profiles. Unfortunately, Bayesian network learning is an NP­-hard algorithm and thus takes a significant amount of time to generate an output. There has been research in this area in attempts to make this algorithm quicker, such as utilizing consensus networks. Consensus networks are aggregations of many “cheaper” Bayesian networks that are used to formulate a bigger picture. These “cheaper” networks have their search­ spaces restricted, and thus more are required to extract the relationships among the data points.

To accomplish this, I implemented Bayesian network learning in C++, …


Zipping Towards Stem: Simulation Wind Tunnel, Devon A. Goldberg, Emma Pierson, Brandon Hein, Jeremy Hein, Greg Flohr Jan 2016

Zipping Towards Stem: Simulation Wind Tunnel, Devon A. Goldberg, Emma Pierson, Brandon Hein, Jeremy Hein, Greg Flohr

Williams Honors College, Honors Research Projects

The simulation wind tunnel program created for this project is implemented within a larger, National Science Foundation funded project titled Zipping Towards STEM: Integrating Engineering Design into the Middle School Physical Science Curriculum. Over the course of the next two years, all Akron Public School 8th grade students will go through the Zipping Towards STEM project curriculum. The students will be exposed to the typical steps of engineering design (computer modeling, simulation, building, and testing) and learn about the fundamentals of aerodynamics through the design of their own Soap Box Derby mini-cars. The virtual wind tunnel will be used …