Top


Adventures in ML trading - Part 1

ML Trading
Part 1/3 - Exporing the mathematical, statistical, and probabilistic nature of the market. Specifically, I attempt building a mean-reversion probability model, backtesting it against historical data, and understanding where/why it falls short. The results explain why simple statistical models fail to capture the complex beast that is the financial market. Nevertheless, this helps with foundational understanding and there is much to learn that I then iterate in the subsequent posts on the topic of ML based Trading.

Exploring Code LLMs - Instruction fine-tuning, models and quantization

AI
Part 1/3 - Evaluating LLM’s that are specialised in code generation tasks, and evaluating their performance on writing code. This post starts with concepts and theory, while the next 2 parts evaluate specific code models.

Getting Things Done with LogSeq

Management
Introduction I was first introduced to the concept of “second-brain” from Tobi Lutke, the founder of Shopify. The topic started because someone asked whether he still codes - now that he is a founder of such a large company. Tobi went on to explain that he spent the weekend writing some code to customise Logseq to his preferences, and that he’s an active member of the Logseq community. The following weekend, I setup Logseq and learnt its weird ways of working, and have since been an ardent user and fan of the Logseq/Obsidian methodology of building a “second-brain”...

Understanding GPT - Transformers

AI
Part 2/3 - Understanding how modern LLMS work. From RNNs, to transformers, towards modern scaling laws.

All posts

Build - Tony Fadell

Management

Introduction Tony Fadell is CEO of nest (bought by google ), and instrumental in building products at Apple like the iPod and the iPhone. The book is not about facts and science, but based on tony’s experience and deals with subjective concepts like how to build products, dealing with assholes, and how to hire etc. Overall, 4/5 stars for me, and I recommend reading it. It covers one strong individuals strong opinions, about how to deal with matters one must deal with when building impactful products....

February 24, 2024

Grit - Angela Duckworth

Management

Book Summary - Grit by Angela Duckworth The post is a book summary of the main bullet points from the book “Grit” by “Angela Duckworth” Components of Grit Angela breaks down grit in the following components:- Interest: I love what I do Practice: I will do what it takes to improve and become world-class Purpose: What I do is important for everyone Hope: I will keep going even when it’s difficult...

December 12, 2022