Journal 12 Posts

Ideas, Experiments, and Notes in Progress

Explorations in Math, Machine Learning, and Software Engineering.

Results12
2 min read
Galton-Watson Process

In this post, we outline the Galton-Watson Process.

5 min read
Policy Iteration Algorithm in a Nutshell

Policy Iteration with Maze Example.

7 min read
Iterative Policy Evaluation in a Nutshell

Check if an agent is doing the right thing with Policy Evaluation Methods

3 min read
RL in a Nutshell

Reinforcement learning is about an agent learning to make better decisions through trial and error to maximize long-term rewards. What does that entail in practice?

5 min read
Tech stack for rapid prototyping applications

In this blog I will focus on the ways in which I set up a backend and frontend to do rapid prototyping of full stack applications.

12 min read
Logistic Regression with Gradient Descent

Details on how the gradient decent algorithm is implemented.

11 min read
Importance of Maximum Likelihood Estimation for Machine Learning

In this blog post I explain how the Maximum Likelihood Estimator is used in Machine Learning.

12 min read
Scaling LLMs with Triton Inference Server: A Hands-on Guide

Get hands-on experience with deploying Large Language Models (LLMs) at scale using NVIDIA's Triton Inference Server.

3 min read
Term Frequency-Inverse Document Frequency

In this tutorial we will look at what TF and IDF are and how they can be use to process text data in Machine learning.

4 min read
Large Scale Vector Comparison

In this post, we will look at the quora qna dataset and aim to encode and compare all question pairs. The purpose of is to look at a real dataset.

7 min read
Comparing Vectors with Cosine Simlarity Function

This tutorial will focus on the math behind text vector similarity using numpy, pytorch, and stentence-transformers libraries in python.

6 min read
D3 Tutorial

In this post, I outline-solid the ways in which d3 library works with the <svg> elements.

End of List