{"id":2214,"date":"2026-06-05T13:38:19","date_gmt":"2026-06-05T11:38:19","guid":{"rendered":"https:\/\/teszarypeter.hu\/?post_type=publikacio&#038;p=2214"},"modified":"2026-06-10T14:42:32","modified_gmt":"2026-06-10T12:42:32","slug":"4-resz-mi-a-mindennapokban-gyakorlati-alkalmazasok","status":"publish","type":"publikacio","link":"https:\/\/teszarypeter.hu\/en\/publikacio\/4-resz-mi-a-mindennapokban-gyakorlati-alkalmazasok\/","title":{"rendered":"Part 4: AI in everyday life \u2013 Practical applications"},"content":{"rendered":"<p class=\"wp-block-paragraph\">AI in practice: From Robotics to Speech Recognition (Part 4)<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Introduction<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A&nbsp;<em>testarypeter.hu<\/em>&nbsp;In the fourth chapter of this five-part series of articles, we move from theoretical principles to tangible applications. The mathematical models discussed in the previous sections and the&nbsp;<em>the Cognitive Sciences<\/em>&nbsp;his findings, which explore the regularities of human thinking, put into practice the&nbsp;<strong>Rational action<\/strong>&nbsp;Incarnate by principle. Artificial intelligence (AI) is no longer just an abstraction of research laboratories, but a technological reality that shapes our daily lives and is able to function independently and purposefully through agents in harmony with its environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. The world of robotics: Physical extension of AI<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Robotics is the branch of AI responsible for physical expansion, movement, and manipulation of objects. While software solutions work with virtual data, robots are the physical interfaces of AI that interact with reality through sensors and actuators.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Historical and economic context<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The practical benefits of AI were already apparent in the 1980s during the boom in expert systems and early robotics. That's when technology became a billion-dollar business. An excellent example is DEC's R1 system, which saved DEC $40 million a year in the mid-1980s by optimizing industrial processes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Extended Turing Test and Physical Dimension<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The requirements of modern robotics go beyond classical text communication. The extended version of the Turing test also requires physical interaction: the machine must be capable of sensing and moving relevantly in the environment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Basic operating cycle of robotic systems:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data collection:<\/strong>\u00a0Entering environmental information through sensors.<\/li>\n\n\n\n<li><strong>Decision:<\/strong>\u00a0Algorithmic processing to determine the rational step.<\/li>\n\n\n\n<li><strong>Action:<\/strong>\u00a0Movement of physical interveners (motors, actuators).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Types: Special and General MI<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At present, robots are primarily&nbsp;<strong>Weak AI<\/strong>&nbsp;They belong to the category of Narrow AI, where they perform specific tasks, such as the navigation of autonomous vehicles. However, the long-term goal of the research is to&nbsp;<strong>Strong AI<\/strong>&nbsp;(General AI), which carries the ability to move and adaptively solve tasks at the human level.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Machine vision: Processing the visual input<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Machine vision is the most important sensory channel for AI, enabling the digitisation of the environment and the identification of objects. This process is essential for measuring advanced intelligence and complex navigation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Digitisation and noise management<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When processing visual information, the machine must handle \u2018noisy\u2019, erroneous or incomplete data from the physical reality. To this end,&nbsp;<strong>Probability Calculation Models<\/strong>&nbsp;This allows the system to detect patterns despite visual interference.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Learning process and classification<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In machine vision, the&nbsp;<strong>supervised learning<\/strong>&nbsp;dominant: the system is taught with tagged data pairs. The core of the process is&nbsp;<strong>classification<\/strong>, where the input image, for example in the case of a facial recognition system, is assigned to a specific category or person.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2018Alan Turing\u2019s vision of 1950 is that in order to achieve human-level intelligence, a machine must have three complementary capabilities beyond communication: machine vision to recognise objects, speech understanding and robotic abilities to move.\u2019<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Virtual Reality (VR) and the Symbiosis of AI<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The relationship between virtual reality (VR) and AI is symbiotic: AI makes simulated spaces more lifelike, and VR provides a safe environment for teaching AI agents. In this environment, agents must make rational decisions in response to environmental changes, even with limited information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The main applications of VR in combination with AI are:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Education:<\/strong>\u00a0Interactive simulations to develop cognitive skills.<\/li>\n\n\n\n<li><strong>Business simulations:<\/strong>\u00a0Modelling industrial processes and workflow optimization.<\/li>\n\n\n\n<li><strong>Risk-free training:<\/strong>\u00a0Practice complex operations where a real error would be fatal.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. Speech Recognition and NLP (Natural Language Processing)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Natural Language Processing (NLP) builds on the foundations of computer linguistics, morphology and segmentation to enable the interpretation of human speech.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mathematical models: Statistical and HMM Basics<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Modern systems adopt a probabilistic approach, often building on the logic of hidden Markov models (HMMs) or statistical language models. These algorithms do not \u2018think\u2019, but identify patterns based on big data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Interaction and generation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The functionality of ChatGPT and similar models is the pinnacle of pattern recognition. The system interprets the question, then determines the structure of the answer on a statistical basis with the help of the learned connections.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How does it work? \u2013 Technical logic<\/strong>&nbsp;Based on the input text, the AI calculates the following most likely&nbsp;<strong>word or letter<\/strong>. If the sentence begins: \u2018Apple\u2026\u2019, the model does not contemplate the concept of fruit, but uses its data to identify whether \u2018red\u2019, \u2018green\u2019 or \u2018sweet\u2019 elements are statistically most likely to follow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. Under the \u2018engine bonnet\u2019 of the algorithms: Machine learning in practice<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Basic design principle for the implementation of practical AI&nbsp;<strong>Ockham's Razor<\/strong>: We choose the simplest of several consistent hypotheses (e.g., a first-degree polynomial versus a seventh-degree polynomial), because simpler models tend to be more generalized and allow for faster running.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Decision trees and neural networks<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A&nbsp;<strong>Decision trees<\/strong>&nbsp;They come through a series of questions. Applied in Senior Level Development&nbsp;<strong>anytime decision tree<\/strong>&nbsp;The technique allows the system to make a decision over time, albeit not necessarily optimally, which is continuously refined as a function of the available time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The more complex tasks are&nbsp;<strong>neural networks<\/strong>&nbsp;treated. It is important to mention here the&nbsp;<strong>Bias<\/strong>&nbsp;The definition of perceptron in the perceptron model&nbsp;<em>x<\/em>0\u200b appears as a constant unit, ensuring the flexibility of the model. The power of deep learning&nbsp;<strong>AlphaGo<\/strong>&nbsp;His success in 2016 proved it, where the machine surpassed the human world champion in an extremely complex board game.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Developer environment and tools<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For practical implementation, the experts are&nbsp;<strong>Python<\/strong>&nbsp;They use the environment, relying on the following critical libraries:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>numpy\/scipy:<\/strong>\u00a0Basic mathematical and scientific operations.<\/li>\n\n\n\n<li><strong>pandas:<\/strong>\u00a0Manage structured data.<\/li>\n\n\n\n<li><strong>sklearn:<\/strong>\u00a0Machine learning algorithms and classifiers.<\/li>\n\n\n\n<li><strong>tensorflow \/ keras:<\/strong>\u00a0Building deep learning architectures.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Problems and practical AI solutions<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Type of problem<\/th><th>Practical AI solution<\/th><\/tr><tr><td><strong>Classification<\/strong><\/td><td>Face recognition, Credit assessment (Yes\/No decision)<\/td><\/tr><tr><td><strong>Regression (Regression)<\/strong><\/td><td>Weather forecast, Estimation of property prices<\/td><\/tr><tr><td><strong>Clustering<\/strong><\/td><td>Automatic segmentation of customer groups<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">7. Summary and outlook<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">From robotics to speech recognition, we see that the practical application of AI is based on a balance between mathematical precision and engineering simplicity (Ockham's razor). The key to development is&nbsp;<strong>responsible AI development<\/strong>, which strives for effective human-technology cooperation while adhering to ethical standards. The final part of the series will focus on the future of AI and social impacts.<\/p>","protected":false},"excerpt":{"rendered":"<p>AI is no longer the distant future, but the invisible helper of our everyday lives.<\/p>","protected":false},"author":2,"featured_media":1557,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"slim_seo":{"title":"4. R\u00e9sz: MI a mindennapokban \u2013 Gyakorlati alkalmaz\u00e1sok - Tesz\u00e1ry P\u00e9ter","description":"Az MI m\u00e1r nem a t\u00e1voli j\u00f6v\u0151, hanem a mindennapjaink l\u00e1thatatlan seg\u00edt\u0151t\u00e1rsa."},"footnotes":""},"categories":[93],"tags":[96],"class_list":["post-2214","publikacio","type-publikacio","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","tag-mesterseges-intelligencia"],"desktop_mode_lock":null,"desktop_mode_contributors":[],"desktop_mode_attached_media":[1557],"meta_box":[],"_links":{"self":[{"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/publikacio\/2214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/publikacio"}],"about":[{"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/types\/publikacio"}],"author":[{"embeddable":true,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/comments?post=2214"}],"version-history":[{"count":2,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/publikacio\/2214\/revisions"}],"predecessor-version":[{"id":2220,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/publikacio\/2214\/revisions\/2220"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/media\/1557"}],"wp:attachment":[{"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/media?parent=2214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/categories?post=2214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teszarypeter.hu\/en\/wp-json\/wp\/v2\/tags?post=2214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}