{"id":1432,"date":"2025-05-13T11:52:02","date_gmt":"2025-05-13T09:52:02","guid":{"rendered":"https:\/\/intermarketing.sk\/basic-ai-glossary\/"},"modified":"2025-06-03T08:18:42","modified_gmt":"2025-06-03T06:18:42","slug":"basic-ai-glossary","status":"publish","type":"post","link":"https:\/\/intermarketing.sk\/en\/basic-ai-glossary\/","title":{"rendered":"Basic AI Glossary"},"content":{"rendered":"\n<p>This <strong>basic AI glossary<\/strong> offers an overview of key artificial intelligence (AI) terms, prepared by Intermarketing. It focuses on connecting business and marketing through AI &#8211; from <strong>machine learning<\/strong> to <strong>neural networks<\/strong> to <strong>prompt engineering<\/strong> and <strong>iteration<\/strong>. It is also suitable as a gateway to the world of <strong>AI for beginners<\/strong>.<\/p>\n\n<p>For each term, you&#8217;ll find a short definition, a question to ponder, and a thought-provoking reflection to really get to grips with <strong>AI concepts<\/strong> and their practical implications.<\/p>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>1. Machine Learning<\/strong><br\/>Definition: models that \u201clearn\u201d from data without explicitly programming rules and make predictions based on patterns.<br\/>Food for thought. Do I have enough volume and quality of historical data in my organization to make the investment in ML worthwhile?<br\/>Food for further thought: investigate the periodicity of key patterns in your data (quarterly, semi-annually) to set up a pilot.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>What is machine learning? &#8211; one of the fundamental concepts of AI that everyone considering implementing AI into processes should be familiar with.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>2. Deep Learning<\/strong><br\/>Definition: a subset of ML with multi-layer <strong>neural networks<\/strong>, suitable for processing complex data (images, audio, text).<br\/>Food for thought: do you have hundreds of thousands of records to justify the increased computational demands?<br\/>Suggestion for further thinking: test a lighter model first (e.g. Random Forest), then deep learning.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Neural network &#8211; what is it? Its deeper layers are the basis of deep learning techniques used in images, text and audio data.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>3. Neural Network<\/strong><br\/>Definition: A stack of mathematical \u201cneurons\u201d in layers that transform inputs via weighted sums and activation functions.<br\/>Food for thought: do you understand what each layer does (input, hidden, output)?<br\/>Food for further thought: look at activation heatmaps to visualize strong patterns.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>This term is key in any AI dictionary &#8211; it helps to understand how \u201cthinking\u201d models work.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>4. Supervised vs. Unsupervised Learning<\/strong><br\/>Definitions:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Supervised<\/strong>: model trained on labeled data.<\/li>\n\n\n\n<li><strong>Unsupervised<\/strong>: the model reveals structures in the unlabeled data.<br\/>Food for thought: which approach solves your problem better and do you have the resources to do it?<br\/>Suggestion for further thinking: combine the two: first segment (unsupervised), then classify (supervised).<\/li>\n<\/ul>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>A basic pair of AI terms, often searched for in the phrase \u201cAI for beginners\u201d.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>5. Reinforcement Learning<\/strong><br\/>Definition: An agent learns through rewards and punishments by interacting with the environment.<br\/>Food for thought: Do you have a well-defined KPI as a reward for the agent?<br\/>Suggestion for further thinking: create a simple simulated environment for rapid testing.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>A perfect example of how artificial intelligence learns to make decisions autonomously &#8211; also common in games and robotics.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>6. Overfitting &amp; Underfitting<\/strong><br\/>Definitions:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Overfitting<\/strong>: model adapts to noise, generalizes poorly.<\/li>\n\n\n\n<li><strong>Underfitting<\/strong>: the model is too simple, it doesn&#8217;t even reveal the underlying patterns.<br\/>Food for thought: what&#8217;s the difference between training and validation error in your reports?<br\/>Food for further thought: hang k-fold cross-validation and follow the learning curves.<\/li>\n<\/ul>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Terms essential in model training &#8211; among the most common terms in AI terminology.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>7. Hyperparameters<\/strong><br\/>Definition: external model settings (learning rate, number of layers) that you tune outside the training process.<br\/>Food for thought: do you use grid search, random search or Bayesian methods to find them?<br\/>Food for thought: try Optuna or Hyperopt libraries for automated search.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>A keyword in AI model optimization &#8211; often searched for as \u201cAI model setup\u201d.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>8. Feature Engineering<\/strong><br\/>Definition: Selecting, transforming, and creating inputs that add predictive power to models.<br\/>Food for thought: what new variables would enrich your dataset (time windows, aggregated metrics)?<br\/>Food for further thought: use Featuretools to automate feature generation and compare the results.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>It is one of the most important steps in building powerful AI models.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>9. Model Drift<\/strong><br\/>Definition: decrease in model accuracy after deployment due to changes in data\/environment.<br\/>Food for thought: do you have alerts set up when metrics drop (e.g. accuracy below a threshold)?<br\/>Food for further thought: design a dashboard with performance tracking and thresholds for retraining.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>An important concept in long-term AI deployment &#8211; maintaining model performance over time.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>10. Explainability (XAI)<\/strong><br\/>Definition: the ability of a model (or complementary tools) to explain decision making, often using SHAP or LIME.<br\/>Food for thought: can you prepare a document for a regulator that explains the impact of inputs?<br\/>Food for further thought: do a SHAP analysis and visualize the top inputs for the key cases.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>AI explainability is increasingly important, especially for regulated sectors &#8211; often asking \u201cwhat influenced the model output?\u201d<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>11. Prompt and Prompt Engineering<\/strong><br\/>Definitions:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Prompt<\/strong>: text instruction for the generative model.<\/li>\n\n\n\n<li><strong>Prompt Engineering<\/strong>: systematically designing prompts (context, task, examples, format) so that the model generates accurate and consistent outputs.<br\/>Food for thought: do you have a process for testing, versioning, and optimizing prompts according to the quality of the outputs?<br\/>Food for further thought: implement a Git-like workflow for managing prompts with branching and feedback.<\/li>\n<\/ul>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>This concept became popular especially after the advent of tools like ChatGPT &#8211; searched as \u201chow to write a prompt for AI\u201d.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p><strong>12. Iteration<\/strong><br\/>Definition: A repeated cycle of analyzing outputs, modifying the model or prompts, and retesting until you reach the desired quality.<br\/>Food for thought: How often do you revise and improve your models or prompts?<br\/>Food for further thought: Set a regular sprint (e.g., every 2 weeks) devoted to iteration and document the changes.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>A core practice of any data team &#8211; it has to do with agile development and continuous learning of the model.<\/em><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<p>This <strong>glossary of AI terms<\/strong> with suggestions for further thinking will help you, as Intermarketing&#8217;s clients, better understand <strong>AI terminology<\/strong> and translate it into concrete steps for preparing and evaluating AI projects in <strong>business and marketing<\/strong>. With this structured approach, you will have a more complete <strong>knowledge base about AI<\/strong> and can more quickly decide when and how to actually deploy AI.<\/p>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This basic AI glossary provides an overview of the most important AI concepts such as machine learning, neural networks, deep learning and prompt engineering, supplemented by practical questions and tips for thinking. It is designed for those who want to better understand AI terminology and translate it into concrete business and marketing decisions. With clear definitions and a practical framework, it serves as an ideal entry-level resource for AI beginners and advanced users alike.<\/p>\n","protected":false},"author":1,"featured_media":1385,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46],"tags":[],"class_list":["post-1432","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-portfolio-en"],"_links":{"self":[{"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/posts\/1432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/comments?post=1432"}],"version-history":[{"count":1,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/posts\/1432\/revisions"}],"predecessor-version":[{"id":1433,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/posts\/1432\/revisions\/1433"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/media\/1385"}],"wp:attachment":[{"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/media?parent=1432"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/categories?post=1432"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/intermarketing.sk\/en\/wp-json\/wp\/v2\/tags?post=1432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}