Tech Term Decoded: Forward Chaining

Definition In artificial intelligence, forward chaining, also referred to as forward reasoning is a data-driven reasoning process that applies rules to known facts to generate new facts or reach a conclusion. The process is iterative in nature and con…

Tech Term Decoded: Forward Propagation

Definition In neural networks, forward propagation also known as forward pass, is a process that turns input data to predictions or outputs. In other words, it is the “thinking” phase of a neural network. When fed an input such as an image or text, fo…

Tech Term Decoded: Foundational Model

Definition A foundation model, also referred to as general-purpose AI (GPAI) is a type of AI capable of a range of general tasks (such as text synthesis, image manipulation and audio generation). Examples include OpenAI’s GPT-3 and GPT-4, foundation m…

Tech Term Decoded: Frequency Penalty

Definition In Generative AI, frequency penalty is setting that prevents a model from reusing a word that has already been used multiple times in its output. Simply put, It is just like telling a model, “You’ve used that word several times, try somethi…

Tech Term Decoded: Generative AI (GenAI)

Definition Generative AI or gen AI, is artificial intelligence (AI) that is used to produce original content like text, images, video, audio or software code based on a user’s prompt or request [1]. There are different types of generative models, whic…

Tech Term Decoded: Generative Pre-Trained Transformer (GPT)

Definition Generative Pre-trained Transformers, or GPT, are a family of neural network models that use the transformer architecture and is a key advancement in artificial intelligence (AI) powering generative AI applications such as ChatGPT. GPT model…

Tech Term Decoded: GPU (Graphics Processing Unit)

Definition A graphics processing unit (GPU) is a parallel computing processor designed for rendering graphics, accelerating artificial intelligence (AI) workloads, and processing compute-intensive tasks like image processing and simulation. With hundr…

Load More
That is All