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

Digital Commons Network

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

Articles 1 - 30 of 88

Full-Text Articles in Entire DC Network

Educators’ Perspectives Of Using (Or Not Using) Online Exam Proctoring., David Balash, Elena Korkes, Miles Grant, Adam J. Aviv, Rahel A. Fainchtein, Micah Sherr Aug 2023

Educators’ Perspectives Of Using (Or Not Using) Online Exam Proctoring., David Balash, Elena Korkes, Miles Grant, Adam J. Aviv, Rahel A. Fainchtein, Micah Sherr

Department of Math & Statistics Faculty Publications

The onset of the COVID-19 pandemic changed the land- scape of education and led to increased usage of remote proc- toring tools that are designed to monitor students when they take assessments outside the classroom. While prior work has explored students’ privacy and security concerns regard- ing online proctoring tools, the perspective of educators is under explored. Notably, educators are the decision makers in the classrooms and choose which remote proctoring ser- vices and the level of observations they deem appropriate. To explore how educators balance the security and privacy of their students with the requirements of remote exams, we …


Understanding Model Reasoning In Automated Speech Systems: Implementing A Prototype Explanation System Using The Lime Method, Vadim Kudlay Apr 2021

Understanding Model Reasoning In Automated Speech Systems: Implementing A Prototype Explanation System Using The Lime Method, Vadim Kudlay

Honors Theses

The field of voice processing has seen great advancements thanks in part to the rise of deep learning. However, the application of these deep learning techniques with an audio input space leads to an interesting result not commonly found when dealing with other input domains. Namely, common techniques for generating auditory adversarial samples using gradient-based optimization have been observed to have extremely low transferability among even the same model structure. This implies an inherent difference in the latent representations of audio samples that may be worth investigating in the pursuit of a more resilient and interpretable voice processing framework. Our …


Fact-Checking Of Claims From The English Wikipedia Using Evidence In The Wild, Aalok Sathe Apr 2021

Fact-Checking Of Claims From The English Wikipedia Using Evidence In The Wild, Aalok Sathe

Honors Theses

Automated fact checking is a task in the domain of Natural Language Processing that deals with the verification of claims using evidence. Fact checking is becoming increasingly important as large amounts of human-generated information accumulate online. In the recent past, our society has witnessed large-scale spread of disinformation via the internet that has time and again led to noticeable disruptions in the fabric of society. Fact-checking would help mitigate the spread of disinformation by allowing large magnitudes of content to be automatically evaluated for disinformation. In this work, we construe and tackle multiple subtasks of fact checking using labeled data …


Topology-Guided Roadmap Construction With Dynamic Region Sampling, Read Sandström, Diane Uwacu, Jory Denny, Nancy M. Amato Oct 2020

Topology-Guided Roadmap Construction With Dynamic Region Sampling, Read Sandström, Diane Uwacu, Jory Denny, Nancy M. Amato

Department of Math & Statistics Faculty Publications

Many types of planning problems require discovery of multiple pathways through the environment, such as multi-robot coordination or protein ligand binding. The Probabilistic Roadmap (PRM) algorithm is a powerful tool for this case, but often cannot efficiently connect the roadmap in the presence of narrow passages. In this letter, we present a guidance mechanism that encourages the rapid construction of well-connected roadmaps with PRM methods. We leverage a topological skeleton of the workspace to track the algorithm's progress in both covering and connecting distinct neighborhoods, and employ this information to focus computation on the uncovered and unconnected regions. We demonstrate …


Asymptotically-Optimal Topological Nearest-Neighbor Filtering, Read Sandström, Jory Denny, Nancy M. Amato Oct 2020

Asymptotically-Optimal Topological Nearest-Neighbor Filtering, Read Sandström, Jory Denny, Nancy M. Amato

Department of Math & Statistics Faculty Publications

Nearest-neighbor finding is a major bottleneck for sampling-based motion planning algorithms. The cost of finding nearest neighbors grows with the size of the roadmap, leading to a significant computational bottleneck for problems which require many configurations to find a solution. In this work, we develop a method of mapping configurations of a jointed robot to neighborhoods in the workspace that supports fast search for configurations in nearby neighborhoods. This expedites nearest-neighbor search by locating a small set of the most likely candidates for connecting to the query with a local plan. We show that this filtering technique can preserve asymptotically-optimal …


Biasing Medial Axis Rapidly-Exploring Random Trees With Safe Hyperspheres, David Qin Jan 2020

Biasing Medial Axis Rapidly-Exploring Random Trees With Safe Hyperspheres, David Qin

Honors Theses

Motion planning is a challenging and widely researched problem in robotics. Motion planning algorithms aim to not only nd unobstructed paths, but also to construct paths with certain qualities, such as maximally avoiding obstacles to improve path safety. One such solution is a Rapidly-Exploring Random Tree (RRT) variant called Medial Axis RRT that generates the safest possible paths, but does so slowly. This paper introduces a RRT variant called Medial Axis Ball RRT (MABallRRT) that uses the concept of clearance -- a robot's distance from its nearest obstacle -- to efficiently construct a roadmap with safe paths. The safety of …


Connectiveity And Structures Of Coloring Graphs, Xin Yutong Jan 2020

Connectiveity And Structures Of Coloring Graphs, Xin Yutong

Honors Theses

Reconfiguration problems have been studied and applied to solve problems in various areas, including Math, Computer Science, and Chemistry. Due to the close relatedness between coloring graphs and reconfiguration problems, the connectivity and structure of coloring graphs give valuable information to a solution set of the corresponding reconfiguration problem. In this paper we will discuss 2--connectedness and cut-vertices of coloring graphs, and forbidden structures on a coloring graph wit cut-vertices.


Fast Medial Axis Sampling For Use In Motion Planning, Hanglin Zhou Jan 2020

Fast Medial Axis Sampling For Use In Motion Planning, Hanglin Zhou

Honors Theses

Motion planning is a difficult but important problem in robotics. Research has tended toward approximations and randomized algorithms, like sampling-based planning. Probabilistic RoadMaps (PRMs) are one common sampling-based planning approach, but they lack safety guarantees. One main approach, Medial Axis PRM (MAPRM) addressed this deficiency by generating robot configurations as far away from the obstacles as possible, but it introduced an extensive computational burden. We present two techniques, Medial Axis Bridge and Medial Axis Spherical Step, to reduce the computational cost of sampling in MAPRM and additionally propose recycling previously computed clearance information to reduce the cost of connection in …


Computer-Assisted Coloring-Graph Generation And Structural Analysis, Wesley Su Jan 2020

Computer-Assisted Coloring-Graph Generation And Structural Analysis, Wesley Su

Honors Theses

Graphs are a well studied construction in discrete math, with one of the most common areas of study being graph coloring. The graph coloring problem asks for a color to be assigned to each vertex in a graph such that no two adjacent vertices share a color. An assignment of k colors that meets these criteria is called a k-coloring. The coloring graph Ck(G) is defined as the graph where every vertex represents a valid k-coloring of graph G and edges exist between colorings that di↵er by one vertex. We call graph G the base graph of the k-coloring graph …


Score Following With Hidden Tempo Using A Switching State-Space Model, Yucong Jiang, Chris Raphael Jan 2020

Score Following With Hidden Tempo Using A Switching State-Space Model, Yucong Jiang, Chris Raphael

Department of Math & Statistics Faculty Publications

A score-following program traces the notes in a musical score during a performance. This capability is essential to many meaningful applications that synchronize audio with a score in an on-line fashion. Existing algorithms often stumble on certain difficult cases, one of which is piano music. This paper presents a new method to tackle such cases. The method treats tempo as a variable rather than a constant (with constraints), allowing the program to adapt to live performance variations. This is first expressed by a Kalman filter model at the note level, and then by an almost equivalent switching state-space model at …


How Does Customer Service Offshoring Impact Customer Satisfaction?, Jonathan W. Whitaker, M. S. Krishnan, Claes Fornell, Forrest Morgeson Jan 2019

How Does Customer Service Offshoring Impact Customer Satisfaction?, Jonathan W. Whitaker, M. S. Krishnan, Claes Fornell, Forrest Morgeson

Management Faculty Publications

Information technology (IT) plays a vital role in customer relationship management (CRM), because CRM processes include the collection and analysis of customer information, firms use technology tools to interact with customers, and IT created the conditions under which firms can offshore CRM processes. Customers have negative perceptions toward offshoring, which suggests that firms might be reluctant to offshore IT-enabled CRM processes. However, firms have significantly increased offshoring for CRM processes, presenting a conundrum. Why would firms increase offshoring for CRM processes if there could be a risk to customer satisfaction?

This paper helps to resolve the conundrum by studying the …


Chronic Disease Management: How It And Analytics Create Healthcare Value Through The Temporal Displacement Of Care, Steven M. Thompson, Jonathan W. Whitaker, Rajiv Kohli, Craig Jones Jan 2019

Chronic Disease Management: How It And Analytics Create Healthcare Value Through The Temporal Displacement Of Care, Steven M. Thompson, Jonathan W. Whitaker, Rajiv Kohli, Craig Jones

Management Faculty Publications

The treatment of chronic diseases consumes 86% of U.S. healthcare costs. While healthcare organizations have traditionally focused on treating the complications of chronic diseases, advances in information technology (IT) and analytics can help clinicians and patients manage and slow the progression of chronic diseases to result in higher quality of life for patients and lower healthcare costs.

We build on prior research to introduce the notion of temporal displacement of care (TDC), in which IT and analytics create healthcare value by displacing the time at which providers and patients make interventions to improve healthcare outcomes and reduce costs. We propose …


Glocalizing The Composition Classroom With Google Apps For Education, Daniel L. Hocutt, Maury Elizabeth Brown May 2018

Glocalizing The Composition Classroom With Google Apps For Education, Daniel L. Hocutt, Maury Elizabeth Brown

School of Professional and Continuing Studies Faculty Publications

Composing practices in a digitally networked world are inherently intercultural, and situate local needs and constraints within global opportunities and concerns. Global technologies like Google Apps for Education (GAFE) allow students to compose collaboratively across place and time; to do so, students and teachers must navigate a complex local network of institutional policy, learning outcomes, situational needs, and composing practices while also being aware of the global implications of using the interface to compose, review, edit, and share with others. The chapter describes using GAFE in locally situated composition classes. Using such technologies requires a focus on glocalization and an …


Artificial Intelligence And It Professionals, Sunil Mithas, Thomas Kude, Jonathan W. Whitaker Jan 2018

Artificial Intelligence And It Professionals, Sunil Mithas, Thomas Kude, Jonathan W. Whitaker

Management Faculty Publications

How will continuing developments in artificial intelligence (AI) and machine learning influence IT professionals? This article approaches this question by identifying the factors that influence the demand for software developers and IT professionals, describing how these factors relate to AI, and articulating the likely impact on IT professionals.


A Tidy Data Model For Natural Language Processing Using Cleannlp, Taylor B. Arnold Dec 2017

A Tidy Data Model For Natural Language Processing Using Cleannlp, Taylor B. Arnold

Department of Math & Statistics Faculty Publications

Recent advances in natural language processing have produced libraries that extract low level features from a collection of raw texts. These features, known as annotations, are usually stored internally in hierarchical, tree-based data structures. This paper proposes a data model to represent annotations as a collection of normalized relational data tables optimized for exploratory data analysis and predictive modeling. The R package cleanNLP, which calls one of two state of the art NLP libraries (CoreNLP or spaCy), is presented as an implementation of this data model. It takes raw text as an input and returns a list of normalized tables. …


Differential Privacy For Growing Databases, Gi Heung (Robin) Kim Jan 2017

Differential Privacy For Growing Databases, Gi Heung (Robin) Kim

Honors Theses

Differential privacy [DMNS06] is a strong definition of database privacy that provides indi- viduals in a database with the guarantee that any particular person’s information has very little effect on the output of any analysis of the overall database. In order for this type of analysis to be practical, it must simultaneously preserve privacy and utility, where utility refers to how well the analysis describes the contents of the database.

An analyst may additionally wish to evaluate how a database’s composition changes over time. Consider a company, for example, that accumulates data from a growing base of customers. This company …


Differential Equations Models Of Pathogen-Induced Single- And Multi-Organ Tissue Damage, Fiona Lynch Jan 2017

Differential Equations Models Of Pathogen-Induced Single- And Multi-Organ Tissue Damage, Fiona Lynch

Honors Theses

The rise of antibiotic resistance has created a significant burden on healthcare systems around the world. Antibiotic resistance arises from the increased use of antibiotic drugs and antimicrobial agents, which kill susceptible bacterial strains, but have little effect on strains that have a mutation allowing them to survive antibiotic treatment, defined as “resistant” strains. With no non-resistant bacteria to compete for resources, the resistant bacteria thrives in this environment, continuing to reproduce and infect the host with an infection that does not respond to traditional antibiotic treatment.

A number of strategies have been proposed to tackle the problem of antibiotic …


Toward A Scientific Investigation Of Convolutional Neural Networks, Anh Tran Jan 2017

Toward A Scientific Investigation Of Convolutional Neural Networks, Anh Tran

Honors Theses

This thesis does not assume the reader is familiar with artificial neural networks. However, to keep the thesis concise, it assumes the reader is familiar with the standard Machine Learning concepts of training set, validation set, and test set [1]. Their usage is intended to help ensure that the Machine Learning system can generalize its training from input examples used during its training to “similar” kinds of examples never used during its training.

The concept of a Convolutional Neural Network (CNN) is one of the most successful computational concepts today for solving image classification problems. However, CNNs are difficult and …


Moocs And The Online Delivery Of Business Education: What's New? What's Not? What Now?, Jonathan W. Whitaker, J. Randolph New, R. Duane Ireland Jan 2016

Moocs And The Online Delivery Of Business Education: What's New? What's Not? What Now?, Jonathan W. Whitaker, J. Randolph New, R. Duane Ireland

Management Faculty Publications

Although the past 2 decades have produced much promise (and accompanying research) on the use of information technology (IT) in business school courses, it is not entirely clear whether IT has truly "transformed" management education. There are compelling arguments on both sides. On one hand, advocates for the transformative role of IT can point to several success stories. On the other hand, skeptics of the role of IT in management education can also point to support for their view. This lack of consensus has led researchers in Academy of Management Learning & Education to call for scholars to confront the …


Introduction To Model Spaces And Their Operators, William T. Ross, Stephan Ramon Garcia, Javad Mashreghi Jan 2016

Introduction To Model Spaces And Their Operators, William T. Ross, Stephan Ramon Garcia, Javad Mashreghi

Bookshelf

The study of model spaces, the closed invariant subspaces of the backward shift operator, is a vast area of research with connections to complex analysis, operator theory and functional analysis. This self-contained text is the ideal introduction for newcomers to the field. It sets out the basic ideas and quickly takes the reader through the history of the subject before ending up at the frontier of mathematical analysis. Open questions point to potential areas of future research, offering plenty of inspiration to graduate students wishing to advance further.


Real-Time Translation Of American Sign Language Using Wearable Technology, Jackson Taylor Jan 2016

Real-Time Translation Of American Sign Language Using Wearable Technology, Jackson Taylor

Honors Theses

The goal of this work is to implement a real-time system using wearable technology for translating American Sign Language (ASL) gestures into audible form. This system could be used to facilitate conversations between individuals who do and do not communicate using ASL. We use as our source of input the Myo armband, an affordable commercially-available wearable technology equipped with on-board accelerometer, gyroscope, and electromyography sensors. We investigate the performance of two different classification algorithms in this context: linear discriminant analysis and k-Nearest Neighbors (k-NN) using various distance metrics. Using the k-NN classifier and windowed dynamic time …


Cameron-Liebler Line Classes And Partial Difference Sets, Uthaipon Tantipongipat Jan 2016

Cameron-Liebler Line Classes And Partial Difference Sets, Uthaipon Tantipongipat

Honors Theses

The work consists of three parts. The first is a study of Cameron-Liebler line classes which receive much attention recently. We studied a new construction of infinite family of Cameron-Liebler line classes presented in the paper by Tao Feng, Koji Momihara, and Qing Xiang (rst introduced in 2014), and summarized our attempts to generalize this construction to discover any new Cameron-Liebler line classes or partial difference sets (PDSs) resulting from the Cameron-Liebler line classes. The second is our approach to finding PDS in non-elementary abelian groups. Our attempt eventually led to the same general construction of PDS presented in John …


Nonexistence Of Nonquadratic Kerdock Sets In Six Variables, John Clikeman Jan 2016

Nonexistence Of Nonquadratic Kerdock Sets In Six Variables, John Clikeman

Honors Theses

Kerdock sets are maximally sized sets of boolean functions such that the sum of any two functions in the set is bent. This paper modifies the methodology of a paper by Phelps (2015) to the problem of finding Kerdock sets in six variables containing non-quadratic elements. Using a computer search, we demonstrate that no Kerdock sets exist containing non-quadratic six- variable bent functions, and that the largest bent set containing such functions has size 8.


Learning To Use, Useful For Learning: A Usability Study Of Google Apps For Education, Maury Elizabeth Brown, Daniel L. Hocutt Jan 2015

Learning To Use, Useful For Learning: A Usability Study Of Google Apps For Education, Maury Elizabeth Brown, Daniel L. Hocutt

School of Professional and Continuing Studies Faculty Publications

Using results from an original survey instrument, this study examined student perceptions of how useful Google Apps for Education (GAFE) was in students' learning of core concepts in a first-year college composition course, how difficult or easy it was for students to interact with GAFE, and how students ranked specific affordances of the technology in terms of its usability and usefulness. Students found GAFE relatively easy to use and appreciated its collaborative affordances. The researchers concluded that GAFE is a useful tool to meet learning objectives in the college composition classroom.


[Introduction To] Identity And Leadership In Virtual Communities: Establishing Credibility And Influence, Dona J. Hickey, Joe Essid Jan 2014

[Introduction To] Identity And Leadership In Virtual Communities: Establishing Credibility And Influence, Dona J. Hickey, Joe Essid

Bookshelf

The presence and ubiquity of the internet continues to transform the way in which we identify ourselves and others both online and offline. The development of virtual communities permits users to create an online identity to interact with and influence one another in ways that vary greatly from face-to-face interaction.

Identity and Leadership in Virtual Communities: Establishing Credibility and Influence explores the notion of establishing an identity online, managing it like a brand, and using it with particular members of a community. Bringing together a range of voices exemplifying how participants in online communities influence one another, this book serves …


Statistical Analysis Of The Variability And Reliability Of Eye-Tracking Test In Measuring Mild Traumatic Brain Injury, Xi He Jan 2014

Statistical Analysis Of The Variability And Reliability Of Eye-Tracking Test In Measuring Mild Traumatic Brain Injury, Xi He

Honors Theses

Saccadic eye-tracking tests have been advocated as a useful tool to distinguish mTBI patients from healthy people. However, intra-individual variances sometimes interfere with the interpretation of eye-tracking results, especially in experiments when group size is restricted. This study analyzes eye-tracking results of 14 mTBI patients taking the test twice with no medical administration in between. Using more accurate models to fit each individual's result, variables such as asymptote (of the fit func­tions) and hypothetical values for peak velocity, peak acceleration, and duration are derived for variability analysis. We conclude that the asymptotes for peak velocity and peak acceleration are the …


Introducing Computer Science In An Integrated Science Course, Barry Lawson, Doug Szajda, Lewis Barnett Iii Mar 2013

Introducing Computer Science In An Integrated Science Course, Barry Lawson, Doug Szajda, Lewis Barnett Iii

Department of Math & Statistics Faculty Publications

This paper describes our implementation and experience of incorporating computer science concepts into a team-taught, first-year interdisciplinary course for prospective science majors at the University of Richmond. The course integrates essential concepts from each of five STEM disciplines: biology, chemistry, computer science, mathematics, and physics. Including computer science in this course faces three primary challenges: few of the students have any CS background; the time devoted to CS instruction is reduced compared to a traditional introductory CS course; and the spirit of the course requires the CS material to be highly integrated with the other disciplines. Here we discuss our …


Challenging Disciplinary Boundaries In The First Year: A New Introductory Integrated Science Course For Stem Majors, Lisa Gentile, Lester Caudill, Mirela Fetea, April L. Hill, Kathy Hoke, Barry Lawson, Ovidiu Z. Lipan, Michael Kerckhove, Carol A. Parish, Krista J. Stenger, Doug Szajda May 2012

Challenging Disciplinary Boundaries In The First Year: A New Introductory Integrated Science Course For Stem Majors, Lisa Gentile, Lester Caudill, Mirela Fetea, April L. Hill, Kathy Hoke, Barry Lawson, Ovidiu Z. Lipan, Michael Kerckhove, Carol A. Parish, Krista J. Stenger, Doug Szajda

Biology Faculty Publications

To help undergraduates make connections among disciplines so they are able to approach, evaluate, and contribute to the solutions of important global problems, our campus has been focused on interdisciplinary research and education opportunities across the science, technology, engineering, and mathematics (STEM) disciplines. This paper describes the mobilization, planning, and implementation of a first-year interdisciplinary course for STEM majors that integrates key concepts found in traditional first-semester biology, chemistry, computer science, mathematics, and physics courses. This team-taught course, Integrated Quantitative Science (IQS), is half of a first-year student’s schedule in both semesters and is composed of a double lecture and …


Challenging Disciplinary Boundaries In The First Year: A New Introductory Integrated Science Course For Stem Majors, Lisa Gentile, Lester Caudill, Mirela Fetea, April L. Hill, Kathy Hoke, Barry Lawson, Ovidiu Z. Lipan, Michael Kerckhove, Carol A. Parish, Krista J. Stenger, Doug Szajda May 2012

Challenging Disciplinary Boundaries In The First Year: A New Introductory Integrated Science Course For Stem Majors, Lisa Gentile, Lester Caudill, Mirela Fetea, April L. Hill, Kathy Hoke, Barry Lawson, Ovidiu Z. Lipan, Michael Kerckhove, Carol A. Parish, Krista J. Stenger, Doug Szajda

Department of Math & Statistics Faculty Publications

To help undergraduates make connections among disciplines so they are able to approach, evaluate, and contribute to the solutions of important global problems, our campus has been focused on interdisciplinary research and education opportunities across the science, technology, engineering, and mathematics (STEM) disciplines. This paper describes the mobilization, planning, and implementation of a first-year interdisciplinary course for STEM majors that integrates key concepts found in traditional first-semester biology, chemistry, computer science, mathematics, and physics courses. This team-taught course, Integrated Quantitative Science (IQS), is half of a first-year student’s schedule in both semesters and is composed of a double lecture and …


[Introduction To] Basic Statistical Tools For Improving Quality, Paul Kvam, Chang W. Kang Jan 2011

[Introduction To] Basic Statistical Tools For Improving Quality, Paul Kvam, Chang W. Kang

Bookshelf

This book is an introductory book on improving the quality of a process or a system, primarily through the technique of statistical process control (SPC). There are numerous technical manuals available for SPC, but this book differs in two ways: (1) the basic tools of SPC are introduced in a no-nonsense, simple, non-math manner, and (2) the methods can be learned and practiced in an uncomplicated fashion using free software (eZ SPC 2.0), which is available to all readers online as a downloadable product. The book explains QC7 Tools, control charts, and statistical analysis including basic design of experiments. Theoretical …