<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>Кафедра комп'ютерних наук</title>
<link href="https://ir.lib.vntu.edu.ua/handle/123456789/35080" rel="alternate"/>
<subtitle/>
<id>https://ir.lib.vntu.edu.ua/handle/123456789/35080</id>
<updated>2026-09-16T07:46:48Z</updated>
<dc:date>2026-09-16T07:46:48Z</dc:date>
<entry>
<title>Математична модель та компютерна програма розв’язання оберненої задачі кінематики навчального роботаманіпулятора</title>
<link href="https://ir.lib.vntu.edu.ua/handle/123456789/54091" rel="alternate"/>
<author>
<name>Белзецький, Р. С.</name>
</author>
<author>
<name>Мидинський, Г.</name>
</author>
<author>
<name>Belzetskyi, R.</name>
</author>
<author>
<name>Mydynskyi, H.</name>
</author>
<id>https://ir.lib.vntu.edu.ua/handle/123456789/54091</id>
<updated>2026-09-11T08:51:25Z</updated>
<published>2026-01-01T00:00:00Z</published>
<summary type="text">Математична модель та компютерна програма розв’язання оберненої задачі кінематики навчального роботаманіпулятора
Белзецький, Р. С.; Мидинський, Г.; Belzetskyi, R.; Mydynskyi, H.
The article presents a mathematical description of a method for solving the inverse kinematics problem of an educational&#13;
robot manipulator and proposes an algorithm for determining its generalized coordinates based on a given position and orientation&#13;
of the end-effector. The developed approach also allows for calculating the spatial coordinates of objects relative to the base&#13;
coordinate system, which ensures the correct positioning of the manipulator within the workspace. The proposed method can be used&#13;
in the analysis, design, and programming of robotic systems for various purposes.&#13;
The essence of the method lies in forming a system of kinematic equations and numerically solving the direct kinematics&#13;
problem for each link of the robot manipulator with a pre-specified accuracy. Afterwards, the error is calculated as the sum of&#13;
deviations between the given and calculated coordinates. The values of the robot’s generalized coordinates are determined by&#13;
minimizing this error to achieve the closest approximation to the specified position of the end-effector. The proposed approach&#13;
provides a unique solution to the inverse kinematics problem for manipulator designs where obtaining an exact analytical solution is&#13;
either impossible or significantly complicated.&#13;
It is shown that the use of numerical methods allows achieving the desired accuracy of results and adapting the algorithm&#13;
to various kinematic schemes. Based on the proposed algorithm, a computer program has been developed that enables automated&#13;
determination of coordinates for orienting the robot relative to an object or, conversely, determining the coordinates of an object&#13;
given the known position of the robot.&#13;
The article describes the operating principle of the software and provides fragments of the program code that implement&#13;
the coordinate calculations.; У статті подано математичний опис методу розв’язання оберненої задачі кінематики навчального роботаманіпулятора та запропоновано алгоритм визначення його узагальнених координат на основі заданого положення й орієнтації&#13;
робочого органа. Розроблений підхід також дозволяє обчислювати просторові координати об’єктів відносно базової системи&#13;
координат, що забезпечує коректне позиціонування маніпулятора у робочому просторі. Запропонований метод може бути&#13;
використаний під час аналізу, проєктування та програмування робототехнічних систем різного призначення.&#13;
Суть методу полягає у формуванні системи кінематичних рівнянь та чисельному розв’язанні прямої задачі кінематики&#13;
для кожної ланки робота-маніпулятора з наперед заданою точністю. Після цього обчислюється похибка як сума відхилень між&#13;
заданими та розрахованими координатами. Значення узагальнених координат робота визначаються шляхом мінімізації цієї&#13;
похибки та досягнення максимального наближення до заданого положення робочого органа. Запропонований підхід&#13;
забезпечує однозначний розв’язок оберненої задачі кінематики для тих конструкцій маніпуляторів, для яких отримання&#13;
точного аналітичного розв’язку є неможливим або суттєво ускладненим.&#13;
Показано, що використання чисельних методів дає змогу досягати заданої точності результатів та адаптувати&#13;
алгоритм до різних кінематичних схем. На основі запропонованого алгоритму розроблено комп’ютерну програму, яка&#13;
забезпечує автоматизоване визначення координат для орієнтації робота відносно об’єкта або, навпаки, визначення координат&#13;
об’єкта за відомим положенням робота.&#13;
У статті описано принцип функціонування програмного забезпечення та наведено фрагменти програмного коду, що&#13;
реалізують обчислення координат.
</summary>
<dc:date>2026-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>WEB resource of culinary recipes</title>
<link href="https://ir.lib.vntu.edu.ua/handle/123456789/52427" rel="alternate"/>
<author>
<name>Krylik, L. V.</name>
</author>
<author>
<name>Pivtorak, A. V.</name>
</author>
<author>
<name>Крилик, Л. В.</name>
</author>
<author>
<name>Півторак, А. В.</name>
</author>
<id>https://ir.lib.vntu.edu.ua/handle/123456789/52427</id>
<updated>2026-08-28T11:01:37Z</updated>
<published>2026-01-01T00:00:00Z</published>
<summary type="text">WEB resource of culinary recipes
Krylik, L. V.; Pivtorak, A. V.; Крилик, Л. В.; Півторак, А. В.
The article presents the development of a culinary recipe WEB resource consisting&#13;
of client-side and server-side parts. The server-side part is implemented using Node.js and the&#13;
Express framework, which ensures efficient processing of asynchronous requests, high performance,&#13;
and system scalability. The client-side part is developed using JavaScript and the React library,&#13;
providing interactivity, flexibility, and a user-friendly interface. MongoDB is used as the database&#13;
management system, ensuring flexible storage of structured data. The WEB resource is accessible&#13;
through any modern browser that supports JavaScript without requiring additional software&#13;
installation. UML class diagrams for both the server-side and client-side parts of the WEB resource&#13;
were developed to improve understanding of the internal development logic. During testing, the WEB&#13;
resource demonstrated stable operation and efficient execution of core functions. The developed WEB&#13;
resource includes four unique functional features: automated recipe generation based on an image,&#13;
the ability to edit the generated recipe before publication, integration with an external API for&#13;
generating a structured dish description, and the combination of recipe generation with its&#13;
subsequent storage in the database. The developed software product meets the requirements of&#13;
modern WEB resource development.; У статті представлено розробку WEBресурсу кулінарних рецептів, який складається з клієнтської та серверної частин. Серверна частина реалізована на базі Node.js із використанням фреймворку Express, що забезпечує ефективну обробку асинхронних запитів, високу продуктивність та можливість масштабування системи. Клієнтська частина побудована за допомогою JavaScript та бібліотеки React, що забезпечує інтерактивність, гнучкість і зручний інтерфейс користувача. Для роботи з базою даних використовується MongoDB, яка забезпечує гнучке зберігання структурованих даних. WEBресурс доступний через будь-який сучасний браузер, що підтримує JavaScript без необхідності встановлення додаткового програмного забезпечення. Розроблено UML-діаграми класів для серверної та клієнтської частини WEBресурсу з метою кращого розуміння внутрішньої логіки розробки. Під час тестування WEBресурс продемонстрував стабільну роботу та ефективність виконання основних операцій. Розроблений WEBресурс має розширений функціонал на 4 унікальні можливості: автоматизоване створення рецепту на основі зображення, можливість редагування згенерованого рецепту перед публікацією, інтеграцію із зовнішнім API для генерації структурованого опису страви та поєднання процесу генерації рецепту з його подальшим збереженням у базі даних. Розроблений програмний продукт відповідає вимогам сучасної розробки WEBресурсів.
</summary>
<dc:date>2026-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>Інформаційна технологія прогнозування фінансових показників та підтримки інвестиційних рішень на основі генеративного штучного інтелекту</title>
<link href="https://ir.lib.vntu.edu.ua/handle/123456789/52283" rel="alternate"/>
<author>
<name>Яровий, А. А.</name>
</author>
<author>
<name>Кудрявцев, Д. С.</name>
</author>
<author>
<name>Козловський, А. В.</name>
</author>
<author>
<name>Петришин, С. І.</name>
</author>
<author>
<name>Ярова, О. А.</name>
</author>
<author>
<name>Yarovyi, A.</name>
</author>
<author>
<name>Kudriavtsev, D.</name>
</author>
<author>
<name>Kozlovskyi, A.</name>
</author>
<author>
<name>Petrishyn, S.</name>
</author>
<author>
<name>Yarova, O.</name>
</author>
<id>https://ir.lib.vntu.edu.ua/handle/123456789/52283</id>
<updated>2026-08-18T11:55:20Z</updated>
<published>2026-01-01T00:00:00Z</published>
<summary type="text">Інформаційна технологія прогнозування фінансових показників та підтримки інвестиційних рішень на основі генеративного штучного інтелекту
Яровий, А. А.; Кудрявцев, Д. С.; Козловський, А. В.; Петришин, С. І.; Ярова, О. А.; Yarovyi, A.; Kudriavtsev, D.; Kozlovskyi, A.; Petrishyn, S.; Yarova, O.
The article investigates modern approaches to the development of&#13;
information technologies for financial forecasting and investment decision support&#13;
based on neural networks, transformer architectures, and generative artificial&#13;
intelligence. The relevance of the study is determined by the rapid growth in financial&#13;
data volumes, the high dynamics of the market environment, the necessity to analyze&#13;
complex temporal dependencies, and the increasing requirements for forecasting&#13;
accuracy under conditions of uncertainty.&#13;
It is demonstrated that classical econometric forecasting methods, including&#13;
ARIMA, GARCH, linear regression, and statistical time-series models, exhibit&#13;
significant limitations when analyzing multidimensional nonlinear financial&#13;
processes. In this regard, modern fintech systems increasingly employ recurrent&#13;
neural networks, Long Short-Term Memory architectures, transformer-based models,&#13;
attention mechanisms, and large language models for time-series analysis, financial&#13;
text processing, and decision support.&#13;
The paper analyzes the application features of LSTM, Informer, Autoformer,&#13;
Temporal Fusion Transformer, FinGPT, BloombergGPT, and Explainable AI in tasks&#13;
related to financial forecasting, risk assessment, ESG analysis, and portfolio&#13;
optimization.&#13;
A concept of a multi-level information technology architecture is proposed,&#13;
integrating modules for real-time data stream monitoring, financial text analysis,&#13;
generative artificial intelligence, and investment decision support systems.&#13;
The scientific novelty of the study lies in the formalization of an approach to&#13;
integrating neural networks, transformer architectures, and generative artificial&#13;
intelligence into financial forecasting and investment decision-support tasks while&#13;
considering risks, ESG factors, and multimodal data analysis.&#13;
The practical significance of the obtained results consists in the possibility of&#13;
developing next-generation intelligent fintech systems for forecasting market&#13;
changes, analyzing financial risks, ESG monitoring, automating analysts’ activities,&#13;
and supporting strategic financial decision-making processes.; У статті досліджено сучасні підходи до побудови інформаційних технологій прогнозування фінансових показників та підтримки&#13;
інвестиційних рішень на основі нейронних мереж, трансформерних архітектур&#13;
та генеративного штучного інтелекту.&#13;
Актуальність роботи обумовлена стрімким зростанням обсягів фінансових даних, високою динамічністю ринкового середовища, необхідністю&#13;
аналізу складних часових залежностей і підвищенням вимог до точності&#13;
прогнозування в умовах невизначеності.&#13;
Показано, що класичні економетричні методи прогнозування, зокрема&#13;
ARIMA, GARCH, лінійна регресія та статистичні моделі часових рядів, мають&#13;
обмеження при аналізі багатовимірних нелінійних фінансових процесів. У&#13;
зв’язку з цим сучасні fintech-системи дедалі активніше використовують рекурентні нейронні мережі, Long Short-Term Memory, Transformer-архітектури,&#13;
механізми уваги та великі мовні моделі для аналізу часових рядів, текстових&#13;
фінансових джерел і підтримки прийняття рішень.&#13;
У роботі проаналізовано особливості застосування LSTM, Informer,&#13;
Autoformer, Temporal Fusion Transformer, FinGPT, BloombergGPT та Explainable&#13;
AI у задачах прогнозування фінансових показників, оцінювання ризиків, ESGаналізу та портфельної оптимізації. Запропоновано концепцію багаторівневої&#13;
інформаційної технології, яка інтегрує модулі потокового моніторингу даних,&#13;
аналізу текстової інформації, генеративного штучного інтелекту та систем&#13;
підтримки інвестиційних рішень.&#13;
Наукова новизна роботи полягає у формалізації підходу до інтеграції&#13;
нейронних мереж, трансформерних архітектур, генеративного штучного інтелекту у задачах прогнозування фінансових показників і підтримки інвестиційних рішень із урахуванням ризиків, ESG-факторів та мультимодального&#13;
аналізу даних.&#13;
Практичне значення результатів полягає у можливості створення&#13;
інтелектуальних fintech-систем нового покоління для прогнозування ринкових&#13;
змін, аналізу фінансових ризиків, ESG-моніторингу, автоматизації роботи&#13;
аналітиків та підтримки стратегічних фінансових рішень.
</summary>
<dc:date>2026-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>Онтологічне моделювання бази знань «Операційні системи»</title>
<link href="https://ir.lib.vntu.edu.ua/handle/123456789/52269" rel="alternate"/>
<author>
<name>Малініч, І. П.</name>
</author>
<author>
<name>Сілагін, О. В.</name>
</author>
<author>
<name>Malinich, I.</name>
</author>
<author>
<name>Silagin, O.</name>
</author>
<id>https://ir.lib.vntu.edu.ua/handle/123456789/52269</id>
<updated>2026-08-18T12:48:19Z</updated>
<published>2026-01-01T00:00:00Z</published>
<summary type="text">Онтологічне моделювання бази знань «Операційні системи»
Малініч, І. П.; Сілагін, О. В.; Malinich, I.; Silagin, O.
In the current context of the development of higher education information ecosystems and generative artificial intelligence&#13;
systems, the implementation of ontological knowledge bases has got particular importance. The application of Semantic Web&#13;
technologies facilitates this process by enabling machine understanding of content, data interoperability, and seamless integration across various educational platforms. This article focuses on the ontological modeling of the "Operating Systems"&#13;
subject domain as a foundation for the intellectualization of the educational process. The relevance of this research is driven&#13;
by the rapidly increasing architectural complexity of modern system software, which necessitates a transition from fragmentary&#13;
descriptions to machine-readable formalization. The paper outlines the advantages of utilizing the Web Ontology Language&#13;
(OWL) standard to describe functional dependencies between OS components. The aim of this work is to systematize the&#13;
interrelationships and genealogy of operating systems through ontological engineering. It details the process of creating a&#13;
model within the Protégé environment, selected for its robust support of modern reasoners. The structure of the knowledge&#13;
base encompasses OS components, system software, and the classification of operating systems. Special attention is given&#13;
to modeling legacy succession and architectural forks, which are critical for understanding the evolution of modern operating&#13;
systems. The practical value of this study lies in the verification of the ontology using SPARQL queries, enabling the analysis&#13;
of relationships between kernel types, file systems, network stacks, and virtualization tools. This approach overcomes the&#13;
limitations of static repositories and ensures the dynamic inference of new knowledge. The research results confirm the&#13;
model’s effectiveness for integration into the educational environment, particularly in providing context for LLMs during student&#13;
knowledge assessment. This development opens up new prospects for intelligent learning support systems that transcend&#13;
traditional teaching methods for the "Operating Systems" discipline, thereby granting students a more profound understanding&#13;
of the architectural principles behind complex software products.; У сучасних умовах розвитку інформаційної екосистеми вищої освіти та систем генеративного штучного інтелекту особливого значення набуває впровадження онтологічних баз знань. Застосування технологій Semantic Web дозволяє полегшити цей процес, забезпечуючи машинне розуміння контенту, інтероперабельність даних та їхню безшовну інтеграцію між різними освітніми платформами. У статті проведено онтологічне моделювання предметної області «Операційні системи» як основи для інтелектуалізації освітнього процесу. Актуальність дослідження зумовлена стрімким ускладненням архітектури сучасного системного ПЗ, що вимагає переходу від фрагментарного опису до машинозчитуваної формалізації. Описуються переваги використання стандарту Ontology Web Language для опису функціональних залежностей між компонентами ОС. Метою роботи є систематизація взаємозв\"язків та генеалогії операційних систем за допомогою онтологічного інжинірингу. Описано процес створення моделі в середовищі Protégé, його надійній підтримці сучасних систем логічного виведення. Структура бази знань охоплює компоненти ОС, системне ПЗ та класифікацію операційних систем. Особливу увагу приділено моделюванню спадкоємності та архітектурних відгалужень, що є критично важливим для розуміння еволюції сучасних ОС. Практична цінність полягає у верифікації онтології через запити SPARQL, які дозволяють аналізувати зв\"язки між типами ядер, файловими системами, мережевими стеками та засобами віртуалізації. Такий підхід долає обмеження статичних репозиторіїв та забезпечує динамічне виведення нових знань. Результати дослідження підтверджують ефективність моделі для інтеграції в освітнє середовище, зокрема для формування контексту LLM-моделей під час оцінювання знань студентів. Розробка відкриває перспективи для інтелектуальних систем підтримки навчання, виходячи за межі традиційних методів викладання дисципліни «Операційні системи», що забезпечує студентам глибше розуміння архітектурних принципів побудови складних програмних продуктів.
</summary>
<dc:date>2026-01-01T00:00:00Z</dc:date>
</entry>
</feed>
