Flow Matching Update
I almost gave up but decided to come back to images and flows
Personal site and technical notebook
Writing about algorithms, systems, implementation details, and the parts of software work worth keeping around.
Latest posts
Projects, technical ideas, and implementation notes.
I almost gave up but decided to come back to images and flows
Extending our package with paths and schedulers.
Let's add some ODE solvers.
Let's try and build flow matching package in tinygrad!
Over time, I became interested in not simply reading the relevant research papers in my field, but also write their overviews. I believe that writing these will help me solidify information I learned in various papers.
This review begins what I hope to make a series of posts about …
In this post, I expand on a little class/self-teaching project that I did during the Spring 2020 semester.
In this section we will discuss the main organization of the library:
In this post, I put together an interesting example of what to do with imbalanced datasets and why precision and recall matter.
The following is part of a Machine learning assignment I had to do while at CUNY. This particular example illustrates quite well the importance of understanding various …
In this post I wanted to describe a simple application of a linear least squares method to a problem of data classification. It is a naive approach and is unlikely to beat more sophisticated techniques like Logistic Regression, for instance.
Some imports we are going to need for this …