I am a Visiting Professor in Data Science and Statistics at Lewis & Clark College in Portland, Oregon. I earned my PhD in Computer Science & Engineering from Oregon Health & Science University (OHSU) in 2024 and hold a BA in Mathematics from Lewis & Clark College.
My areas of interest include data science, statistics, and computational linguistics. My PhD research focused on the development of computational and statistical methods to detect and quantify different aspects of the language of children with Autism Spectrum Disorder. You can read more about work in the following papers that I presented at SIGDIAL in September 2023: “A Statistical Approach for Quantifying Group Difference in Topic Distributions Using Clinical Discourse Samples” and “Computational Analysis of Backchannel Usage and Overlap Length in Autistic Children” .
I am also a contractor at Posit (formerly known as RStudio), where I work as a Data Science Mentor for Posit Academy . There I lead data science courses in R and Python for working professionals from a wide range of industries and backgrounds.
PhD in Computer Science & Engineering, 2024
Oregon Health & Science University
BA in Mathematics, 2017
Lewis & Clark College
What is Multidimensional Scaling? Multidimensional Scaling (MDS) is a dimensionality reduction technique that is useful for exploratory data visualization. Some other popular dimensionality reduction techniques include Principle Component Analysis (PCA) and t-Distributed Stochastic Neighbor Embedding (t-SNE). Given a similarity matrix (e.g. a distance matrix), MDS projects the data points into an N-dimensional space while minimizing the amount of similarity information lost. In the ideal case, the closer the projected points are to one another, the more similar the are while the farther apart they are, the less similar they are.
A continuation of a sentiment analysis of child language acquisition data using the Kuczaj Corpus from the CHILDES database.
A sentiment analysis of child language acquisition data using the Kuczaj Corpus from the CHILDES database that I did for my final visualization project for CS 632.
Final project for CS 631 ‘Principles & Practice of Data Visualization’