Basic Concepts of Options
The last year and a half I’ve been learning how to trade options. It took me some time to get comfortable thinking in terms of options and I’ve enjoyed teaching others the basic concepts. I strongl...
The last year and a half I’ve been learning how to trade options. It took me some time to get comfortable thinking in terms of options and I’ve enjoyed teaching others the basic concepts. I strongl...
Motivation I went on a little adventure recently while working on a prototype Next.js app. I needed to implement magic links for authentication. My team wanted to use magic links in our prototype ...
Motivation RuleRover is a Ruby gem I’ve built to implement some of the fundamental logic programming algorithms detailed by Russell and Norvig1. My interest in this field traces back to my graduate...
One of my favorite tools these days is the note taking app Obsidian. Obsidian provides a lot of nice functionality for organizing and searching through notes such as tagging with keywords and fuzzy...
During my time at Georgia Tech, one of the datasets I found most interesting for projects was the Stanford Natural Language Inference (SNLI) dataset1. This particular dataset consists of 570k sente...
Reinforcement learning algorithms like Q-learning typically find an optimal policy for some Markov decision process by storing and updating a table of values used to map states to optimal actions1....