May 14, 2024

DFS?

I have always struggled with Depth First Search, DFS. I now have started solving it using first principles and it has started to make sense. DFS can be solved using two methods: Recursive solution Iterative solution, using stacks To solve recursively we must keep few things in our mind:
read more
#ml

May 11, 2024

How to find good research papers?

There is plethora of research happening all around us and in the recent times the incoming number of research papers have increased by quite a number. This raises a question on how to find a good paper and give it a read.
read more
#ml | #llm | #nlp

March 16, 2023

The AI Summer

Meta LLaMA, Stanford Alpaca, PaLM, OpenAI GPT-4. This week has been crazy. The previous week started with the storming LLaMA release from the Meta which advanced to weight leaks on the torrent. Then Stanford released the Alpaca model fine tuned from the LLaMA 7B model on 52K instruction-following demonstrations.
read more

March 3, 2023

Hello, World

Hello, World #include <iostream> using namespace std; int main() { cout << "Hello, World!" << endl; return 0; }

© Ankit Sharma 2025