Every little gist

Home

This site contains information/documentation for my codes in my Github repositories & my notes from self-learning various topics.

Mainly contains stuff related to machine learning, market microstructure, CI/CD web development & stuff with not so trivial details that I will most probably forget over time.

Checkout my Github.


Recent posts

Dueling DDQN with PER

49 minute read

This post documents my implementation of the Dueling Double Deep Q Network with Priority Experience Replay (Duel DDQN with PER) algorithm.

Dueling DDQN

24 minute read

This post documents my implementation of the Dueling Double Deep Q Network (Dueling DDQN) algorithm.

DDQN

29 minute read

This post documents my implementation of the Double Deep Q Network (DDQN) algorithm.

DQN

24 minute read

This post documents my implementation of the Deep Q Network (DQN) algorithm.