<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>V. Meshram, K. Patil, V. Meshram, D. Hanchate, S. D. Ramkteke, Machine learning in
agriculture domain: A state-of-art survey, Artif. Intell. Life Sci.</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1016/j.ailsci.2021.100010</article-id>
      <title-group>
        <article-title>AI-driven intelligent system for bottle cap design generation⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrii Stanko</string-name>
          <email>stanko.andrjj@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Iryna Didych</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ternopil Ivan Puluj National Technical University</institution>
          ,
          <addr-line>Ruska str. 56, Ternopil, 46001</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of the National Education Commission</institution>
          ,
          <addr-line>2 Podchorążych str, Krakow, 30084</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <volume>1</volume>
      <issue>2021</issue>
      <fpage>1</fpage>
      <lpage>4</lpage>
      <abstract>
        <p>The article presents the development of an intelligent system for generating bottle cap designs using the Stable Diffusion generative diffusion model, pre-trained using the LoRA method. This work is devoted to the full cycle of automated design creation, in particular, the formation of a dataset, configuration of the environment in Google Colab, training of the generative model using LoRA, and creation of a Gradio interface for interactive image generation. The proposed system allows the user to enter a text description of the design (prompt), based on which the model synthesizes new design options while preserving the key stylistic features of the original samples. The experimental analysis confirmed the effectiveness of the approach: LoRA adaptation of the Stable Diffusion model ensured high accuracy in reproducing the shape, color scheme, and graphic elements of the bottle cap designs with minimal volume. The results demonstrate the model's ability to generate generalized but recognizable new bottle cap designs that are similar in style to the training samples.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;artificial intelligence</kwd>
        <kwd>Stable Diffusion</kwd>
        <kwd>LoRA</kwd>
        <kwd>Google Colab</kwd>
        <kwd>generative models1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The modern packaging industry places high demands on the uniqueness of product design. In
particular, bottle caps are an important element of beverage branding, combining aesthetics and
functionality of packaging. The traditional process of cap design requires significant time and
designer involvement, while modern advances in artificial intelligence open up new opportunities
for automating the design stages of bottle caps.</p>
      <p>
        Stable Diffusion is a latent diffusion text-to-image model that demonstrates high-quality
synthesized images at relatively low computational costs [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Its application in creative tasks,
including automated packaging design, is being actively studied by researchers. However, without
adaptation to narrow-profile tasks, the generation results may be insufficiently accurate or
stylistically inconsistent. For retraining large models on specialized datasets, it is advisable to use
the LoRA (Low-Rank Adaptation) method, which allows modifying the model without complete
retraining. As shown in article [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], LoRA technology reduces computational costs and maintains
model stability by making local changes to the weights of only selected layers. This approach has
already been successfully applied to create stylized images in art, education, and industrial design
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The use of such models makes it possible to automatically generate a multitude of unique
design options based on specified parameters (color scheme, style, brand identity), speed up the
work of design departments by creating a large number of prototypes for further selection of the
optimal option, take into account previous developments, corporate standards databases, consumer
      </p>
      <p>
        0000-0003-2846-6040 (I. Didych); 0000-0003-0246-2236 (D. Tymoshchuk); 0000-0002-8846-332X (M. Karpinski);
00000002-2999-3232 (A. Mykytyshyn); 0000-0002-5526-2599 (A. Stanko)
preferences and marketing research data, and create innovative stylistic solutions that are difficult
to generate using traditional methods. In particular, the authors of article [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] proposed a
methodological framework for the stylistic emulation of Krakow's eclectic facades using a
combination of LoRA technology and diffusion models. The paper develops an approach to the
typological transformation of architectural styles, which allows complex facades to be reproduced
based on limited visual examples. The method combines the reduction of LoRA parameter ranks
with the capabilities of generative modeling to adapt models to the architectural features of
eclecticism, while preserving the detail and authenticity of the style. Additionally, the authors of
article [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] proposed a new architecture for generative adversarial networks, known as StyleGAN.
The main idea is to introduce a style-based block that allows controlling various aspects of the
generated image, such as facial features, color, and texture at different levels of spatial detail. This
approach has significantly improved control over the generation process and allowed for more
realistic and varied images. The article also introduced the “perceptual path length” metric to
evaluate the smoothness of the latent space and showed that the new architecture provides better
interpretability and training stability compared to traditional GAN approaches. The authors of
article [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] applied artificial intelligence algorithms to generate images, highlighting the promise of
models such as DALL-E 3, Midjourney, ImageFX, Adobe Firefly, and Leonardo.
      </p>
      <p>
        Artificial intelligence is widely used in various fields of human activity, demonstrating high
efficiency in solving both scientific and applied problems. In particular, machine learning methods
are successfully implemented in medicine for diagnosing diseases and predicting treatment
effectiveness [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], in industry for optimizing technological processes, product quality control, and
production management [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ], as well as in mechanics for modeling physical processes,
predicting material failure, analyzing fatigue and wear [
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11–13</xref>
        ], in materials science for predicting
the properties of composites [14–16], predicting the properties of shape memory alloys [17], and
predicting the type of filler in basalt-reinforced epoxy composites [18, 19]. Considerable attention
is also paid to the application of AI in ecology, in particular for environmental monitoring, air
quality assessment, and pollution level prediction [20, 21], and in the field of information security
for detecting DDoS attacks and abnormal network activity [22–24]. The role of AI in information
technology should be highlighted separately [25-27]. The use of AI in education [28-30], energy
[31-33], logistics and transport [34-36], agriculture [37-39], bioinformatics [40, 41], finance [42-44],
and cultural heritage preservation [45-47]. Due to such broad cross-sector integration, artificial
intelligence is becoming a universal tool for transforming modern production, science, education,
and culture.
      </p>
      <p>The aim of this work is to create an intelligent system for generating bottle cap designs using
the Stable Diffusion generative model, pre-trained with LoRA on a limited dataset. The main tasks
are to prepare the dataset, pre-train the model in a cloud environment, implement a user-friendly
image generation interface, and analyze the results.</p>
      <sec id="sec-1-1">
        <title>2. Materials and methods</title>
        <p>Modern production of bottle caps, in particular heat-shrinkable and aluminum caps, involves the
implementation of high-tech processes that ensure accuracy, repeatability, and product quality in
accordance with international standards. The study analyzed the production process at JSC
“Technologia,” a leading Ukrainian manufacturer of packaging products.</p>
        <p>Figure 1 shows a fragment of the production line for heat-shrinkable caps, in particular, the
stage of forming blanks using heat-shrinkable film. The unit is equipped with automated modules
for precise positioning, processing, and feeding of material, which ensures stable geometry and
dimensional accuracy.</p>
        <p>Figure 2 shows the decorative finishing stage. An automated installation in a sealed protective
housing with impact-resistant glass is used. The equipment ensures uniform application of paint,
foil, or varnish.</p>
        <p>Poly-laminate caps with a metallized coating significantly expand the possibilities for design
personalization. Thanks to glossy or matte textures, rich colors, and the possibility of applying
premium design elements (embossing, holograms, foiling).</p>
        <p>The use of poly-laminate caps significantly expands design possibilities thanks to their
metallized surface, which provides deep, rich colors and creates a premium effect. Such properties
require accurate visual reproduction when generating images, which increases the demands on the
artificial intelligence model; in particular, it must not only reflect general features, but also preserve
the texture, gloss, and structural authenticity of the material.</p>
        <p>To model the process of creating bottle cap designs with a limited number of examples, a
generative approach was used to reproduce visual complexity, multi-layered design, and style
variability. Effective training of a neural network for generating bottle cap designs is based on a
carefully constructed training sample. The training sample included 23 samples of bottle caps from
the company “Technologia,” representing different types of caps. Each image had high resolution
and a standardized background (uniform light or white), which contributed to better generalization
during training. In addition, each sample was given a description summarizing its key visual
characteristics, namely colors, shapes, textures, and the presence of logos or inscriptions. For
example, “black and gold cap with floral band and ‘Monte Choco’ text” (for sample 4) or “shiny
gold bottle cap with ‘VP’ logo on the top” (for sample 17). Such annotations were used as text
prompts during the generation of new images and played a critical role in the contextual training
of models that implement cross-attention mechanisms to align text and images.</p>
        <p>To implement the intelligent bottle cap design generation system, Google Colaboratory (Colab)
was chosen as the main platform for model development, training, and testing. This platform
provides cloud resources (including GPU and TPU) and an integrated environment for working
with Python code, which is especially convenient for artificial intelligence tasks that require
highperformance computing. To prepare the Colab environment, the necessary versions of libraries
such as torch, transformers, diffusers, xformers, and gradio were imported. This ensures the
compatibility of all LoRA pipeline components. Additionally, Google Drive was connected to access
training images, prompts, and save results.</p>
      </sec>
      <sec id="sec-1-2">
        <title>3. Results and discussion</title>
        <p>After completing the preparatory stages and configuring the environment, an experimental test of
the image generation system's performance was carried out. The Stable Diffusion base model
(stabilityai/stable-diffusion-2-1-base) is used to generate images via the Hugging Face interface, and
LoRA weights are also integrated. Optimal hyperparameters were selected for retraining the model,
corresponding to the capabilities of the Google Colab cloud environment and the limited amount of
data. In particular, the batch size was set to 1 to avoid GPU overload, and the learning rate was set
to 1e-4, which ensures stable weight updates with small samples. The total number of training
steps was approximately 1,200, which is equivalent to 5 full passes (epochs) on a set of 23 samples.
The LoRA rank (r) was set to 16, which allows the model to maintain sufficient expressiveness
while keeping the weights compact. The image was reduced to a standard resolution of 512×512
pixels.</p>
        <p>A Gradio interface was created for entering prompts, generating images, and previewing results
(Figure 3).</p>
        <p>This has significantly improved the testing experience for users without in-depth programming
knowledge. The developed cycle is implemented as a modular Jupyter notebook, which allows you
to change model parameters, load your own prompts, and run the entire pipeline, from preparation
to generation.</p>
        <p>Figures 4-8 show examples of comparisons: on the left are fragments of the original design
samples, and on the right are images generated by the model based on a similar description. Visual
analysis confirms that the model has successfully learned the key features of the style. The
generated images demonstrate a high level of correspondence between the text description and the
result. In particular, the model accurately reproduces the shape of the cap and the main design
elements. For example, sample 4 (black and gold cap with floral band and ‘Monte Choco’ text)
demonstrated high accuracy in the reproduction of small decorative elements, the font was
generated taking into account the brand's style, and an embossing effect was observed. In addition,
sample 13 (green metallic cap with golden eagle logo) showed a good reflection of textured metal,
with a clear reproduction of the logo ornament. Sample 16 (white glossy cap with butterfly prints
and bee on top) demonstrated high artistic stylization with accurate reproduction of small elements
(butterfly pattern, contrast on a glossy background).</p>
        <p>The model did not simply memorize training examples, but learned to generate generalized
designs in a given style. This is manifested in the ability to combine different features, creating
unique variations. For example, based on the style of one of the training corks (matte dark blue
with a minimalist logo), the model can generate a different color option or add a new decorative
element with a new prompt, while maintaining the overall character of the design.</p>
        <p>The obtained data is consistent with the results of studies on the use of diffusion models in
design. The experiment with bottle caps confirms the universality of this approach: the model
successfully transfers the style to new images, increasing the efficiency of the creative process
while ensuring the accuracy and consistency of the design. Thus, the proposed approach has
proven to be highly effective and can be recommended for automated design creation in the
packaging industry. The Stable Diffusion+LoRA generative model has proven capable of quickly
producing high-quality and diverse bottle cap designs based on text descriptions.</p>
      </sec>
      <sec id="sec-1-3">
        <title>4. Conclusions</title>
        <p>This paper presents and investigates an intelligent system for generating bottle cap designs,
combining the Stable Diffusion model with LoRA fine-tuning technology. The proposed approach
has demonstrated high efficiency, that is, the model successfully learns stylistic features even from
a small dataset (23 images) and generates new designs with high visual accuracy. The reproduction
of shapes, colors, and graphic elements in the generated caps almost completely matches the given
description, confirming the quality of training. At the same time, the model avoids directly copying
training examples, instead creating generalized variants, which indicates the absence of overfitting
and the preservation of creative generativity. The Low-Rank Adaptation method has proven to be
an effective way to fine-tune large models for a narrow task. Retraining took only a few hours on
an affordable cloud server, and the resulting weight file is compact. At the same time, the base
Stable Diffusion model retained its versatility, indicating the absence of “catastrophic forgetting” —
after applying LoRA weights, it is still capable of generating general images outside the cork
domain if adaptation is disabled. This means that a single model core can serve different tasks by
connecting different LoRA modules, which is convenient for industrial applications.</p>
        <p>The developed system has great practical potential in the field of packaging design. It allows to
significantly speed up the creation of new products: instead of lengthy manual sketching, designers
can instantly get several design options by changing the text description iteratively. Secondly, the
system facilitates product personalization, that is, it can be used to easily create unique cork
designs for specific customer requirements, which previously would have required considerable
effort. Thirdly, integrating such a model into the company's workflow will automate routine design
operations. The results obtained are a significant step towards the practical application of AI
technologies in creative industries and confirm the promise of further research in this area.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used Grammarly in order to grammar and
spell check, and improve the text readability. After using the tool, the authors reviewed
and edited the content as needed to take full responsibility for the publication’s content.
[14] Yasniy, O., Mytnyk, M., Maruschak, P., Mykytyshyn, A., &amp; Didych, I. (2024). Machine learning
methods as applied to modelling thermal conductivity of epoxy-based composites with
different fillers for aircraft. Aviation, 28(2), 64-71.
[15] Stukhliak, P., Totosko, O., Stukhlyak, D., Vynokurova, O., Lytvynenko, I. Use of neural
networks for modelling the mechanical characteristics of epoxy composites treated with
electric spark water hammer. CEUR Workshop Proceedings, 2024, 3896, pp. 405–418.
[16] Stukhliak, P., Totosko, O., Vynokurova, O., Stukhlyak, D. Investigation of tribotechnical
characteristics of epoxy composites using neural networks. CEUR Workshop Proceedings,
2024, 3842, pp. 157–170.
[17] Tymoshchuk, D., Yasniy, O., Maruschak, P., Iasnii, V., &amp; Didych, I. Loading Frequency
Classification in Shape Memory Alloys: A Machine Learning Approach. Computers, 2024, 13,
339. https://doi.org/10.3390/computers13120339
[18] Yasniy, O., Maruschak, P., Mykytyshyn, A., Didych, I., &amp; Tymoshchuk, D. Artificial
intelligence as applied to classifying epoxy composites for aircraft. Aviation, 2025, 29, 22–29.
https://doi.org/10.3846/aviation.2025.23149
[19] Parvez, M.A.; Mehedi, I.M. High-Accuracy Polymer Property Detection via Pareto-Optimized</p>
      <p>SMILES-Based Deep Learning. Polymers 2025, 17, 1801. https://doi.org/10.3390/polym17131801
[20] Lishev S, Spasov G, Petrova G. LoRaWAN IoT System for Measuring Air Parameters in a
Traffic Monitoring Station. Engineering Proceedings. 2025; 100(1):17.
https://doi.org/10.3390/engproc2025100017
[21] Didych, I., Mykytyshyn, A., Stanko, A., &amp; Mytnyk, M. (2024). Application of machine learning
methods to the prediction of NO₂ concentration in the air environment. CEUR Workshop
Proceedings, 3896, 1–9.
[22] Klots Y., Petliak N., Martsenko S., Tymoshchuk V., Bondarenko I. Machine Learning system for
detecting malicious traffic generated by IoT devices. CEUR Workshop Proceedings, 2024, 3742,
pp. 97 – 110
[23] Tymoshchuk, D., Yasniy, O., Mytnyk, M., Zagorodna, N., Tymoshchuk, V. Detection and
classification of DDoS flooding attacks by machine learning method. CEUR Workshop
Proceedings, 2024, 3842, pp. 184 – 195
[24] Klots, Y., Titova, V., Petliak, N., Cheshun, V., Salem, A.-B.M. Research of the Neural Network
Module for Detecting Anomalies in Network Traffic. CEUR Workshop Proceedings, 2022, 3156,
pp. 378–389
[25] Han, J., Li, Q., Xu, Y., Zhu, Y., &amp; Wu, B. (2024). Design of a Trusted Content Authorization
Security Framework for Social Media. Applied Sciences, 14(4), 1643.
https://doi.org/10.3390/app14041643
[26] V. Zhukovskyy, S. Shatnyi, N. Zhukovska, A. Sverstiuk, Neural Network Clustering
Technology for Cartographic Images Recognition, in: IEEE EUROCON 2021 - 19th
International Conference on Smart Technologies, IEEE, 2021.
doi:10.1109/eurocon52738.2021.9535544.
[27] Jakšič, M., &amp; Marinč, M. (2018). Relationship banking and information technology: the role of
artificial intelligence and FinTech. Risk Management, 21(1), 1–18.
https://doi.org/10.1057/s41283-018-0039-y
[28] Huang, J.; Xin, Y.P.; Chang, H.H. The Application of Machine Learning to Educational Process
Data Analysis: A Systematic Review. Educ. Sci. 2025, 15, 888.
https://doi.org/10.3390/educsci15070888
[29] Raftopoulos, G.; Davrazos, G.; Kotsiantis, S. Fair and Transparent Student Admission
Prediction Using Machine Learning Models. Algorithms 2024, 17, 572.
https://doi.org/10.3390/a17120572
[30] Hilbert, S., Coors, S., Kraus, E., Bischl, B., Lindl, A., Frei, M., Wild, J., Krauss, S., Goretzko, D., &amp;
Stachl, C. Machine learning for the educational sciences. Review of Education, 2021, 9.
https://doi.org/10.1002/rev3.3310</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Rombach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Blattmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lorenz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Esser</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Ommer</surname>
          </string-name>
          ,
          <article-title>"High-Resolution Image Synthesis with Latent Diffusion Models," 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans</article-title>
          , LA, USA,
          <year>2022</year>
          , pp.
          <fpage>10674</fpage>
          -
          <lpage>10685</lpage>
          , doi: 10.1109/CVPR52688.
          <year>2022</year>
          .
          <volume>01042</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Edward</given-names>
          </string-name>
          &amp; Shen,
          <string-name>
            <given-names>Yelong</given-names>
            &amp; Wallis, Phillip &amp;
            <surname>Allen-Zhu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Zeyuan</surname>
          </string-name>
          &amp; Li,
          <string-name>
            <surname>Yuanzhi</surname>
          </string-name>
          &amp; Wang,
          <string-name>
            <surname>Shean</surname>
          </string-name>
          &amp; Chen,
          <string-name>
            <surname>Weizhu.</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <source>LoRA: Low-Rank Adaptation of Large Language Models</source>
          .
          <volume>10</volume>
          .48550/arXiv.2106.09685.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Bao</surname>
            <given-names>Q</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            <given-names>Z</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liang</surname>
            <given-names>N.</given-names>
          </string-name>
          <article-title>AI-Assisted Inheritance of Qinghua Porcelain Cultural Genes and Sustainable Design Using Low-Rank Adaptation</article-title>
          and
          <string-name>
            <given-names>Stable</given-names>
            <surname>Diffusion</surname>
          </string-name>
          . Electronics.
          <year>2025</year>
          ;
          <volume>14</volume>
          (
          <issue>4</issue>
          ):
          <fpage>725</fpage>
          . https://doi.org/10.3390/electronics14040725
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Zhang, N.,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Han,
          <string-name>
            <given-names>S.</given-names>
            , &amp;
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          (
          <year>2025</year>
          ).
          <article-title>Typological Transcoding Through LoRA and Diffusion Models: A Methodological Framework for Stylistic Emulation of Eclectic Facades in Krakow</article-title>
          . Buildings,
          <volume>15</volume>
          (
          <issue>13</issue>
          ),
          <volume>2292</volume>
          . https://doi.org/10.3390/buildings15132292
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Karras</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aila</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laine</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Lehtinen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>A style-based generator architecture for generative adversarial networks</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          (pp.
          <fpage>4401</fpage>
          -
          <lpage>4410</lpage>
          ). https://doi.org/10.1109/CVPR.
          <year>2019</year>
          .00453
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Oleh</given-names>
            <surname>Yasniy</surname>
          </string-name>
          , Abdellah Menou, Andriy Mykytyshyn, Vitalii Kubashok, Iryna
          <string-name>
            <surname>Didych</surname>
          </string-name>
          (
          <year>2024</year>
          ).
          <article-title>Application of neural network platforms for text-based image generation</article-title>
          .
          <source>Ceur Workshop Proceedings</source>
          ,
          <year>2024</year>
          ,
          <volume>3842</volume>
          , pp.
          <fpage>232</fpage>
          -
          <lpage>240</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Martsenyuk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klos-Witkowska</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sverstiuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bahrii-Zaiats</surname>
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Witos</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <article-title>Intelligent big data system based on scientific machine learning of cyber-physical systems of medical and biological processes</article-title>
          .
          <source>CEUR Workshop Proceedings</source>
          ,
          <year>2021</year>
          ,
          <volume>2864</volume>
          , pp.
          <fpage>34</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Herasymiuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sverstiuk</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          <article-title>Kit, MULTIFACTOR REGRESSION MODEL FOR PREDICTION OF CHRONIC RHINOSINUSITIS RECURRENCE</article-title>
          ,
          <source>Wiadomosci Lek. 76.5</source>
          (
          <year>2023</year>
          )
          <fpage>928</fpage>
          -
          <lpage>935</lpage>
          . doi:
          <volume>10</volume>
          .36740/wlek202305106.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Mezher</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Pereira</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Trzepieciński</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <article-title>Predicting the Effect of RSW Parameters on the Shear Force and Nugget Diameter of Similar and Dissimilar Joints Using Machine Learning Algorithms</article-title>
          and Multilayer Perceptron.
          <source>Materials</source>
          <year>2024</year>
          ,
          <volume>17</volume>
          , 6250. https://doi.org/10.3390/ma17246250
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Shamim</surname>
            ,
            <given-names>M.M.I.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Hamid</surname>
            ,
            <given-names>A.B.b.A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Nyamasvisva</surname>
            ,
            <given-names>T.E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Rafi</surname>
            ,
            <given-names>N.S.B.</given-names>
          </string-name>
          <article-title>Advancement of Artificial Intelligence in Cost Estimation for Project Management Success: A Systematic Review of Machine Learning</article-title>
          ,
          <source>Deep Learning, Regression, and Hybrid Models. Modelling</source>
          <year>2025</year>
          ,
          <volume>6</volume>
          , 35. https://doi.org/10.3390/modelling6020035
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Yasniy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Didych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Lapusta</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Prediction of fatigue crack growth diagrams by methods of machine learning under constant amplitude loading</article-title>
          .
          <source>Acta Metallurgica Slovaca</source>
          ,
          <volume>26</volume>
          (
          <issue>1</issue>
          ),
          <fpage>31</fpage>
          -
          <lpage>33</lpage>
          . https://doi.org/10.36547/ams.26.1.
          <fpage>346</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Didych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yasniy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasternak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sobashek</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Modelling of AL-6061 aluminum alloy deformation diagrams by machine learning methods</article-title>
          .
          <source>Procedia Structural Integrity</source>
          ,
          <volume>42</volume>
          ,
          <fpage>1344</fpage>
          -
          <lpage>1349</lpage>
          . https://doi.org/10.1016/j.prostr.
          <year>2022</year>
          .
          <volume>12</volume>
          .171
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Yasniy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasternak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Didych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tymoshchuk</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>Methods of jump-like creep modeling of AMg6 aluminum alloy</article-title>
          .
          <source>Procedia Structural Integrity</source>
          ,
          <year>2023</year>
          ,
          <volume>48</volume>
          ,
          <fpage>149</fpage>
          -
          <lpage>154</lpage>
          . https://doi.org/10.1016/j.prostr.
          <year>2023</year>
          .
          <volume>07</volume>
          .141
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>