ABAadarsh Banjadeinblissful.hashnode.dev·Apr 13, 2025 · 6 min readUnderstanding transformer and AI jargonsTransformer is an architecture used by modern large language model like ChatGPT, Gemini, Llama, and so on, which is responsible for revolutionizing Natural Language Processing (NLP). It was first introduced in research paper Attention is all you need...00
ABAadarsh Banjadeinblissful.hashnode.dev·Feb 14, 2025 · 7 min readUnderstanding Objects in JavascriptYou might wonder, why the heck do we need Objects? “Ok, I knew variables, a container to store it, knew different types of data to store like string, numbers, and inside numbers; float integer…blah blah blah.. Now you talking about Objects? why?” Fai...00