LLM series Post 1: What is a LLM ?
A lot of people might have known what a LLM is at this point. Most people call it a large language model. But i call it an autoregressive multi class classifier because the functionality of an LLM is to predict the next word and move on until it encounters the end of the sentence. In the series of post i am going to explore what an LLM is and how it is trained and what are the industry terms like "prompt engineering", "one shot" prompting, other buzz words are in terms of Machine learning. This post is written by me and may not be that fluent because i did not ran it through a large language model because i find it counter intuitive to write a LLM post by using LLM. I am not a person who is supporting or against LLM because with correct mindset and usage i think it can be very useful. Although a lot of people write a lot of articles about LLM. in general, i find everything to be same that is lacking depth or blocked by paywalls so i am writing what i understand a...