GGirdhaRinartificially-intelligent.hashnode.dev路Aug 13, 2025 路 2 min readGPT: The Core of Modern AI InnovationsAs mitochondria is the powerhouse of the cell, GPT is the powerhouse of generative AI.馃槈 GPT stands for Generative Pretrained Transformer. Generative means it can create text, code, or other content Pretrained means it has already learned from a m...00
GGirdhaRinartificially-intelligent.hashnode.dev路Aug 13, 2025 路 2 min readTokenization: The Building Blocks of AIWhat is Tokenization Tokenization is like breaking a big sentence into small puzzle pieces that a computer can understand. These pieces are called tokens. Depending on the system, a token can be a word, part of a word, or even just punctuation. Examp...00
GGirdhaRinartificially-intelligent.hashnode.dev路Aug 13, 2025 路 2 min readUnderstanding Vector EmbeddingsWhat is a Vector Embedding Imagine you have a huge library and you want to arrange books not by title or author but by the meaning of their content. A vector embedding is like giving each book a set of GPS coordinates in a special kind of map where s...00
GGirdhaRinthe-complexity-of-time-complexity.hashnode.dev路May 5, 2025 路 6 min readThe Complexity of Time Complexityfor (int i=1; i<=n; i*=2) { for (int j=0; j<i; j++) { for (int k=0; k<=n; k+=2) { // Any O(1) operation } for (int k=1; k<n; k*=2) { // Any O(1) operation } } } If you can truly understand the TC of the above ...00
GGirdhaRinhow-to-choose-a-date.hashnode.dev路May 3, 2025 路 3 min readHow to choose a dateSuppose you want a new gf and are bored of your LDR and need someone close to you, so how would you pick the best in your class. Well, we will be demystifying that today in this blog. Criteria for a potential candidate :- Popular (Number of IG fol...00