<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">The Hierarchical Information System for Management of the Targeted Advertising</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Karina</forename><surname>Melnyk</surname></persName>
							<email>karina.v.melnyk@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">National Technical University &quot;Kharkiv Polytechnic Institute&quot;</orgName>
								<address>
									<addrLine>Kirpichova street, 2</addrLine>
									<postCode>61002</postCode>
									<settlement>Kharkiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Natalia</forename><surname>Borysova</surname></persName>
							<email>borysova.n.v@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">National Technical University &quot;Kharkiv Polytechnic Institute&quot;</orgName>
								<address>
									<addrLine>Kirpichova street, 2</addrLine>
									<postCode>61002</postCode>
									<settlement>Kharkiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Viktoriia</forename><surname>Melnyk</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Kharkiv general education school of I-III degrees</orgName>
								<address>
									<addrLine>№ 145, Amosova street, 24a</addrLine>
									<postCode>61171</postCode>
									<settlement>Kharkiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">The Hierarchical Information System for Management of the Targeted Advertising</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">B861495756636B0E3A568A579D5725B1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T19:41+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>1 Targeted advertising</term>
					<term>target audience</term>
					<term>buyer persona</term>
					<term>customer segmentation</term>
					<term>classification methods</term>
					<term>K-Means Clustering</term>
					<term>similarity measure</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The problems of target audience identification and user segmentation for managing a process of the targeted advertising to customers are considered. It has proposed to combine the solution of these two tasks within the framework of one information system. An overview of the existing methods for identifying and segmenting of the target audience are presented. In addition, the existing applications and tools for solving the given problem are considered. The formalization of these tasks is presented. The functional models of business processes corresponding to the identifying and segmenting of the target audience are developed. The architecture of the information system is proposed. It is presented in the form of a deployment scheme, a database model is developed. The results of numerical studies and evaluation of the effectiveness of the developed information system are presented.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Profitability of any B2B or B2C company depends on many factors. One of the important one is advertising, which presents a product or service to a potential buyer for the selling purpose. Development of information technology has led to possibility to identify the target audience of customers and to influence on this audience using targeted advertising. Many various methods of Market Research are used to determine the target audience. Depending on the needs of the market, the strategic goals of an enterprise and characteristics of the advertised product or service, all potential buyers are divided into groups. There are several cases of dividing the customers into groups. Manager can create two groups: included in the target audience and not included in the target audience; three groups: primary target audience, secondary target audience, not included in the target audience; four groups: core, primary target audience, secondary target audience, not are included in the target audience. The advantages of determining the target audience are obvious:</p><p> development of a more effective advertising campaign is a reason of saving the advertising budget;  increasing of a brand awareness and loyalty of clients contribute to a class of regular customers;  quick return on investment;  a clearer understanding of the needs of their customers, it means more effective interaction with them, etc. However, to improve the effectiveness of an advertising campaign, manager can divide the target audience into segments based on the personal characteristics of the clients. The customer segmentation models are used in this case. There are many benefits of this process. The segmentation process can be used for promotion of a certain product to a group of buyers from the target audience. Other advantages of using the segmentation models are following: drawing up personalized price proposals, improving customer experience, searching for ideal customer, reducing the customer churn, prices optimization, searching for new market opportunities, etc.</p><p>Therefore, the purpose of this research is to develop an integrated hierarchical information system (HIS) that would combine the functions of systems for determining the target audience and a system of user segmentation for the distribution of targeted advertising.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Formal problem statement</head><p>The Hierarchical Information System is a system that solves tasks stage-by-stage. The first task is to identify the target audience. It is a classification task since it divides customers into several predefined groups. Input information is a set of characteristics of potential buyers. To solve the problem, it is necessary to do:</p><p> analyze the domain area for creating a portrait of buyer persona;  undertake review of approaches and methods for determining the targeted audience;  formalize a method for the resolving the task. The second level of the hierarchical management system is designed to solve the problem of segmentation of the target audience. This task is a clustering task and belongs to the class of unsupervised learning tasks. Potential customers should be grouped into clusters in such a way that objects from one cluster are closer to one another than objects from other clusters by any criterion. To solve the clustering problem, it is necessary to do:</p><p> analyze methods and applications to solve the clustering task;  formalize proposed method;  perform numerical study;  evaluate the proposed approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Overview of existing models, methods and applications to solve the given issue</head><p>This study proposes to solve the given issue in two stages. Therefore, it is necessary to conduct review the existing methods and applications separately for each stage: for identifying the target audience and for customer segmentation. There are many generally accepted models in direct marketing, which can be used for both target audience identifying and customer segmentation. The usage of these models depends on user's data (Table <ref type="table" target="#tab_0">1</ref>) <ref type="bibr" target="#b0">[1]</ref><ref type="bibr" target="#b1">[2]</ref><ref type="bibr" target="#b2">[3]</ref><ref type="bibr" target="#b3">[4]</ref>. Habits, spending, consumption, usage and desired benefits, usage, loyalty, awareness, types of payment, demands, quality fanatics, price and/or brand sensitiveness</p><p>In addition, it is possible to use multiple models or mixed models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Review of target audience identifying methods and applications</head><p>Any classification method can be used for resolving of the identifying task of the target audience. For example, Naive Bayes, logistic regression, Support Vector Machine, k-nearest neighbor, decision trees etc. allow dividing objects into different groups <ref type="bibr" target="#b4">[5]</ref><ref type="bibr" target="#b5">[6]</ref><ref type="bibr" target="#b6">[7]</ref><ref type="bibr" target="#b7">[8]</ref><ref type="bibr" target="#b8">[9]</ref>. The set of buyers is divided into two classes: included in the target audience and not included in the target audience. The classification signs are different characteristics of the portrait of an ideal buyer. The portrait has built before the launch of an advertising campaign for a product or service and can be adjusted. The characteristics correspond to one or more used models or a mixed model (Table <ref type="table" target="#tab_0">1</ref>). The best case when a marketing specialist who understands the intricacies of promoting a company's product or service draws up the portrait. She/he can use various approaches, for example, Mark Sherrington's "5W" approach. 5W means answering such questions: What? (type of product or service we sale); Who? (our customer); Why? (motivation for buying); When? (conditions for buying); Where? (place of buying). There are alternative marketing approaches to the 5W method: the method "from the opposite", the method "from the product", the method "from the market", and the method "from the target" <ref type="bibr" target="#b0">[1]</ref>. The result of using any of the marketing methods is a set of values for the characteristics of an ideal buyer. This is the most important and crucial stage for the further success of the advertising campaign. It influences on the size of the company's profit. An interesting tool from HubSpot named Make My Persona <ref type="bibr" target="#b9">[10]</ref> can come in handy when drawing up a portrait of an ideal buyer. This tool allows building some virtual image of buyer personas in seven simple steps:</p><p>1. Creating Personas' avatar and choosing Personas' name.</p><p>2. Identifying Personas' demographic characteristics, such as age and level of education.</p><p>3. Identifying Personas' business, such as working industry and size of company. 4. Identifying Personas' careers, such as their job title, their job measuring, their boss. 5. Identifying Personas' job characteristics, such as their goals or objectives, their biggest challenges, their job responsibilities 6. Identifying Personas' lovely tools to do their job and to communicate with vendors and other businesses. 7. Identifying Personas' consumption habits, such as their lovely social networks and their training in their job.</p><p>After answering these questions, the user is taken to a page where she/he can see her/his Buyer Personas 'Overview, and can also expand it by adding own fields to this Overview. It can be saved, downloaded or shared on social networks after filling out a special pop-up form.</p><p>Existing applications, services, tools and software, which are intended for target audience identifying, for example, such as Google Analytics, Facebook Insights, Twitter Followers Dashboard and others can only be used to analyze the company's existing customer data, creating various analytical reports, visualizing analysis results, making forecasts, tracking the activity of regular customers, inflow and outflow of customers, etc. However, all of these feature-rich applications, services, tools and software have "a cold start" problem. They cannot be used for analysis in the absence of data. For example, when some startup is launched and the portrait of the ideal buyer has already been built, manager have to create advertising, but target audience is unknown. Obviously, the target audience identifying task has not been completely solved, and in some cases it has not been solved at all. Thus, in order to identify potential buyers, it is necessary to form a portrait of the buyer persona and compare it with the considered objects. There are many ways of comparing objects. For instance, manager of a company can perform calculation of similarities between objects. Input data of buyer persona and potential customers are information of mixed type. Therefore, to calculate a similarity between them, are encouraged to use corresponding metrics. It can be Voronin similarity measure, Zhuravlev metric, Gower coefficient etc. <ref type="bibr" target="#b10">[11]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Review of customer segmentation methods and applications</head><p>After identifying of the target audience, HIS can start customer segmentation. Manager can use rule-based methods or cluster analysis methods for customer segmentation. The use of rule-based methods implies the creation of rules or the selection of a priori thresholds for strict customer segmentation. Such way of segmentation can lead to situation, when customers from one group have significant differences. It is also quite difficult to perform segmentation in more than two dimensions. In addition, the segmentation results are more consistent with the initial assumptions of the marketer and do not always reveal significant differences between customers. In this sense, cluster analysis methods show higher efficiency in comparison with rule-based methods. Since they are unsupervised machine learning methods, they do not need a training sample; they can work directly with the input data without prior training. These methods are more practical, they divide the training set of customers into more homogeneous groups, within the differences between customers are very small, in addition, cluster analysis methods allow to conduct the dynamic clustering, which is fully reflect the state of the available data at a given time <ref type="bibr" target="#b11">[12]</ref>.</p><p>There are special applications and software for customer segmentation on the market. For example, Segmentor the customer segmentation tool from Optimove <ref type="bibr" target="#b12">[13]</ref>, CleverTap <ref type="bibr" target="#b13">[14]</ref>, HubSpot <ref type="bibr" target="#b14">[15]</ref>, Experian <ref type="bibr" target="#b15">[16]</ref>, SproutSocial <ref type="bibr" target="#b16">[17]</ref>, Qualtrics <ref type="bibr" target="#b17">[18]</ref>, MailChimp <ref type="bibr" target="#b18">[19]</ref> etc. In addition, there are applications and software for customer segmentation that only use the behavioral model. For example, Yieldify <ref type="bibr" target="#b19">[20]</ref>, Amplitude <ref type="bibr" target="#b20">[21]</ref>, Indicative <ref type="bibr" target="#b21">[22]</ref>, Mixpanel <ref type="bibr" target="#b22">[23]</ref>. All of them certainly have their own advantages and perform the function of customer segmentation using one or several models. However, not all of them are free, but it is important for novice businesspersons or startups. In addition, there is no description of the used algorithms and methods, which is not will allow the user to double-check the obtained results and may lead to erroneous conclusions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Review of targeted advertising management applications and services</head><p>After segmentation of the target audience, it is necessary to prepare special advertisements for each group of customers and send them out. For this, it is advisable to use special targeted advertising management applications and services. The article <ref type="bibr" target="#b23">[24]</ref> provides a brief description of some of these services. Of course, there is a huge number of such applications and services, there are free and paid ones, they have different functionality, and some even solve the problem of finding the target audience in addition. Nevertheless, none of them solves three problems: target audience search, target audience segmentation and targeted advertising delivery.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Development of the hierarchical information system</head><p>4.1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Formalization of the management process of the targeted advertising</head><p>Let's consider designing and using the hierarchical information system to resolve the management task of the Targeted Advertising in a more detailed way. To solve the problem of determining the targeted audience and the segmentation of potential users, it is necessary to develop a functional model of the business process for managing targeted advertising delivery. For this, it is proposed to use the IDEF0 methodology (Figure <ref type="figure" target="#fig_0">1</ref>).</p><p>The first step is marketing research. It allow to find, to collect and to analyze the received information for reducing the uncertainty in making managerial decisions. For example, it is important for a new startup to find a product or service that can be successfully implemented. For existing companies, it is possible to assess the prospects for demand for a specific product or service based on the study of consumer behavior. There are many methods to perform market research: observation, surveys, focus groups, personal interviews etc. Each method has its own advantages, disadvantages, limitations and is capable of providing information of varying completeness and accuracy.</p><p>The goal of the next stage is to highlight informative features that will fully reflect the portrait of a potential buyer. Next, a profile of ideal buyer persona is created. Defining a buyer or audience persona helps to create product or service to better target ideal customer. Depending on the final product is designed for, the appropriate templates are used: B2B or B2C Buyer Persona templates, as well as the results of marketing research.  The next step is to split buyers into two groups: targeted audience and non-targeted audience. Various classification methods can be used for this. According to the above analysis, the paper proposes to use an approach based on calculating a measure of similarity between an ideal customer and a potential customer. To improve the effectiveness of an advertising campaign, the target audience can be segmented depending on the needs of potential customers. It is necessary to solve the clustering task according to the selected indicators. For example, if you advertise certain sport clothes, then the younger generation will choose bright colors, and the middle age will prefer convenience to appearance. In general, the task of segmenting potential customers can be reduced to the task of determining the target audience. The expert for each group sets its own boundary values of the similarity measure. Thus, she/he can create several target groups: core audience, several groups with different values of similarity measures, non-targeted people. This approach can be applied in the case of limited finances. However, the expert can miss significant differences between clients, therefore, for a more efficient segmenting process, it is recommended to use automatic segmentation, namely clustering methods, since these are methods of unsupervised learning.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">The model of resolving the identifying task of the target audience</head><p>Consider the task of identifying potential customers. The model for solving the task is described by the following activity diagram in Figure <ref type="figure" target="#fig_1">2</ref>.</p><p>Let be the set of clients selected by the manager to determine the value for the advertising company. The input data for the task of identifying the target group is an ideal customer profile. Let's specify as a set of indicators of a potential client, and is a set of values of the -th indicator. Then and are the value of the -th indicator of profile of buyer persona and of -th client accordingly.</p><p>Let's designate as a measure of similarity between the profile of an ideal client and -th client, then is a similarity in the по -th indicator. Data about a potential customer can be qualitative data, in the form of categories, and in the form of numbers. For the simultaneous processing of such data, there are special proximity measures. Let us consider the calculation of the similarity on the example of using the Gower coefficient <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b24">25]</ref>. To calculate the measure, it is necessary to turn qualitative data into categorical data, and then use formula (1) for them:</p><p>.</p><p>(</p><formula xml:id="formula_0">)<label>1</label></formula><p>Is the similarity measure between buyer persona and a customer bigger than threshold value?</p><p>Create portrait of buyer persona (2)</p><p>To calculate the Gower coefficient according to formula (3), it is necessary to determine is the coefficient of the presence of the -th indicator for the client:</p><p>, if information about the indicator is absent in the profile of the ideal client or potential client, it equals to 1 if all the information is available .</p><p>(3)</p><p>Next, the manager determines the similarity values that are acceptable for the target group of buyers and forms the corresponding sets. The obtained information allows formulating solutions for the implementation of an advertising campaign.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">The model of resolving the segmenting task</head><p>Review of related works according to resolving the segmenting task has showed the feasibility of using the clustering methods. Clustering process is a machine learning technique that groups of objects according to chosen indicators. Modern science knows a lot of clustering methods: Affinity Propagation, Balanced Iterative Reducing, K-Means Clustering, Clustering using Hierarchies, Mean shift clustering, Agglomerative Hierarchical Clustering, Expectation-Maximization Clustering using Gaussian Mixture Models etc. <ref type="bibr" target="#b25">[26,</ref><ref type="bibr" target="#b26">27]</ref>. One of the simplest and most commonly used method is the K-Means Clustering method. Let's consider a model for solving the task of segmenting a targeted audience using the proposed method (Figure <ref type="figure" target="#fig_2">3</ref>).</p><p>Let the manager has a hypothesis about the number of clusters or segments. It can be based on theoretical considerations or the results of marketing research. If the assumptions are not obvious, then a series of experiments with different numbers of clusters can be performed to find the optimal partition.</p><p>The K-Means algorithm starts with randomly selected clusters and then reassigns objects to them to minimize intra-cluster variability and maximize inter-cluster variability. The main drawback of the K-Means algorithm is that it only works with numeric values. The input customer information is mixed information. Therefore, in this paper, it is proposed to use the Gower coefficient to calculate the distances between the centers of the clusters and the objects, since it works with mixed data. is the cardinality of the set of objects of the -th cluster. Then it is necessary to calculate the distance between the centers of the clusters and each object according to formulas (1)-(3), where is the set of potential buyers or target audience obtained in the previous step, and is a specific buyer from this set. The object or client is assigned to the closest cluster</p><formula xml:id="formula_1">, (<label>4</label></formula><formula xml:id="formula_2">)</formula><p>where is designation of belonging of -th customer to -th cluster.</p><p>After calculating the distances and assigning objects to the new cluster, it is necessary to find the coordinates of the new center for each cluster. The new values of each indicator of the center of the cluster are found based on the use of the formula for the arithmetic mean of all values of the -th indicator of objects that belong to the current cluster:</p><formula xml:id="formula_3">. (<label>5</label></formula><formula xml:id="formula_4">)</formula><p>Next, the algorithm again calculates the distance from each object to the cluster centers using formulas (1)-( <ref type="formula">3</ref>) and assigns the objects to the nearest cluster using formula (4). The centers of gravity of the clusters are calculated again according to (5). This process is repeated until the centers of gravity stop "migrating" in space.</p><p>Thus, the model for target audience segmentation has been proposed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Architectural solution of the Information System</head><p>The HIS design process is revised from the development of the software requirement specification (SRS). All requirements from SRS are divided into functional and non-functional ones. Functional requirements are subdivided into business requirements, user requirements, and system requirements. Non-functional requirements describe how the HIS should work and which properties and quality attributes it should have. The main requirements described in the SRS are presented in the form of Requirement Diagram (Figure <ref type="figure" target="#fig_3">4</ref>). The list of functional requirements for the system is following:</p><p> The HIS has to verify the correctness of the entered data.</p><p> The HIS has to generate a list of advertising messages and advertising objects or generate an error in the process of creating advertising messages.  The HIS has to create the advertising messages and customer groups after the customer segmentation process is completed.  The HIS has to provide access to all necessary data and documents (list of product categories, information on discounts, rules of message formation, advertising budget, segmentation rules, list of customer wishes, description of the segmentation method, list of customer preferences) to the advertiser at the stage of formation of advertising messages.  The HIS has to provide access to the database (Products_DB, Customers_DB etc.) at any time.  The HIS has to provide opportunities to work with files that have been created in other systems.  The HIS has to allow the advertiser to suspend his/her work and save to a file, then to resume his/her work from the saved file.  The HIS has to send advertising messages at the scheduled time or allow the system user to do so manually. The result of turning out the requirements into a structured solution that meets both technical and business requirements is an architectural solution for HIS. Deployment Diagram is used to visualize the topology of the physical components of the system. The proposed architectural solution for The Hierarchical Information System for the Management of Targeted Advertising in the form of a Deployment Diagram is shown in Figure <ref type="figure" target="#fig_4">5</ref>.</p><p>This research proposes to use the "client-server" architectural pattern for the development of the HIS architecture. Such architecture allows sharing the data processing function to several separate servers. It separates the functions of storing, processing and presenting data for more efficient use. The presentation component or a "client" is responsible for the user interface. Application logic is executed at the middle level of the architecture, namely the application server layer. It provides data exchange between users and databases. The middle layer is split into two separate components to improve the performance of the HIS:</p><p> IIS Application Server is responsible for the application's logic;  IIS Mail Server is devoted to process advertising messages. The data layer is designed to store and manage the information processed by the HIS. Here is a database that allows to implement the interpretation of information about the domain area in the form of formalized data in accordance with certain requirements (Figure <ref type="figure" target="#fig_5">6</ref>).  The entity of "Clients" is the company's customers.  The categorical entity "Individual" describes common clients or people.  The categorical entity of "LegalEntity" describes a legal entity.  The entity of "Order" is a table with orders.  The entity of "Manufacturer" is a list of producers of goods.  The entity of "Goods" is a list of goods.  The entity of "OrderContent" is the content of the order.  The entity of "Characteristics" is a list of product characteristics.  The categorical entity of "QuantitiveCharacteristics" is a list of quantitative characteristics of the product.  The categorical entity of "QualitiveCharacteristics" is a list of quality characteristics of the product.  The entity of "GoodsCharacteristics" shows the value of a specific characteristic of a particular product. Thus, the architectural solution of the hierarchical information system was proposed. It allows solving the task of determining and segmentation of the target audience. In addition, the component, which is responsible for sending messages to clients from the target audience, was developed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Experiments</head><p>To check the performance of the developed HIS, three tasks have been solved to promote a new sports club service: target audience identifying task, customer segmentation task and management task of targeted advertising. The target audience has been determined based on the database of the club's clients and among users of the social networks Instagram and Facebook.</p><p>The marketing research of the fitness services market, the communication with clients and analysis of their requests made it possible to see the increased interest of the club's clients in losing weight, quick recovery after heavy physical exertion, developing muscle endurance and strength, increasing their elasticity, strengthening the cardiovascular system, etc. In this regard, management of the fitness club has been decided to create a new type of service in this fitness center as aqua aerobics. This type of fitness contributes to the normalization of weight, hardening of the body and strengthening its immunity, smoothing out the manifestations of cellulite, increasing skin tone, relieving muscle and emotional stress, neutralizing the negative effects of stress, strengthening the nervous system, normalizing sleep. The aforementioned marketing research would determine the set of indicators for identifying the target audience:  </p><formula xml:id="formula_5">+</formula><p>The customers 1-3 and 5 fell into the target group with the current threshold as can be seen from Table <ref type="table" target="#tab_2">2</ref>. If the threshold value increases to 0.61 to refine the set of potential customers, then we will consider only customers 1-3. Despite the fact that two of them live in a different area, the scope of their employment and interests allows to offer them the considered service.</p><p>Second stage of proposed is resolving the customer segmentation task for the potential clients of aqua aerobics service. Analysis of customer preferences and the impact of aqua aerobics on the human body shows that potential customers could be divided into 3 segments. The first segment is responsible for improving the muscles and visible changes of the body of clients, that is, this service can be used as an additional training. The aim of the second group of clients is psychological and physical rehabilitation, that is, to relieve muscle and emotional tension and problems. The purpose of the third segment of clients is the organization of leisure, that is, more entertaining than strengthening the body. The result in this case is the acquisition of new acquaintances, an interesting pastime and an increase in self-esteem. To solve the segmentation task, the following indicators have been proposed: -problems with appearance, -bad mood, -narrow social circle, -low immunity, -absence of complaints. The snippet of input data for ten potential clients and result of resolving the segmentation task is presented in Table <ref type="table" target="#tab_3">3</ref>. The clients 1-3 were chosen as initial centers for the three clusters. Result of using the K-Means Clustering method at the first stage is the set of values of similarity measure between clients 1-3 and 4-10. It is a base for defining the belonging of each client to one of the clusters. Next step is to calculate new cluster centers. After the sixth iteration, the cluster centers have stabilized.</p><p>An analysis of the content of each segment shows that the first cluster includes middle-aged housewives with overweight problems and a former athlete. Based on the values of other indicators, it can be understood that this segment of clients is aimed at rehabilitation, support and restoration of health. The second cluster of potential customers includes those people who are seriously into sports. For this group, it is necessary to create special training programs. The third segment is a group of young people, mostly unmarried, who are focused not only on sports, but also on a pleasant and interesting pastime. Thus, the practical obtained result shows the feasibility of using the proposed technology in the article in real conditions to create a target audience.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Discussion</head><p>Efficiency estimation of the HIS was carried out separately for each task: target audience identifying task, customer segmentation task and management task of targeted advertising. The classification method based on the calculation of the similarity measure has been used for target audience identifying task. Therefore the standard metrics for assessing the effectiveness of the Precision and Recall classification were chosen to assess the effectiveness of HIS. The Confusion matrix with the corresponding indicators for calculating these metrics is presented in Table <ref type="table">4</ref>. K-means clustering algorithm was used for resolving the customer segmentation task. The Rand index (RI) has been chosen for evaluating the quality of clustering algorithm. The RI calculates a proximity measure between two clusters based on the comparing results of pairs that are assigned in the same or different clusters in the predicted and true clustering process. The input data for clustering were 1200 clients of the target audience. The contingency table with the indicators values for calculating the RI is presented in Table <ref type="table">5</ref>. Conversion rate (CR) was used to evaluate the effectiveness of targeted advertising mailing. The target audience of 1200 clients was split into two clusters. The first cluster included 418 clients, the second one 782. Different advertisements about the new service of the sports club were prepared for the clients of each cluster. The set of data was prepared according to the customers' actions within a month from the date of sending advertisements. The formula for CR calculating and CR values for the two clusters are presented below:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 4 Confusion matrix for Precision and</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 5 Contingency table for</head><p>In SMM, an advertising company is considered as successful if the CR values have reached 3-5%. In our case, the rather high CR values can be explained by the fact that the target audience included both real customers from the sports club's database and new customers found in social networks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion</head><p>In this study, the approach was proposed for solving the task of dividing potential customers into non-targeted audience and targeted audience with additional segmentation for a more effective advertising campaign. The methods and existing applications for solving the given task were considered. The model of resolving the identifying task of the targeted audience and the model of the segmenting process of the targeted audience were developed. The architectural solution for the HIS has been developed on the base of the chosen architectural pattern "client-server". The conducted experiment and the assessment of the performance of the HIS have showed the feasibility of usage of the developed HIS in real conditions for managers that conduct an advertising campaign in order to attract new customers and improve the financial condition of the enterprise.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: The model of Management of the Targeted Advertising</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: The model of the identifying process of the targeted audience If the indicators of the portrait of audience persona are quantitative, then formula (2) is applied:</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: The model of the segmenting process of the targeted audience The algorithm of K-Means is following. The center of each cluster is randomly determined. Denote as the center of -th cluster with the set of values of all indicators . Thenis the cardinality of the set of objects of the -th cluster. Then it is necessary to calculate the distance between the centers of the clusters and each object according to formulas (1)-(3), where is the set of potential buyers or target audience obtained in the previous step, and is a specific buyer from this set. The object or client is assigned to the closest cluster</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: The Requirements Diagram for the HIS</figDesc><graphic coords="8,72.12,135.24,450.78,194.64" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: The Architecture of the HIS</figDesc><graphic coords="9,72.00,72.00,451.08,240.66" type="vector_box" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: The Database structure</figDesc><graphic coords="9,81.06,389.34,432.90,348.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head></head><label></label><figDesc>interests in Instagram and/or Facebook: -presence of likes, followers and subscriptions of pages with information about sport clubs, diet, weight loss, child goods, mam's publics, -absence of such records, -private account or absence of account in social networks;  -geographic location of a potential client: -residents of the area where the fitness club is located, -residents of other areas;  -age: -less, than 21 years, -21-35 years, -35-45 years, -more, than 45 years. The management of the fitness club has been created the profile of the target audience: s consider several potential clients of aqua aerobics service. Information from club's databases, social networks or questionnaires is presented as a set of indicators in Table 2. Analysis of input data allow seeing that some indicators for the portrait of a potential consumer have several values. It, in turn, adds uncertainty during the deciding whether to include a particular potential client in the target group. The usage of the proposed technology could clearly define the future client based on the varying process of the threshold value, which helps to increase or filter the customer base.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head></head><label></label><figDesc>Data for the matrix is the result of comparison of the results of the work of HIS and the opinion of an expert. The classifier assigned 1164 clients from 1670 to the target audience. It incorrectly attributed 41 clients to the target audience and did not attribute 77 clients from the target audience to it. The formulas for calculating and Precision and Recall metrics values are presented below: The values of the Precision and Recall metrics are quite high and very close to one, which indicates a high classification efficiency.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_9"><head></head><label></label><figDesc>An expert compared the clustering results of the HIS with the own results of the distribution of clients into groups. The formula for calculating and the value of the Rand index are presented below:The obtained value of the RI is rather close to one. It indicates an almost complete coincidence of clusters and classes, which showed a high efficiency of clustering.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Models for target audience identifying and customer segmentation</figDesc><table><row><cell>Model name</cell><cell>Characteristics</cell></row><row><cell>Demographic based</cell><cell>Age, gender, occupation, income, education, marital status, ethnicity,</cell></row><row><cell></cell><cell>race, religion, profession or role in the company</cell></row><row><cell>Geographic based</cell><cell>Continent, country, region or state, city, district, postal code, timezone</cell></row><row><cell>Psychographic based</cell><cell>Social class, lifestyle, personality, values, presence in digital and/or</cell></row><row><cell></cell><cell>social media space, personal convictions, beliefs, attitude, interests</cell></row><row><cell>Technographic based</cell><cell>Usage of devises, applications and software</cell></row><row><cell>Behavioral</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2</head><label>2</label><figDesc>Result of the resolving the target audience identifying task Values of the input indicators Potential client</figDesc><table><row><cell>Gower</cell><cell>Threshold</cell><cell>Belonging to</cell></row><row><cell>coefficient</cell><cell>value</cell><cell>the target</cell></row><row><cell></cell><cell></cell><cell>audience</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3</head><label>3</label><figDesc>The result of the segmenting process of the targeted audience Values of the input indicators Number of iteration and content of each cluster</figDesc><table><row><cell>Clien</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>t</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>1</cell><cell>2</cell><cell>3</cell><cell>4</cell><cell>5</cell><cell>6</cell></row><row><cell>1 2 3</cell><cell>I 1, 4, 8, 9</cell><cell>I 4, 5, 8</cell><cell>I 3, 5, 10</cell><cell>I 5, 8, 10</cell><cell>I 2, 5, 10</cell><cell>I 2, 5, 10</cell></row><row><cell>4 5 6</cell><cell>II 2, 5, 6,</cell><cell>II 2, 6, 7, 10</cell><cell>II 2, 4, 6, 7, 8</cell><cell>II 2, 4, 6, 7</cell><cell>II 4, 6, 7</cell><cell>II 4, 6, 7</cell></row><row><cell>7 8 9 10</cell><cell>7, 10 III 3</cell><cell>III 1, 3, 9</cell><cell>III 1, 9</cell><cell>III 1, 3, 9</cell><cell>III 1, 3, 8, 9</cell><cell>III 1, 3, 8, 9</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">Matan</forename><surname>Naveh</surname></persName>
		</author>
		<ptr target="https://elementor.com/blog/how-to-identify-target-audience/" />
		<title level="m">How To Identify a Target Audience for Your Business</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="https://medium.com/think-with-startupflux/customer-segmentation-models-52ef7738823a" />
		<title level="m">Customer Segmentation Models</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<ptr target="https://survicate.com/customer-segmentation/what-is-customer-segmentation/" />
		<title level="m">What is Customer Segmentation? -Types, Techniques, Models</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">The Ultimate Guide to Customer Segmentation: How to Organize Your Customers to Grow Better</title>
		<author>
			<persName><forename type="first">K</forename><surname>Baker</surname></persName>
		</author>
		<ptr target="https://blog.hubspot.com/service/customer-segmentation" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A Data Mining-Based Response Model for Target Selection in Direct Marketing</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">F</forename><surname>Ayetiran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">B</forename><surname>Adeyemo</surname></persName>
		</author>
		<idno type="DOI">10.5815/ijitcs.2012.01.02</idno>
	</analytic>
	<monogr>
		<title level="j">International Journal of Information Technology and Computer Science</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Identifying like-minded audiences for global warming public engagement campaigns: an audience segmentation analysis and tool development</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">W</forename><surname>Maibach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Leiserowitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Roser-Renouf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">K</forename><surname>Mertz</surname></persName>
		</author>
		<idno type="DOI">10.1371/journal.pone.0017571</idno>
		<ptr target="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0017571doi:10.1371/journal.pone.0017571" />
	</analytic>
	<monogr>
		<title level="j">PLoS ONE</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Applying decision trees for value-based customer relations management: Predicting airline customers&apos; future values</title>
		<author>
			<persName><forename type="first">G</forename><surname>Tirenni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kaiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Herrmann</surname></persName>
		</author>
		<idno type="DOI">10.1057/palgrave.dbm.3250044</idno>
	</analytic>
	<monogr>
		<title level="j">J Database Mark Cust Strategy Manag</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="130" to="142" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Intelligent Data Processing in Creating Targeted Advertising</title>
		<author>
			<persName><forename type="first">K</forename><surname>Melnyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kirkin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st International Conference Computational Linguistics And Intelligent Systems, volume 1 of COLINS 2017</title>
		<title level="s">NTU «KhPI»</title>
		<meeting>the 1st International Conference Computational Linguistics And Intelligent Systems, volume 1 of COLINS 2017<address><addrLine>Kharkiv Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="131" to="132" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Decision Tree and Naïve Bayes Algorithm for Classification and Generation of Actionable Knowledge for Direct Marketing</title>
		<author>
			<persName><forename type="first">M</forename><surname>Karim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Rahman</surname></persName>
		</author>
		<idno type="DOI">10.4236/jsea.2013.64025</idno>
		<ptr target="https://www.scirp.org/html/6-9301587_30463.htm.doi:10.4236/jsea.2013.64025" />
	</analytic>
	<monogr>
		<title level="j">Journal of Software Engineering and Applications</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">4</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<ptr target="https://www.hubspot.com/make-my-persona" />
		<title level="m">Make My Persona. A Buyer Persona Generator from HubSpot</title>
				<imprint/>
	</monogr>
	<note>HubSpot tools</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Integrated Technology for Personnel Assessment Based on the Competencies Model</title>
		<author>
			<persName><forename type="first">K</forename><surname>Melnyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Borysova</surname></persName>
		</author>
		<idno type="DOI">10.13140/RG.2.2.26024.60169</idno>
		<ptr target="http://ceur-ws.org/Vol-2711/paper27.pdf.doi:10.13140/RG.2.2.26024.60169" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th International Conference &quot;Information Control Systems &amp; Technologies</title>
				<editor>
			<persName><forename type="first">T</forename><surname>Hovorushchenko</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Pakštas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Vychuzhanin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Yin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Rudnichenko</surname></persName>
		</editor>
		<meeting>the 9th International Conference &quot;Information Control Systems &amp; Technologies<address><addrLine>Odessa</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="343" to="357" />
		</imprint>
	</monogr>
	<note>ICST-2020</note>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<ptr target="https://www.optimove.com/resources/learning-center/customer-segmentation-via-cluster-analysis" />
		<title level="m">Customer Segmentation via Cluster Analysis</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Customer segmentation tool</title>
		<author>
			<persName><surname>Segmentor</surname></persName>
		</author>
		<ptr target="https://segmentor.optimove.com/#/" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Audience segmentation. Build actionable user segments with ease</title>
		<author>
			<persName><surname>Clevertap</surname></persName>
		</author>
		<ptr target="https://clevertap.com/segmentation/" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<ptr target="https://legal.hubspot.com/hubspot-product-and-services-catalog?_ga=2.129780293.818963249.1623571090-2102544527.1617356624" />
		<title level="m">HubSpot&apos;s Product and Services Catalog</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Marketing solutions</title>
		<ptr target="https://www.experian.com/business/solutions/marketing-solutions" />
		<imprint>
			<date type="published" when="2022">2022</date>
			<publisher>Experian</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Listening Tools. Inform your business strategy with social listening</title>
		<author>
			<persName><surname>Sproutsocial</surname></persName>
		</author>
		<ptr target="https://sproutsocial.com/features/social-media-listening/" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><surname>Qualtrics</surname></persName>
		</author>
		<ptr target="https://www.qualtrics.com/ru/product-experience/po-dlya-segmentirovaniya-rynka/?rid=langMatch&amp;prevsite=en&amp;newsite=ru&amp;geo=UA&amp;geomatch=" />
		<title level="m">Platforma dlya segmentacii rynka. Izuchajte svoyu celevuyu auditoriyu s pomoshch&apos;yu resheniya dlya segmentacii rynka</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note>Research your target audience with a market segmentation solution</note>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<author>
			<persName><surname>Mailchimp</surname></persName>
		</author>
		<ptr target="https://mailchimp.com/audience/" />
		<title level="m">Put your audience at the heart of your marketing</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">Behavioral segmentation</title>
		<author>
			<persName><surname>Yieldify</surname></persName>
		</author>
		<ptr target="https://www.yieldify.com/platform/behavioral-segmentation/" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<ptr target="https://help.amplitude.com/hc/en-us/categories/360006505092-Amplitude-Analytics" />
		<title level="m">Amplitude Analytics</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<ptr target="https://www.indicative.com/feature/segmentation/" />
		<title level="m">Indicative. Segmentation</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<author>
			<persName><surname>Mixpanel</surname></persName>
		</author>
		<ptr target="https://mixpanel.com/segmentation/" />
		<title level="m">Limitless segmentation. Analyze why metrics change</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Analiz isnuiuchykh servisiv nalashtuvannia tarhetovanoi reklamy [Analysis of existing services of setting up targeted advertising</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">O</forename><surname>Maidebura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">V</forename><surname>Melnyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">V</forename><surname>Borysova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of XXIX International scientific-practical conference in Information technologies: science, engineering, technology, education, health, part 1 of MicroCAD-2021, NTU &quot;KhPI</title>
				<editor>
			<persName><forename type="first">E</forename><forename type="middle">I</forename><surname>Sokol</surname></persName>
		</editor>
		<meeting>XXIX International scientific-practical conference in Information technologies: science, engineering, technology, education, health, part 1 of MicroCAD-2021, NTU &quot;KhPI<address><addrLine>Kharkiv Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page">32</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Everitt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Landau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Stahl</surname></persName>
		</author>
		<title level="m">Cluster Analysis</title>
				<meeting><address><addrLine>New York, NY</addrLine></address></meeting>
		<imprint>
			<publisher>Wiley</publisher>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<title level="m" type="main">The 5 Clustering Algorithms Data Scientists Need to Know</title>
		<author>
			<persName><forename type="first">G</forename><surname>Seif</surname></persName>
		</author>
		<ptr target="https://towardsdatascience.com/the-5-clustering-algorithms-data-scientists-need-to-know-a36d136ef68" />
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<title level="m" type="main">8 Clustering Algorithms in Machine Learning that All Data Scientists Should Know</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mcgregor</surname></persName>
		</author>
		<ptr target="https://www.freecodecamp.org/news/8-clustering-algorithms-in-machine-learning-that-all-data-scientists-should-know/" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
