Posts

Showing posts with the label Artificial Intelligence

body gtag

Large Language Model (LLMs)

Image
What is LLM? A n LLM is a type of GenAI designed to produce human-like text . The LLM's primary function is to generate contextually appropriate continuations of a given input prompt by predicting the most probable sequence of words.  A simple way to understand this is through an example. Given the prompt: “The capital of the Philippines is ______” The LLM predicts and fills in the most probably next word. This predictive mechanism enables LLMs to perform a wide range of natural language processing tasks such as summarization, translation, question answering, content generation, and dialogue simulation with a high degree of fluency and relevance. Examples of LLMs include ChatGPT, Google Gemini, DeepSeek, Microsoft Copilot, and other advanced AI chatbots.  Common LLMs in the Market ChatGPT (https://chatgpt.com/) -  Launched in November 2022, ChatGPT is a conversational AI developed by OpenAI. It quickly became one of the most widely used LLMs globally, marking a major br...