Jeremy Johnson papers & codes research projects hobbies

projects





software related

I've used languages such as Python, Mathematica, and Macaulay2 for academic work for many years. I've used Java in coursework to learn OOP. I know data structures and algorithms decently well, or at least to the extent you'd see in a few graduate algorithms courses. This is to say, I have experience implementing code for theoretic work. I would like to have more experience with development-like projects. Here are projects I'm either currently working on or would like to work on in order to do so.

machine learning and data science related

In an effort to understand the current literature on large language models and natural language processing, I have begun reading the foundational papers such as Attention Is All You Need, which introduced the transformer as a replacement to the then state-of-the-art recurrent and convolutional neural networks and BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding, which introduced means to make transformer-based models general purpose for numerous natural language tasks.