{"id":828,"date":"2025-09-12T10:21:43","date_gmt":"2025-09-12T08:21:43","guid":{"rendered":"https:\/\/univet.hu\/konyvtar\/?page_id=828"},"modified":"2026-01-12T13:55:16","modified_gmt":"2026-01-12T12:55:16","slug":"introduction_to_ai","status":"publish","type":"page","link":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/","title":{"rendered":"Introduction to AI"},"content":{"rendered":"<p data-start=\"241\" data-end=\"279\">Artificial Intelligence (AI) refers to computer systems that perform tasks that imitate human thinking, such as learning, reasoning, problem-solving, or communication. Developers aim to create algorithms that can perceive their environment, make decisions, and act or improve independently based on those decisions.<\/p> <h3 data-start=\"627\" data-end=\"689\">Main categories of AI by capability (intelligence level)<\/h3> <ul> <li data-start=\"693\" data-end=\"1139\"><strong data-start=\"693\" data-end=\"734\">Artificial Narrow Intelligence (ANI). <\/strong>This is the most common form of AI today. It is designed for a specific task, such as facial recognition, natural language processing, or running recommendation systems. The key point is that ANI often performs its task faster or more accurately than humans, but it cannot go beyond its specialized area. It does not think \u201cgenerally\u201d and cannot adapt to unfamiliar, novel situations as humans can.<\/li> <li data-start=\"693\" data-end=\"1139\"><strong data-start=\"1143\" data-end=\"1185\">Artificial General Intelligence (AGI). <\/strong>A higher level of AI that currently exists only in theory. The aim is to build machines that could think and learn at a human level \u2014 in any domain. Such systems would not only solve a single task but could also reason, plan, and solve problems like a human being. Although no AGI exists yet, many researchers are actively working on it.<\/li> <li data-start=\"693\" data-end=\"1139\"><strong data-start=\"1528\" data-end=\"1567\">Artificial Superintelligence (ASI). <\/strong>This concept borders on science fiction, yet it is seriously discussed. ASI would surpass human intelligence in all domains \u2014 it would think faster, be more creative, and solve problems more effectively than humans. While exciting, it also raises significant ethical and safety concerns. For example, who would control such a system, and how could we ensure it is used for good purposes?<\/li> <\/ul> <h3 data-start=\"1968\" data-end=\"2011\">Categories of AI by mode of operation<\/h3> <p><strong data-start=\"2016\" data-end=\"2047\">1) Predictive AI<\/strong><span style=\"margin: 0px;padding: 0px\"><strong>\u2014Forecasting.\u00a0<\/strong>This type of AI uses<\/span>\u00a0past data to predict what is likely to happen in the future.<\/p> <p data-start=\"2125\" data-end=\"2152\">Typical applications:<\/p> <ul> <li data-start=\"2125\" data-end=\"2152\">Weather forecasting<\/li> <li data-start=\"2125\" data-end=\"2152\">Financial trend prediction (e.g., stock markets)<\/li> <li data-start=\"2125\" data-end=\"2152\">Customer behavior prediction<\/li> <li data-start=\"2125\" data-end=\"2152\">Predictive maintenance in industry<\/li> <\/ul> <p data-start=\"2318\" data-end=\"2440\">Keyword: Probability. Predictive AI does not make specific predictions but provides probabilities based on past data.<\/p> <p data-start=\"2450\" data-end=\"2568\"><strong data-start=\"2450\" data-end=\"2486\">2) Generative AI<\/strong><span style=\"margin: 0px;padding: 0px\"><strong>\u2014Content Creation.\u00a0<\/strong>It produces<\/span> new text, images, music, or video based on learned patterns.<\/p> <p data-start=\"2573\" data-end=\"2588\">Examples:<\/p> <ul> <li data-start=\"2594\" data-end=\"2627\">Text generation (e.g., ChatGPT)<\/li> <li data-start=\"2594\" data-end=\"2627\">Image generation (e.g., DALL\u00b7E, MidJourney)<\/li> <li data-start=\"2594\" data-end=\"2627\">Music composition<\/li> <li data-start=\"2594\" data-end=\"2627\">Video animations<\/li> <\/ul> <p data-start=\"2732\" data-end=\"2880\">Keyword: Creativity. Generative AI functions like a diligent artist: it learns extensively and then creates new content in its own style.<\/p> <p data-start=\"2890\" data-end=\"3046\"><strong data-start=\"2890\" data-end=\"2952\">3) Classification and recognition AI<\/strong><span style=\"margin: 0px;padding: 0px\"><strong>\u2014Pattern identification. <\/strong>It recognizes<\/span> and categorizes input data, such as images, sounds, and movements.<\/p> <p data-start=\"3051\" data-end=\"3066\">Examples:<\/p> <ul> <li data-start=\"3072\" data-end=\"3120\">Facial recognition (e.g., in security systems)<\/li> <li data-start=\"3072\" data-end=\"3120\">Speech recognition (e.g., voice assistants)<\/li> <li data-start=\"3072\" data-end=\"3120\">Medical image analysis (e.g., X-ray interpretation)<\/li> <li data-start=\"3072\" data-end=\"3120\">Autonomous vehicles (object and lane detection)<\/li> <\/ul> <p data-start=\"3290\" data-end=\"3396\">Keyword: Pattern. This type does not interpret meaning but excels at rapid and accurate recognition.<\/p> <h3 data-start=\"3403\" data-end=\"3425\">Machine Learning<\/h3> <p data-start=\"3426\" data-end=\"3713\">Machine Learning (ML) is one of the most important fields of AI. Its essence is that computer systems learn patterns from data and examples, enabling them to generalize. Instead of following pre-programmed rules, ML algorithms learn from experience, processing datasets to solve tasks. This allows an app to recognize faces, recommend movies, or translate texts. In other words, AI is the broader goal (human-like intelligence), while ML is the \u201cengine\u201d that enables systems to adapt and improve.<\/p> <p data-start=\"3965\" data-end=\"4013\">Three main approaches to machine learning:<\/p> <ul> <li data-start=\"4016\" data-end=\"4180\">Supervised learning: Algorithms are trained with labeled data (e.g., images labeled \u201ccat\u201d or \u201cdog\u201d), and later the system can identify new examples correctly.<\/li> <li data-start=\"4016\" data-end=\"4180\">Unsupervised learning: There are no labels; the algorithm must find patterns, clusters, and similarities independently (e.g., identifying customer segments).<\/li> <li data-start=\"4016\" data-end=\"4180\">Reinforcement learning: The system learns by trial and error, receiving rewards for correct actions and penalties for mistakes \u2014 similar to learning to play a game by practice.<\/li> <\/ul> <h3 data-start=\"4535\" data-end=\"4569\">Large Language Models (LLMs)<\/h3> <p data-start=\"4570\" data-end=\"4775\">Large Language Models are AI systems trained on vast text corpora to recognize linguistic patterns and generate new text. Examples include GPT (OpenAI), BERT (Google), and Claude (Anthropic).<\/p> <p data-start=\"4777\" data-end=\"4796\">Applications:<\/p> <ul> <li data-start=\"4799\" data-end=\"4831\">Text writing and summarization<\/li> <li data-start=\"4799\" data-end=\"4831\">Translation<\/li> <li data-start=\"4799\" data-end=\"4831\">Question\u2013answer systems<\/li> <li data-start=\"4799\" data-end=\"4831\">Customer service chatbots<\/li> <li data-start=\"4799\" data-end=\"4831\">Research assistance<\/li> <li data-start=\"4799\" data-end=\"4831\">Programming support<\/li> <\/ul> <h4 data-start=\"4960\" data-end=\"4984\">How do LLMs learn?<\/h4> <p data-start=\"4985\" data-end=\"5250\">LLMs are based on machine learning, particularly deep learning. They are trained on massive text datasets (books, articles, web pages) and learn statistical relationships between words and expressions, such as which word is likely to follow another in context. This does not mean accurate \u201cunderstanding\u201d but pattern recognition and probability estimation.<\/p> <p data-start=\"5354\" data-end=\"5392\">Training often occurs in two phases: pre-training, which involves learning general linguistic patterns, and fine\u2013tuning, which involves adapting to specific tasks or domains (e.g., medical texts, customer service dialogues).<\/p> <h4 data-start=\"5573\" data-end=\"5616\">Opportunities and limitations of LLMs<\/h4> <p data-start=\"5618\" data-end=\"5638\">Opportunities:<\/p> <ul> <li data-start=\"5641\" data-end=\"5699\">Processing and summarizing large amounts of information.<\/li> <li data-start=\"5641\" data-end=\"5699\">Rapid text generation, idea creation, and translation.<\/li> <li data-start=\"5641\" data-end=\"5699\">Effective in structured tasks (e.g., code generation, creating document outlines).<\/li> <li data-start=\"5641\" data-end=\"5699\">Flexible integration into different applications.<\/li> <\/ul> <p data-start=\"5901\" data-end=\"5919\">Limitations:<\/p> <ul> <li data-start=\"5922\" data-end=\"5999\">Do not possess real knowledge or understanding &#8211; operate probabilistically.<\/li> <li data-start=\"5922\" data-end=\"5999\">May produce incorrect, imprecise, or outdated information.<\/li> <li data-start=\"5922\" data-end=\"5999\">Sensitive to data quality: biased data leads to biased results.<\/li> <li data-start=\"5922\" data-end=\"5999\">High computational and energy demands raise sustainability concerns.<\/li> <\/ul> <h4 data-start=\"6210\" data-end=\"6249\">The phenomenon of \u201challucination\u201d<\/h4> <p data-start=\"6250\" data-end=\"6378\">One common problem of LLMs is \u201challucination,\u201d which is producing plausible but factually incorrect or entirely fabricated information. This happens because the model does not \u201cknow\u201d reality &#8211; it simply continues linguistic patterns. It may \u201cinvent\u201d quotes, sources, or facts that do not exist.<\/p> <h4 data-start=\"6542\" data-end=\"6599\">Why should AI-generated content always be verified?<\/h4> <p>LLM outputs are often well-formulated, making them appear convincing. They may present conclusions that sound logical but are unsupported by facts. Critical source-checking is essential, especially in research, education, or professional work. AI-generated text is not a source; it must always be compared against reliable literature and verified data.<\/p> <p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Artificial Intelligence (AI) refers to computer systems that perform tasks that imitate human thinking, such as learning, reasoning, problem-solving, or communication. Developers aim to create algorithms that can perceive their environment, make decisions, and act or improve independently based on those decisions. Main categories of AI by capability (intelligence level) Artificial Narrow Intelligence (ANI). This<\/p>\n","protected":false},"author":58,"featured_media":0,"parent":818,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","footnotes":""},"categories":[25],"tags":[],"class_list":["post-828","page","type-page","status-publish","hentry","category-oktatas-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introduction to AI - Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introduction to AI - Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum\" \/>\n<meta property=\"og:description\" content=\"Artificial Intelligence (AI) refers to computer systems that perform tasks that imitate human thinking, such as learning, reasoning, problem-solving, or communication. Developers aim to create algorithms that can perceive their environment, make decisions, and act or improve independently based on those decisions. Main categories of AI by capability (intelligence level) Artificial Narrow Intelligence (ANI). This\" \/>\n<meta property=\"og:url\" content=\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/\" \/>\n<meta property=\"og:site_name\" content=\"Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-12T12:55:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/\",\"url\":\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/\",\"name\":\"Introduction to AI - Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum\",\"isPartOf\":{\"@id\":\"https:\/\/univet.hu\/konyvtar\/#website\"},\"datePublished\":\"2025-09-12T08:21:43+00:00\",\"dateModified\":\"2026-01-12T12:55:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kezd\u0151lap\",\"item\":\"https:\/\/univet.hu\/konyvtar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Artificial intelligence (AI)\",\"item\":\"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Introduction to AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/univet.hu\/konyvtar\/#website\",\"url\":\"https:\/\/univet.hu\/konyvtar\/\",\"name\":\"Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/univet.hu\/konyvtar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introduction to AI - Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/","og_locale":"en_US","og_type":"article","og_title":"Introduction to AI - Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum","og_description":"Artificial Intelligence (AI) refers to computer systems that perform tasks that imitate human thinking, such as learning, reasoning, problem-solving, or communication. Developers aim to create algorithms that can perceive their environment, make decisions, and act or improve independently based on those decisions. Main categories of AI by capability (intelligence level) Artificial Narrow Intelligence (ANI). This","og_url":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/","og_site_name":"Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum","article_modified_time":"2026-01-12T12:55:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/","url":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/","name":"Introduction to AI - Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum","isPartOf":{"@id":"https:\/\/univet.hu\/konyvtar\/#website"},"datePublished":"2025-09-12T08:21:43+00:00","dateModified":"2026-01-12T12:55:16+00:00","breadcrumb":{"@id":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/introduction_to_ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kezd\u0151lap","item":"https:\/\/univet.hu\/konyvtar\/"},{"@type":"ListItem","position":2,"name":"Artificial intelligence (AI)","item":"https:\/\/univet.hu\/konyvtar\/en\/artificial-intelligence-ai\/"},{"@type":"ListItem","position":3,"name":"Introduction to AI"}]},{"@type":"WebSite","@id":"https:\/\/univet.hu\/konyvtar\/#website","url":"https:\/\/univet.hu\/konyvtar\/","name":"Hut\u00ffra Ferenc K\u00f6nyvt\u00e1r, Lev\u00e9lt\u00e1r \u00e9s M\u00fazeum","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/univet.hu\/konyvtar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/pages\/828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/users\/58"}],"replies":[{"embeddable":true,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/comments?post=828"}],"version-history":[{"count":5,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/pages\/828\/revisions"}],"predecessor-version":[{"id":865,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/pages\/828\/revisions\/865"}],"up":[{"embeddable":true,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/pages\/818"}],"wp:attachment":[{"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/media?parent=828"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/categories?post=828"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/univet.hu\/konyvtar\/en\/wp-json\/wp\/v2\/tags?post=828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}