Research notebook

Blog

Research notes, technical essays, and occasional reflections on the systems around us.

Cover story

Graphs, LLM's and Science of Science

Exploring the bridge between scientific knowledge and Large Language models

May 18, 2024 · 5 min · Akhil Pandey
Read the essay
Graphs, LLM's and Science of Science

From the archive

02

How do we quantify uncertainty in deep learning models ?

Neural Networks Everywhere The genesis of Deep Learning began primarily in 2012 when researchers were able to capture the information present in millions of images and accurately predict class…

03

Morality - it's influence on thought and action

I am not a philosopher but I observe the fundamental nature of things in my surroundings. Right from my childhood to this moment when I am orchestrating this article there are countless thoughts that…

04

The three C's of Javascript

You might be wondering what the three C’s are : Currying Closures Callbacks Ok what are those ? Before I start, let me tell you that in Javascript Functions are Objects. So every object in…

05

numgo - ND Array based math library for Go

Mathematical computations and statistical operations contribute immensely to the development of machine learning models in diverse disciplines. Arrays are the most frequently used data structure in…