Basic Guide to Artificial Intelligence Terminology, Applications, and Examples
Jerzy Filatow
Senior Technology Leader | Driving AI and Innovation in Tax & Compliance | 100+ Team Leadership | Speaker on Generative AI and Future of Work
While tuning in to an AI podcast recently, I found the abundant use of abbreviations quite overwhelming. To help those who are still navigating the world of AI, I've compiled a user-friendly glossary covering some of the most frequently used terms in the field. Each term comes with a simple explanation, its potential applications, and an example to make the concepts more accessible and relatable. This glossary aims to demystify at least some of the AI jargon and provide a better understanding for newcomers.
GPT: (Generative Pre-trained Transformer) A powerful computer program developed by OpenAI that can understand and generate human-like text.
AI: (Artificial Intelligence) is when computers can do tasks that usually require human thinking, like recognising patterns or solving problems.
AGI: (Artificial General Intelligence) A type of AI that can learn and perform many different tasks, just like a human can. We haven't achieved this level of AI yet, and this is what a lot of people are mostly freaked out about.
LLM: (Large Language Model) A computer program that can understand and work with human language, often used for tasks like writing or answering questions.
ML: (Machine Learning) A way of teaching computers to learn from data and make decisions or predictions based on what they've learned.
NLP: (Natural Language Processing) The first time I heard this I thought it was Neuro Linguistic Programming. This is actually field of study that helps computers understand and communicate with people using human language.
领英推荐
ANN: (Artificial Neural Network)A type of computer program inspired by how the brain works, which can help solve complex problems.
LSTM: (Long Short-Term Memory) As confusing as it sounds, this is a kind of computer program designed to remember and process information that comes in a sequence, like sentences or time series data.
RNN: (Recurrent Neural Network) A type of computer program that can process information that comes in a sequence, such as sentences or time-based data. Very similar to LSTM.
CNN: (Convolutional Neural Network) Not the broadcaster - computer program that's especially good at understanding and processing images, like recognising objects or faces.
BERT: (Bidirectional Encoder Representations from Transformers) Not a reference to Sesame Street. BERT is a powerful language program developed by Google that has helped improve how computers understand and generate human language. And no, there is no ERNIE (but there so should be!)
RL: (Reinforcement Learning) A way to teach computers to make decisions by interacting with their environment and learning from the feedback they get. Basically we give it treats for good treats or penalties.
Hope you find this useful.