Logo
HomeThoughtsProjectsJourneyResearchNotesTravelFoodBooksSports

Notes

A collection of short learnings, explanations, and evolving ideas.

Neural Networks: The Basics

Oct 2024

Neural networks are computational models inspired by biological neurons. They form the foundation of modern deep learning.

Machine LearningNeural NetworksAI

Graph Algorithms Cheat Sheet

Sep 2024

- Space: O(V²)

AlgorithmsData StructuresComputer Science

System Design Patterns

Aug 2024

**Types:**

System DesignArchitectureScalability

Understanding Attention in Transformers

Jun 2024

Attention allows a model to weigh the relevance of different parts of the input sequence...

Deep LearningTransformers