I am a recent Computer Science & Engineering PhD graduate from Oregon Health & Science University (OHSU) in Portland, Oregon, USA. My area of interest is computational linguistics and natural language processing, with my PhD research focusing on the development of computational and statistical methods to detect and quantify different aspects of the language of children with Autism Spectrum Disorder.
I work part time as a Data Science Mentor at Posit (previously known as RStudio) for Posit Academy , where I mentor small groups of working professionals as they develop and hone their data science skills in Python or R.
I recently presented two papers at the SIGDIAL conference 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 currently on the job market! I am interested in data scientist and research scientist industry roles, in both clinical and non-clinical areas.**
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’