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.
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.
read more

March 3, 2023

Hello, World

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

© ankit sharma 2024