Posts by Tag

year
category

Quant

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...

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 ↑

Algorithm

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()...

Back to Top ↑

Jekyll

Back to Top ↑

Time Series Analysis

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 ↑

Web Scraping

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...

Back to Top ↑

API

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...

Back to Top ↑

Essay

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 ↑

Quotes

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 ↑

Artificial Intelligence

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 ...

Back to Top ↑

Machine Learning

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 ...

Back to Top ↑