Posts by Year

category
tag

2023

Transformer Architecture Tutorial

less than 1 minute read

Here is the list of good resources to understand transformer architecture. Distilled AI on Transformer Harvard Annotated Transformer ...

Curiosity & Perserverance

less than 1 minute read

This is a good tweet. Riding my first #ebike today and it feels like the future has arrived.— Ben Cichy (@bencichy) November 22, 2019

Back to Top ↑

2021

Santa Truth

1 minute read

Growing up in the East, I have never understood the fascination that westerners have about Santa Claus. But I do know that it is culturally inappropriate to ...

Back to Top ↑

2020

Star Wars API

4 minute read

Star Wars API Jupyter Notebook HTML The following is the same content as above but reformatted: Intro Exploring the Star Wars API. This is an open and fre...

Web Scraping 101

less than 1 minute read

This is a simple example of web scraping from wikipedia using python It requires two libraries: beautifulsoup4, requests import requests import sys import b...

Quantconnect Trending System

2 minute read

Quantconnect is World’s Leading Algorithmic Trading Platform It provides a free algorithm backtesting tool and financial data so engineers can design algorit...

Time Series Analysis 101

2 minute read

These are all classical models of forecasting based on time series data, with slight differences. This post focuses on the conceptual differences to gain an ...

Back to Top ↑

2019

Timsort

3 minute read

TimSort is a sorting algorithm based on Insertion Sort and Merge Sort. A stable sorting algorithm works in O(n Log n) time Used in Java’s Arrays.sort()...

Common Quantitative Trading Strategies

less than 1 minute read

Quantitative trading strategies Quantitative traders can employ a vast number of strategies, from the simple to the incredibly complex. Here are six common ...

Back to Top ↑