Profile picture

Written by Jon Lamar: Machine learning engineer, former aspiring mathematician, cyclist, family person.

My name is Jon. I am a machine learning engineer currently looking for the next opportunity. I did my PhD in math and try to keep at the cutting edge of mathematically interesting tech. This blog has some notes and examples of things I find interesting.

Here is my resume if you are interested in my background or want to hire me.

Posts

  1. April 17, 2024

    I was studying reinforcement learning a while ago, attempting to educate myself about deep Q learning. As part of that effort, I read…

  2. January 28, 2023

    I was studying reinforcement learning a while ago, attempting to educate myself about deep Q learning. As part of that effort, I read…

  3. January 28, 2023

    I was studying reinforcement learning a while ago, attempting to educate myself about deep Q learning. As part of that effort, I read…

  4. January 28, 2023

    I was studying reinforcement learning a while ago, attempting to educate myself about deep Q learning. As part of that effort, I read…

  5. February 20, 2022

    Here is a list of quick, memorizable descriptions of various machine learning algorithms. I put this list together for interview prep for…

  6. February 20, 2022

    Here is a list of quick, memorizable descriptions of various unsupervised algorithms that can be used for analysis, dimension reduction, and…

  7. April 09, 2021

    I'm interested in the more category-theoretic aspects of functional programming. To this end, I have been working towards an elevator pitch…

  8. February 17, 2021

    I'm interested in the more category-theoretic aspects of functional programming. To this end, I have been working towards an elevator pitch…

  9. February 16, 2021

    The other hypothesis testing doc covered some extreme basics, and left a lot of questions unanswered (but what about the geometry of error…

  10. February 15, 2021

    Statistical Experiments A statistical experiment consists of the following data: A set of iid random variables with a common (unknown…

  11. February 14, 2021

    Distances Between Distributions Total Variation Distance: The total variation distance between distributions and , with density functions…

  12. February 13, 2021

    This begins a series of notes that I took while studying for a stats class in 2019 on edX here. These notes were incomplete, so take…

  13. June 05, 2020

    These are notes for a presentation that I gave to coworkers at Charter on the history of vim and how to configure it for development. I…

  14. February 14, 2020

    Overview I wanted to build a neural network to play snake. My original idea was to use reinforcement learning, but I found a genetic…