41530 research outputs found
Sort by
Radiology Associates Medical Scan Forecasting
After discontinuing their subscription with Shinyapps and relying on a manual forecasting process, Radiology Associates needs a new method to forecast the number and types of scans that will be executed at each site location. Radiology Associates utilizes Quinsite, which incorporates a live link to their database, as a host for all their Tableau dashboards. This project will create an accurate forecasting model utilizing complex forecasting methods to be hosted by Quinsite which is accessible by all management within Radiology Associates. To begin this process, an exponential smoothing model was created in Tableau to solidify dashboard and storyboard design. Additionally, ARIMA and SARIMAX models were built using TabPy and RServe. Using a MASE score each forecasting method was tested. Using the MASE score and feedback from Radiology Associates during a mock forecasting meeting, exponential smoothing was selected as the most accurate to be in the final design. With the final forecasting method selected the dashboard went through several rounds of slight alterations based on feedback from project stakeholders before being officially handed over to Radiology Associates
Predicting Startup Success Using Publicly Available Data
Predicting the success of an early-stage startup has always been a major effort for investors and venture funds. Statistically, there are about 305 million total startups created in a year, but less than 10% of them succeed to become profitable businesses. Accurately identifying the signs of startup growth is the work of countless investors, and in recent years, research has turned to machine learning in hopes of improving the accuracy and speed of startup success prediction.
To learn about a startup, investors have to navigate many different internet sources and often rely on personal intuition to determine the startup’s potential and likelihood of success. This thesis explores whether online data about a company, particularly general company data, previous funding events, published news articles, internet presence, and social media activity can be used to identify fast-growing startups. Data collected from Crunchbase, the Google Search API, and Twitter was used to predict whether a company will raise a round of funding within a fixed time horizon.
A total of ten machine learning models were evaluated and the CatBoost ensemble method achieved the best performance with precision, recall, and F1 scores of 0.663, 0.827, and 0.736 respectively for predicting funding within 3 years. The same ensem- ble method achieved F1 scores of 0.528, 0.683, 0.736, 0.763, and 0.777 at predicting funding 1-5 years into the future. The final objective was to predict whether a startup that had already raised an angel or seed round would raise another investment within a one-year horizon. The CatBoost model with a 0.75 cutoff achieved precision and F0.1 scores of 0.790 and 0.774, beating the results of previous work in this field
Irreducible Representations from Group Actions on Trees
We study the representations of the symmetric group found by acting on
labeled graphs and trees with vertices. Our main results provide
combinatorial interpretations that give the number of times the irreducible
representations associated with the integer partitions and appear
in the representations. We describe a new sign
reversing involution with fixed points that provide a combinatorial
interpretation for the number of times the irreducible associated with the
integer partition appears in the representations
Handheld Geiger Counter
Geiger counters are devices designed to detect and measure ionizing radiation. They are generally used to survey the surrounding environment for radioactive sources and relay information back to the user. It isn’t uncommon for devices to exceed prices of $1k. This project describes an economic, handheld Geiger counter. The system uses a radiation sensor in the form of a Geiger-Müller tube (GM tube) which outputs a detectable pulse upon being ionized by a radiation source. A microcontroller (MCU) keeps track of the number of pulses it receives. This counted value is then displayed on the LCD in counts-per-minute (CPM) through a simple conversion. GM tubes generally operate at high voltages (HV) – 300V to 1.2kV – to function properly. Thus, a HV transformer is used to generate the necessary operating conditions. The system is powered by a rechargeable lithium-ion battery
Exploring the Impact of Cognitive Awareness Scaffolding for Debugging in an Introductory Computer Science Class
Debugging is a significant part of programming. However, a lot of introductory pro- gramming classes tend to focus on writing and reading code than on debugging. They utilize programming assignments that are designed in ways such that students learn debugging by completing these assignments which makes debugging more of an im- plicit goal. In this thesis, we propose a cognitive awareness scaffolding in debugging to help students self-regulate their debugging process. We validate its effectiveness by conducting experiments with students in four sections of a Data Structures course, which is one of the introductory computer science classes at California Polytechnic State University, San Luis Obispo. In this form, students identified the debugging stage, described the bugs in their own words, and tracked their attempts to fix them. The exit survey responses that students filled out at the end of the quarter indi- cate that students seemed to find the debugging form helpful with self-regulation in debugging process. For further investigation, we attempt to measure students’ under- standing of the bugs explained on the form. Additionally, we also discuss potential improvements for the debugging form
The Effects of Atomic Oxygen on Silicone and Carbon-Based Contamination
Understanding the space environment and contamination concerns of a spacecraft is critical in designing a successful mission. The ability for a spacecraft to meet its science objectives relies on systems functioning as intended. A concern for maintain- ing performance while on orbit is molecular contamination. Silicones have previously been shown to form a silica layer on their surfaces when exposed to atomic oxygen. For silicone contamination, this translates to a silica film on the contaminated surface. Missions such as Long Duration Exposure Facility and Evaluation of Oxygen Interactions with Materials III have indicated that the silica film can trap deposits of carbon contamination to the surface during its formation. This phenomenon was explored in this research using RTV-S 691 silicone and Braycote 601EF for the carbon-based contaminant. The experiment involved contaminating an aluminum substrate in three different configurations; one for each contaminant individually on the substrate, and one with both contaminants. These samples were exposed to atomic oxygen for a period of 24 hours, then analyzed with Fourier transform infrared spectroscopy. The trends in infrared spectra for the different test cases were characterized for comparison. The trend for samples with a carbon-to-silicone contamination ratio of greater than ten to one showed peaks corresponding to those seen on the singularly contaminated samples. When the concentration of silicone was increased, the trend in spectral results showed peaks corresponding to Braycote before atomic oxygen exposure. At certain concentrations of RTV silicone to Braycote, the trends suggest Braycote is partially protected from atomic oxygen by a silica film. This indicates that silicone conversion to silica in atomic oxygen can trap contaminants to a surface
Youth Pitching Kinematics: Associations with Body Overweight Parameters
The objective of this study was to investigate associations between injury-related kinematic parameters and overweight measures for youth baseball pitchers. The injury-related kinematic parameters considered were measurements 1) at foot contact: stride length, front foot position, shoulder external rotation, shoulder abduction, and elbow flexion; 2) between FC and ball release: peak knee extension; and 3) at BR: shoulder abduction. Data from three separate collection sites examined pitching mechanics of 18 10- to 11-year-old pitchers, 11 14- to 16-year-old pitchers, and 104 16- to 18-year-old pitchers Linear regression analyses were performed to determine significant correlations between kinematic parameters and body mass index (BMI) for each of the three age groups (10- to 11-year-olds, 14- to 16-year-olds, 16- to 18-year-olds). The significant findings were 1) for 10- to 11-year-old pitchers, stride length was negatively correlated with BMI and front foot position was positively correlated with BMI and 2) for 16- to 18-year-old pitchers, shoulder external rotation was negatively correlated with BMI and elbow flexion was positively correlated with BMI. A key clinical implication of this study is that select kinematic parameters have been identified that could guide coaches and trainers when working with overweight pitchers. In addition, select kinematic parameters of concern have been identified for different age ranges
Rasm: Compiling Racket to WebAssembly
WebAssembly is an instruction set designed for a stack based virtual machine, with an emphasis on speed, portability and security. As the use cases for WebAssembly grow, so does the desire to target WebAssembly in compilation. In this thesis we present Rasm, a Racket to WebAssembly compiler that compiles a select subset of the top forms of the Racket programming language to WebAssembly. We also present our early findings in our work towards adding a WebAssembly backend to the Chez Scheme compiler that is the backend of Racket. We address initial concerns and roadblocks in adopting a WebAssembly backend and propose potential solutions and patterns to address these concerns. Our work is the first serious effort to compile Racket to WebAssembly, and we believe it will serve as a good aid in future efforts of compiling high-level languages to WebAssembly