C++ Random Learning Notes
Note: This is still work in progress. There is a plenty of (free) resources available to learn C++. Here I’m trying to consolidate a few learnings and notes that I...
Exploring Kùzu Graph Database Management System code
Introduction Kùzu is a Graph Database Manaagement System born after extensive research conducted over several years at University of Waterloo. Kùzu is highly optimized to handle complex join-heavy analytical workloads...
Influence Functions in Machine Learning
Introduction With the increasing complexity of machine learning models, the generated predictions are not easily interpretable by humans and are usually treated as black-box models. To address this issue, a...
Paper review - Design Space for Graph Neural Networks
Introduction Design Space for Graph Neural Networks [1] was published on NeurIPS 2020. The authors are Jiaxuan You, Zhitao Ying and Jure Leskovec from Stanford. There is also a very...
What is this about
I have lately dedicated a good amount of my time to input but little to generating output. Writing about what you learn is an efficient way to ask yourself if...