KR20220014499A - A taste network generation system based on user experience using CNN learning - Google Patents

A taste network generation system based on user experience using CNN learning Download PDF

Info

Publication number
KR20220014499A
KR20220014499A KR1020200094160A KR20200094160A KR20220014499A KR 20220014499 A KR20220014499 A KR 20220014499A KR 1020200094160 A KR1020200094160 A KR 1020200094160A KR 20200094160 A KR20200094160 A KR 20200094160A KR 20220014499 A KR20220014499 A KR 20220014499A
Authority
KR
South Korea
Prior art keywords
user
food
network
data
taste
Prior art date
Application number
KR1020200094160A
Other languages
Korean (ko)
Other versions
KR102442988B1 (en
Inventor
한정수
Original Assignee
백석대학교산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 백석대학교산학협력단 filed Critical 백석대학교산학협력단
Priority to KR1020200094160A priority Critical patent/KR102442988B1/en
Publication of KR20220014499A publication Critical patent/KR20220014499A/en
Application granted granted Critical
Publication of KR102442988B1 publication Critical patent/KR102442988B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0282Rating or review of business operators or products
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Game Theory and Decision Science (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Tourism & Hospitality (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Electrically Operated Instructional Devices (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present invention relates to a user experience-based taste network generation system using CNN learning. The user experience-based taste network generation system includes: a data collection part collecting service review data; a data processing part processing the collected data into a three-dimensional matrix form, while composed of two-dimensional images having a plurality of channels, and processing a pixel value of each of the images into a satisfaction score; a neural network analysis part instructing and analyzing a CNN neural network with the processed data, while inputting the two-dimensional images having the plurality of channels into the CNN neural network, and classifying the output of the network as a group; a network formation part classifying each user or dish as a group into the neural network, linking users or dishes in the same group to each other to form a network, and setting a relation between a user and a dish based on a pixel value of a two-dimensional image; and a service recommending part exploring for a dish along a link from a user requesting a recommendation (hereinafter referred to as "inquiring user"), through the network to recommend the discovered dish. Through the system, groups by taste are subdivided through the CNN neural network to predict a preference of a corresponding user from a taste relation with other users having a similar taste, and, as a result, a more reliable recommendation search can be carried out, and meaningful data applicable to various industries can be continuously processed and produced.

Description

CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템 { A taste network generation system based on user experience using CNN learning }A taste network generation system based on user experience using CNN learning }

본 발명은 불특정한 취향을 가진 다수의 사람들로부터 발생하는 원시데이터를 수집하여 특정 부분에 동일한 선호도를 갖는 취향 그룹군을 도출하는, CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 관한 것이다.The present invention relates to a user experience-based taste relationship network generation system using a CNN learning method that collects raw data generated from a large number of people with unspecified tastes and derives a taste group having the same preference in a specific part.

특히, 본 발명은 불특정 다수의 취향 관련 데이터를 수집하여 취향 정보로 가공하고, 가공된 정보들을 CNN 신경망을 활용하여 관련성이 있는 정보들을 그룹화하고, 도출된 그룹군을 바탕으로 관계망을 형성하고, 관계망을 기준하여 사용자들의 선호도를 예측하는, CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 관한 것이다.In particular, the present invention collects a large number of unspecified taste-related data and processes it into taste information, groups the processed information into related information using a CNN neural network, forms a relationship network based on the derived group group, and forms a relationship network. It relates to a user experience-based taste relationship network generation system using a CNN learning method that predicts users' preferences based on

일반적으로, 유명한 맛집이나 카페, 펜션, 술집 등을 알아보기 위해서는 인터넷을 통해 카페나 블로그를 검색하여 다른 이용자의 방문후기를 확인하고 방문할 매장을 선택하곤 한다. 그러나, 카페나 블로그 등에 게재된 글들은 홍보성이 짙은 내용이 담겨 있는 글들이 많이 등록되어 있기 때문에, 실제 고객이 직접 방문하고 다녀온 솔직한 후기를 제공받기 어려운 경우가 다수 있다.In general, in order to find out about famous restaurants, cafes, pensions, bars, etc., they search cafes or blogs through the Internet, check the reviews of other users, and select a store to visit. However, there are many cases in which it is difficult to provide honest reviews of actual customers who have visited and visited because many of the articles published in cafes and blogs contain highly promotional content.

또한, 각종 플랫폼(다이닝코드, 망고플레이트 등)들은 맛집을 추천하고 사용자에게 적합한 장소를 추천하는 방식으로 사용자를 유입하고, 사업주로부터 홍보비를 받는다. 그런데 이러한 추천은 잘 맞는 경우도 있지만 잘 맞지 않는 경우도 상당수다. 예를 들어, 최근 가장 화재가 되었던 백종원의 골목식당의 경우 역시 호불호가 갈려 종종 논란의 대상이 되기도 했다.In addition, various platforms (Dining Code, Mango Plate, etc.) introduce users by recommending restaurants and recommending places suitable for users, and receive promotional expenses from business owners. However, there are many cases where these recommendations work well, but there are many cases where they do not. For example, in the case of Baek Jong-won's alley restaurant, which recently became the most fire, it was also often the subject of controversy.

이러한 이유는 개인의 취향 기준이 없는 상황에 주변 데이터만으로 추천, 홍보가 이루어지기 때문이다. 이러한 이유로 많은 서비스 사업자, 요식업 사업자는 질적 홍보보다 양적 홍보에 집중할 수밖에 없으며, 막대한 금액의 홍보비를 지속 지출해야하는 악순환이 지속되고 있다.The reason for this is that recommendations and promotions are made only with surrounding data in a situation where there is no personal preference standard. For this reason, many service providers and catering business operators have no choice but to focus on quantitative PR rather than qualitative PR, and the vicious cycle of continuously spending huge amounts of PR expenses continues.

이러한 문제점을 해결하고자, 각 소비자 개인의 취향에 맞는 아이템을 추천해주는 기술들이 제시되고 있다. 일례로서, 고객의 매장 선호도와 타 고객과의 연관성을 산출하여 연관성이 높은 고객 간을 매칭시켜 취향이 유사한 고객들이 선호할만한 공통된 매장을 선별하여 추천하는 기술이 제시되고 있다[특허문헌 1]. 또한, 웹툰 독자들의 구독 이력을 기반으로 미구독 웹툰에 대한 선호도를 추정하여 추천하는 기술[특허문헌 2]이나 도서 취향이 비슷한 사람들을 모아 선호 장르로 도서를 추천하는 기술[특허문헌 3]도 제시되고 있다[특허문헌 2]. In order to solve this problem, technologies for recommending items suitable for each consumer's individual taste have been proposed. As an example, a technology for selecting and recommending a common store preferred by customers with similar tastes by calculating a customer's store preference and correlation with other customers to match customers with high correlation has been proposed [Patent Document 1]. In addition, techniques for estimating and recommending webtoon readers' preference for unsubscribed webtoons based on their subscription histories [Patent Document 2], or a technology for recommending books as a preferred genre by gathering people with similar book tastes [Patent Document 3] are also presented. has become [Patent Document 2].

그러나 상기 선행기술들은 해밍 가중치(Hamming weight) 방식, 행렬에 의한 링크 합산 값이나, k-means 클러스터링 방식 등 수학적 모델을 이용하여 그룹핑하거나 필터링한다. 따라서 추천 대상이나 데이터 수집 방식에 따라 적합한 수학적 모델을 선택해야 하므로, 일반적인 모델에 적용하기 어려우며 특히, 요식업의 추천에 적합하지 않다.However, the prior arts group or filter using a mathematical model such as a Hamming weight method, a link sum value by a matrix, or a k-means clustering method. Therefore, since it is necessary to select a suitable mathematical model according to the recommendation target or data collection method, it is difficult to apply to a general model, and is not particularly suitable for the recommendation of the restaurant industry.

따라서 각 취향별 기준을 제시하고, 취향별 그룹을 세분해 유사한 취향을 갖은 타인과의 취향관계를 형성, 홍보가 아닌 경험에 의한 정보제공이 가능토록 할 수 있는 기술이 필요하다.Therefore, there is a need for a technology that can present standards for each taste, subdivide groups for each taste, form a taste relationship with others with similar tastes, and provide information based on experience rather than publicity.

한국등록특허공보 제10-2005289호(2019.07.31.공고)Korean Patent Publication No. 10-2005289 (2019.07.31. Announcement) 한국등록특허공보 제10-1755653호(2017.07.11.공고)Korean Patent Publication No. 10-1755653 (2017.07.11. Announcement) 한국공개특허공보 제10-2020-0057209호(2020.05.26.공고)Korean Patent Publication No. 10-2020-0057209 (2020.05.26. Announcement)

본 발명의 목적은 상술한 바와 같은 문제점을 해결하기 위한 것으로, 불특정 다수의 취향 관련 데이터를 수집하여 취향 정보로 가공하고, 가공된 정보들을 CNN 신경망을 활용하여 관련성이 있는 정보들을 그룹화하고, 도출된 그룹군을 바탕으로 관계망을 형성하고, 관계망을 기준하여 사용자들의 선호도를 예측하는, CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템을 제공하는 것이다.An object of the present invention is to solve the above-described problems, by collecting an unspecified number of taste-related data, processing it into taste information, and grouping the processed information into relevant information using a CNN neural network, and To provide a system for generating a user experience-based preference relationship network using a CNN learning method that forms a relationship network based on group groups and predicts users' preferences based on the relationship network.

상기 목적을 달성하기 위해 본 발명은 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 관한 것으로서, 서비스 리뷰 데이터를 수집하는 데이터 수집부; 수집된 데이터를 3차원 매트릭스 형태로 가공하되, 다수의 채널을 가지는 2차원 이미지들로 구성되고, 각 이미지의 픽셀값은 만족도 점수가 되도록 가공하는, 데이터 가공부; 가공된 데이터로 CNN 신경망을 학습시키고 분석하되, 상기 CNN 신경망의 입력은 다수의 채널을 가지는 2차원 이미지이고, 출력은 그룹으로 분류하는, 신경망 분석부; 신경망을 통해 각 사용자 또는 음식을 그룹으로 분류하고, 동일한 그룹에 속하는 사용자 또는 음식을 서로 링크로 연결하여 관계망을 형성하고, 사용자와 음식 간의 관계를 2차원 이미지의 픽셀값에 의해 설정하는, 관계망 형성부; 및, 상기 관계망을 이용하여, 추천을 요청하는 사용자(이하 질의 사용자)로부터 링크를 따라 탐색하여, 탐색된 음식을 추천하는 서비스 추천부를 포함하는 것을 특징으로 한다.In order to achieve the above object, the present invention relates to a user experience-based taste relationship network generation system using a CNN learning method, comprising: a data collecting unit for collecting service review data; a data processing unit that processes the collected data in a three-dimensional matrix form, but consists of two-dimensional images having a plurality of channels, and processes the pixel value of each image to be a satisfaction score; A neural network analyzer that trains and analyzes a CNN neural network with processed data, wherein the input of the CNN neural network is a two-dimensional image having a plurality of channels, and the output is classified into groups; Classifying each user or food into groups through a neural network, forming a relationship network by connecting users or foods belonging to the same group with a link, and forming a relationship network that sets the relationship between users and food by pixel values of a two-dimensional image wealth; and a service recommendation unit for recommending the searched food by searching for a link from a user requesting a recommendation (hereinafter referred to as a querying user) using the relational network.

또, 본 발명은 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 있어서, 상기 2차원 이미지의 2개 축의 중 하나는 음식을 분류하는 음식분류 항목을 나타내고, 다른 하나는 음식 평가를 분류하는 평가분류 항목을 나타내고, 각 평가항목은 음식분류 항목과, 평가분류 항목의 조합에 의한 항목인 것을 특징으로 한다.In addition, in the present invention, in a user experience-based taste relationship network generation system using a CNN learning method, one of the two axes of the two-dimensional image represents a food classification item for classifying food, and the other is an evaluation for classifying food evaluation Classification items are indicated, and each evaluation item is characterized in that it is an item by a combination of a food classification item and an evaluation classification item.

또, 본 발명은 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 있어서, 상기 CNN 신경망은 사용자 또는 음식을 다수의 분야별로 그룹핑하여 분야별 그룹으로 출력하는 것을 특징으로 한다.In addition, the present invention is characterized in that in the user experience-based taste relationship network generation system using the CNN learning method, the CNN neural network groups users or food by a plurality of fields and outputs them as a group by field.

또, 본 발명은 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 있어서, 상기 관계망은 노드와 링크로 구성되고, 노드는 사용자 또는 음식으로 할당되고, 링크는 노드를 연결하고, 2개의 노드가 동일한 그룹에 속하면 2개의 노드는 서로 링크로 연결되고, 링크는 동일한 그룹의 분야에 해당하는 분야 속성을 가지는 것을 특징으로 한다.In addition, the present invention is a user experience-based taste relationship network generation system using a CNN learning method, wherein the relationship network is composed of nodes and links, nodes are assigned to users or food, links connect nodes, and two nodes are When belonging to the same group, two nodes are connected to each other by a link, and the link has a field attribute corresponding to a field of the same group.

또, 본 발명은 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 있어서, 사용자 노드와 음식 노드 간의 링크는 평가항목의 2차원 이미지의 통계 점수에 의해 연결되고, 평가항목의 통계 점수에 비례하여 가중치가 설정되는 것을 특징으로 한다.In addition, in the present invention, in the user experience-based taste relationship network generation system using the CNN learning method, the link between the user node and the food node is connected by the statistical score of the two-dimensional image of the evaluation item, and in proportion to the statistical score of the evaluation item It is characterized in that the weight is set.

상술한 바와 같이, 본 발명에 따른 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 의하면, CNN 신경망으로 취향별 그룹을 세분하여 유사한 취향을 갖은 타인과의 취향 관계로부터 해당 사용자의 선호도를 예측함으로써, 보다 신뢰할 수 있는 추천 검색을 수행할 수 있고, 각종 산업에 적용 가능한 유의미한 데이터를 지속 가공 생산할 수 있는 효과가 얻어진다.As described above, according to the user experience-based taste relationship network generation system using the CNN learning method according to the present invention, the preference of the corresponding user is predicted from the taste relationship with others who have similar tastes by subdividing groups by taste with the CNN neural network. , a more reliable recommendation search can be performed, and the effect of continuous processing and production of meaningful data applicable to various industries is obtained.

도 1은 본 발명을 실시하기 위한 전체 시스템의 구성을 도시한 도면.
도 2는 본 발명의 일실시예에 따른 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템의 구성에 대한 블록도.
도 3은 본 발명의 일실시예에 따른 3차원 데이터의 구조를 나타낸 도면.
도 4 및 도 5는 본 발명의 일실시예에 따른 3차원 데이터에 대한 예시 구성도.
도 6은 본 발명의 일실시예에 따른 2차원 데이터의 평가항목에 대한 구성을 나타낸 그래프.
도 7은 본 발명의 일실시예에 따른 CNN 신경망에 대한 구성도.
1 is a diagram showing the configuration of an overall system for implementing the present invention.
2 is a block diagram of a configuration of a user experience-based preference relationship network generation system using a CNN learning method according to an embodiment of the present invention.
3 is a view showing the structure of three-dimensional data according to an embodiment of the present invention.
4 and 5 are exemplary configuration diagrams for 3D data according to an embodiment of the present invention.
6 is a graph showing the configuration of evaluation items of two-dimensional data according to an embodiment of the present invention.
7 is a block diagram of a CNN neural network according to an embodiment of the present invention.

이하, 본 발명의 실시를 위한 구체적인 내용을 도면에 따라서 설명한다.Hereinafter, specific contents for carrying out the present invention will be described with reference to the drawings.

또한, 본 발명을 설명하는데 있어서 동일 부분은 동일 부호를 붙이고, 그 반복 설명은 생략한다.In addition, in demonstrating this invention, the same part is attached|subjected by the same code|symbol, and the repetition description is abbreviate|omitted.

먼저, 본 발명을 실시하기 위한 전체 시스템의 구성을 도 1을 참조하여 설명한다.First, the configuration of the entire system for carrying out the present invention will be described with reference to FIG. 1 .

도 1에서 보는 바와 같이, 본 발명을 실시하기 위한 전체 시스템은 사용자가 사용하는 스마트폰 등 사용자 단말(10), 사용자 단말(10)에 설치된 주문관리 앱(20), 판매자가 사용하는 판매자 단말(50), 및, 주문을 처리하거나 추천하는 주문관리 서버(30)로 구성된다. 주문관리 서버(30)는 사용자 단말(10), 또는, 업소 단말(50)과, 인터넷 등 네트워크(80)를 통해 서로 연결된다.As shown in Figure 1, the entire system for implementing the present invention is a user terminal 10 such as a smartphone used by a user, an order management app 20 installed in the user terminal 10, and a seller terminal ( 50), and an order management server 30 that processes or recommends an order. The order management server 30 is connected to each other through the user terminal 10, or the business terminal 50, and the network 80, such as the Internet.

먼저, 사용자 단말(10)은 사용자가 이용하는 모바일 단말로서, 스마트폰, 패블릿, 태블릿PC 등 통상의 컴퓨팅 기능을 구비한 단말이다. 특히, 사용자 단말(10)은 어플리케이션 또는, 모바일용 어플리케이션(또는 앱, 어플) 등이 설치되어 실행될 수 있는 단말이다.First, the user terminal 10 is a mobile terminal used by a user, and is a terminal equipped with a normal computing function, such as a smart phone, a phablet, and a tablet PC. In particular, the user terminal 10 is a terminal in which an application or a mobile application (or an app, an application) can be installed and executed.

사용자 단말(10)에는 주문관리 앱(20) 등이 설치될 수 있다. 사용자는 사용자 단말(10)에 설치된 주문관리 앱(20)을 이용하여 주문관리 서버(30)의 주문 처리, 주문 추천 등 서비스를 이용할 수 있다.An order management app 20 and the like may be installed in the user terminal 10 . The user may use services such as order processing and order recommendation of the order management server 30 by using the order management app 20 installed in the user terminal 10 .

또한, 주문관리 앱(20)은 상점 선택 기능, 음식 주문 기능, 결제 기능 등을 구비한다. 즉, 주문관리 앱(20)은 사용자의 입력에 의하여, 주문관리 서버(30)에 연동하여, 상점을 선택하고 음식을 주문하고 결제를 수행한다.In addition, the order management app 20 is provided with a store selection function, a food ordering function, a payment function, and the like. That is, the order management app 20 according to the user's input, in conjunction with the order management server 30, selects a store, orders food, and performs payment.

또한, 주문관리 앱(20)은 음식 서비스에 대한 리뷰 작성을 사용자에게 요청하고, 사용자로부터 리뷰 데이터를 입력받는다. 주문관리 앱(20)은 입력받은 리뷰 데이터를 수집하여 주문관리 서버(30)로 전송한다.In addition, the order management app 20 requests the user to write a review for the food service, and receives review data from the user. The order management app 20 collects the received review data and transmits it to the order management server 30 .

이때, 리뷰 데이터는 평가 대상 항목, 선호도 점수 등으로 구조화된 데이터로 입력받는다.In this case, the review data is input as structured data such as evaluation target items, preference scores, and the like.

한편, 사용자 단말(10) 또는 주문관리 앱(20)은 음식을 주문하는 당사자 외에도 일반 사용자도 사용할 수 있다. 특히, 일반 사용자 또는 비결제 사용자는 음식이나 상점(음식점, 업소 등)에 대한 평가 또는 만족도 등을 입력하여 등록할 수 있다.On the other hand, the user terminal 10 or the order management app 20 may be used by a general user in addition to the person ordering food. In particular, a general user or a non-payment user may register by inputting an evaluation or satisfaction with respect to food or a store (restaurant, business, etc.).

다음으로, 판매자 단말(50)은 판매자가 이용하는 컴퓨팅 단말로서, PC, 노트북, 스마트폰, 패블릿, 태블릿PC 등 통상의 컴퓨팅 기능을 구비한 단말이다.Next, the seller terminal 50 is a computing terminal used by the seller, and is a terminal equipped with a normal computing function, such as a PC, a notebook computer, a smart phone, a phablet, and a tablet PC.

판매자 단말(50)은 웹브라우저 등이 설치되거나 주문처리 전용 앱 등이 설치되고, 관리자는 웹브라우저 또는 주문처리 앱 등을 통해 주문관리 서버(30)에서 제공하는 주문관리 서비스에 접속하여 주문관리 서비스를 이용할 수 있다.In the seller terminal 50, a web browser or the like is installed or an order processing app is installed, and the administrator accesses the order management service provided by the order management server 30 through a web browser or an order processing app and provides an order management service. is available.

다음으로, 주문관리 서버(30)는 통상의 어플리케이션 서버로서, 주문 접수, 주문 처리, 음식 추천 등의 작업을 수행하고, 이러한 주문관리 서비스를 제공한다. 특히, 주문관리 서버(30)는 주문관리 앱(20) 및 판매자 단말(50)과 연동하여, 해당 주문관리 서비스를 처리한다.Next, the order management server 30, as a normal application server, performs tasks such as order reception, order processing, and food recommendation, and provides such an order management service. In particular, the order management server 30 interworks with the order management app 20 and the seller terminal 50 to process the corresponding order management service.

특히, 주문관리 서버(30)는 사용자 또는 주문관리 앱(20)으로부터, 각 사용자의 만족도 데이터를 수집하여, 3차원 매트릭스 형태로 데이터(이하 3차원 취향 데이터)를 가공한다.In particular, the order management server 30 collects each user's satisfaction data from the user or the order management app 20 , and processes the data (hereinafter, 3D taste data) in a three-dimensional matrix form.

또한, 주문관리 서버(30)는 CNN(Convolution Neural Network, 합성곱 신경망) 신경망을 구비하고, 3차원 매트릭스 형태로 가공된 데이터로 해당 신경망을 학습시킨다. CNN 신경망은 3차원 취향 데이터를 입력받아 취향 그룹을 출력한다.In addition, the order management server 30 includes a CNN (Convolution Neural Network, convolutional neural network) neural network, and trains the neural network with data processed in the form of a three-dimensional matrix. The CNN neural network receives three-dimensional taste data and outputs a taste group.

또한, 주문관리 서버(30)는 도출된 그룹군을 바탕으로 관계망을 형성하고, 유사한 사용자를 취향에 의해 그룹핑한다.In addition, the order management server 30 forms a relationship network based on the derived group group, and groups similar users according to their preferences.

그리고 주문관리 서버(30)는 사용자의 취향 그룹을 검색하고, 검색된 취향 그룹의 음식 또는 상점을 추출하고, 추출된 음식 또는 상점을 추천한다.And the order management server 30 searches for the user's taste group, extracts the food or store of the searched taste group, and recommends the extracted food or store.

한편, 주문관리 서버(30)와, 주문관리 앱(20)은 통상의 서버와 클라이언트의 구성 방법에 따라 구현될 수 있다. 즉, 전체 시스템의 기능들을 클라이언트의 성능이나 서버와 통신량 등에 따라 분담될 수 있다. 일례로서, 주문관리 앱(20)은 단순한 인터페이스 기능만을 수행하고, 주문관리 서버(30)가 데이터 가공, CNN 기반 분석, 취향 추천 등의 대부분의 작업을 수행하도로 구성될 수 있다. 또 다른 예로서, 주문관리 앱(20)이 데이터의 입력 및 데이터의 가공 작업 등을 수행하고, 주문관리 서버(30)는 CNN 신경망을 이용한 분석 작업만 수행할 수도 있다. 이하에서는 취향 관계망 생성 시스템으로 설명하나, 서버-클라이언트의 구성 방법에 따라 다양한 분담 형태로 구현될 수 있다.On the other hand, the order management server 30 and the order management app 20 may be implemented according to a typical method of configuring a server and a client. That is, the functions of the entire system can be divided according to the performance of the client or the amount of communication between the server and the server. As an example, the order management app 20 performs only a simple interface function, and the order management server 30 may be configured to perform most tasks such as data processing, CNN-based analysis, and taste recommendation. As another example, the order management app 20 performs data input and data processing, and the like, and the order management server 30 may perform only an analysis operation using a CNN neural network. Hereinafter, a system for generating a preference relational network will be described, but it may be implemented in various forms according to a server-client configuration method.

다음으로, 본 발명의 일실시예에 따른 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템(300)의 구성을 도 3을 참조하여 설명한다.Next, the configuration of the user experience-based preference relationship network generating system 300 using the CNN learning method according to an embodiment of the present invention will be described with reference to FIG. 3 .

본 발명의 일실시에 따른 취향관계망 생성 시스템(300)은 주문관리 앱(20) 등 클라이언트와, 주문관리 서버(30) 등으로 구성되어 서버-클라이언트 시스템으로 구현된다.The taste relationship network generation system 300 according to an embodiment of the present invention is configured as a client such as an order management app 20 and an order management server 30 and is implemented as a server-client system.

도 3에서 보는 바와 같이, 본 발명의 일실시예에 따른 주문관리 시스템(300)은 서비스 리뷰 데이터를 수집하는 데이터 수집부(31), 수집된 데이터를 3차원 매트릭스 형태로 가공하는 데이터 가공부(32), 가공된 데이터로 CNN 신경망을 학습시키고 분석하는 신경망 분석부(33), 신경망을 통해 분류된 그룹군으로 관계망을 형성하는 관계망 형선부(34), 및, 사용자에게 추천 서비스를 제공하는 서비스 추천부(35)로 구성된다. 또한, 추가적으로, 합성곱 신경망(CNN)(38) 및, 관계망(39)을 더 포함하여 구성된다.As shown in FIG. 3 , the order management system 300 according to an embodiment of the present invention includes a data collection unit 31 for collecting service review data, a data processing unit for processing the collected data in a three-dimensional matrix form ( 32), a neural network analysis unit 33 that trains and analyzes a CNN neural network with processed data, a relational network shaper 34 that forms a relational network into groups classified through a neural network, and a service that provides a recommendation service to a user It is composed of a recommendation unit (35). In addition, it is configured to further include a convolutional neural network (CNN) 38 and a relational network 39 .

먼저, 데이터 수집부(31)는 사용자의 직접, 간적 경험을 통해 취향 데이터(또는 리뷰 데이터)를 수집한다.First, the data collection unit 31 collects taste data (or review data) through a user's direct or indirect experience.

사용자는 요식 서비스를 직접 제공받은 후 서비스에 대한 리뷰를 등록하거나, 요식 서비스를 직접 제공받지 않더라도 서비스에 대한 리뷰를 등록할 수 있다. 데이터 수집부(31)는 상기와 같이 사용자에 의해 등록된 리뷰 데이터를 수집한다.The user may register a service review after receiving the catering service directly, or may register a service review even if the catering service is not directly provided. The data collection unit 31 collects review data registered by the user as described above.

구체적으로, 요식업 비대면 주문 결제 시스템인 경우, 모바일 어플리케이션을 통해 키오스크와 같이 주문 결제를 수행한다. 사용자가 주문, 결제 후 자신의 경험을 리뷰처럼 입력해 관리할 수 있도록 리뷰 서비스를 제공한다.Specifically, in the case of a non-face-to-face order payment system for the catering industry, order payment is performed through a mobile application like a kiosk. A review service is provided so that users can enter and manage their experiences like reviews after placing an order and payment.

또한, 결제하지 않다 하더라도 사용자의 리스트를 작성할 수 있는 서비스를 제공하여, 사용자의 플랫폼 내 비결제 취향 데이터를 등록하도록 리뷰 서비스를 제공한다.In addition, it provides a service for creating a list of users even if they do not pay, and provides a review service to register the user's non-payment preference data in the platform.

한편, 리뷰 데이터는 평가 대상, 평가 항목, 선호도(또는 만족도) 점수 등으로 구조화되어 구성된다. 즉, 데이터 수집 방식은 서비스 경험 후, 맛, 청결, 가격 등에 대한 만족도를 1-10의 지정 범위 입력 방식으로 수집한다.On the other hand, review data is structured and composed of evaluation targets, evaluation items, preference (or satisfaction) scores, and the like. That is, the data collection method collects satisfaction with taste, cleanliness, price, etc. after the service experience by inputting the specified range of 1-10.

평가 대상은 음식, 음식 종류, 업체명(식당 이름) 등이 될 수 있다. 또한, 평가 항목은 맛, 청결, 가격 등으로 세분화될 수 있다. 또한, 만족도(또는 선호도)는 다수의 등급으로 구분되어, 등급으로 입력된다. 일례로서, 만족도는 1-10 등 10개의 등급으로 구분하여 설정된다.The evaluation target may be food, food type, company name (restaurant name), and the like. In addition, evaluation items may be subdivided into taste, cleanliness, price, and the like. In addition, satisfaction (or preference) is divided into a plurality of grades and is input as grades. As an example, the satisfaction level is set by dividing it into 10 grades such as 1-10.

다음으로, 데이터 가공부(32)는 수집된 데이터를 3차원 매트릭스 형태로 가공한다.Next, the data processing unit 32 processes the collected data in the form of a three-dimensional matrix.

한편, 도 3에서 보는 바와 같이, 3차원 매트릭스 형태의 구조는 3차원 이미지 또는 3차원 이미지 데이터로 구성되는데, 특히, 다수의 채널을 가지는 2차원 이미지들로 구성된다. 이때, 하나의 채널의 2차원 이미지는 W×H 해상도를 갖는다. 또한, 채널(C)의 개수를 L개로 구성한다.On the other hand, as shown in FIG. 3 , the three-dimensional matrix structure consists of a three-dimensional image or three-dimensional image data, in particular, two-dimensional images having a plurality of channels. In this case, the two-dimensional image of one channel has a W×H resolution. In addition, the number of channels C is configured as L.

도 4와 같이, 평가 대상의 만족도(또는 선호도)를 2차원 이미지로 구성한다. 즉, 위치 좌표 (x,y)는 평가항목에 해당하고, 좌표 (x,y)의 픽셀값은 해당 평가항목의 만족도 점수로 설정된다.As shown in FIG. 4 , the satisfaction (or preference) of the evaluation target is configured as a two-dimensional image. That is, the position coordinate (x,y) corresponds to the evaluation item, and the pixel value of the coordinate (x,y) is set as the satisfaction score of the evaluation item.

도 5에서 보는 바와 같이, 평가 항목은 2차원 좌표로 구성되며, 각 좌표 축은 각각 음식의 분류(종류 등)와 평가 분류(맛 등)을 나타낼 수 있다.As shown in FIG. 5 , evaluation items are composed of two-dimensional coordinates, and each coordinate axis may indicate a food classification (type, etc.) and evaluation classification (taste, etc.), respectively.

일례로서, x축에는 음식 분류에 대한 정보(이하 음식분류 항목)가 들어간다. 예를 들어, 음식분류 항목은 메인 재료, 조리 방식 등이다. 즉, 음식 분류는 음식을 구분하고 분류하는 항목들을 나타낸다.As an example, information on food classification (hereinafter referred to as food classification item) is contained on the x-axis. For example, food classification items are main ingredients, cooking methods, and the like. That is, food classification indicates items that classify and classify food.

또한, 도 6과 같이, x축의 항목(음식분류의 항목)으로 대, 중, 소로 분류될 수 있다. 대분류는 주재료 유형을 나타내고, 중분류는 주재료 종류를 나타내고, 소분류는 조리 방식으로 나타난다.In addition, as shown in FIG. 6 , it may be classified into large, medium, and small items on the x-axis (items of food classification). The major category indicates the main ingredient type, the middle category indicates the main ingredient type, and the small category indicates the cooking method.

또한, y축에는 음식의 평가 분류에 대한 정보(이하 평가분류 항목)가 들어간다. 예를 들어, 평가분류 항목은 매운 맛, 단말, 양, 서비스 품질, 청결도, 매장 주변 경관 등으로 구성될 수 있다. 평가 분류는 평가 관점을 구분하고 분류하는 항목들을 나타낸다.In addition, the y-axis contains information on food evaluation classification (hereinafter referred to as evaluation classification item). For example, the evaluation classification item may be composed of spicy taste, terminal, quantity, service quality, cleanliness, and scenery around the store. Evaluation classification refers to items that classify and classify evaluation viewpoints.

이때, 데이터를 변환하기 앞서 요식업의 경우 업종(음식점업, 휴게음식점업 등), 요식업의 종류(양식, 중식, 일식 등), 주메뉴(육류, 어류 등), 조리방식(구이, 튀김 등), 맛(단맛, 짠맛, 쓴맛 등) 등과 같이 취향을 정의하기 위한 데이터 테이블을 정의하고 3차원 데이터 매트릭스 형태로 가공한다.At this time, before data conversion, in the case of the catering industry (restaurant business, resting restaurant business, etc.), the type of catering business (western food, Chinese food, Japanese food, etc.), main menu (meat, fish, etc.), cooking method (roasted, fried, etc.), taste A data table for defining tastes such as (sweet, salty, bitter, etc.) is defined and processed in the form of a three-dimensional data matrix.

즉, 각 평가 항목은 음식분류 항목(x 좌표)과, 평가분류 항목(y 좌표)의 조합으로 구성된다.That is, each evaluation item is composed of a combination of a food classification item (x coordinate) and an evaluation classification item (y coordinate).

또한, 축 x,y를 기준으로 2차원 방식의 테이블을 구현하고, 업체별로 해당 표를 누적하여 3차원 형태의 데이터가 된다. 또한, 각 사용자 별로 해당 3차원 데이터를 가지게 되며, 이 3차원 데이터들을 CNN(합성곱 신경망) 방식을 통해 그룹화 한다. 따라서 하나의 2차원 이미지는 특정 사용자와, 특정 음식(또는 음식점)에 해당하는 평가항목들을 나타낸다.In addition, a two-dimensional table is implemented based on the x and y axes, and the corresponding table is accumulated for each company to become three-dimensional data. In addition, each user has corresponding 3D data, and these 3D data are grouped through a CNN (Convolutional Neural Network) method. Accordingly, one two-dimensional image represents evaluation items corresponding to a specific user and a specific food (or restaurant).

또한, 만족도 점수는 픽셀 범위에 의해 정규화될 수 있다. 즉, 픽셀값은 0~255를 가지므로, 만족도 점수 1~10를 픽셀값 0~255 범위로 비례적으로 매핑시킬 수 있따. 특히, 만족도 점수는 0을 더 포함하는데, 0의 의미는 만족도 점수를 없거나, 해당 항목이 없는 경우를 나타내기 위한 것이다. 따라서 만족도 점수 0~10을 픽셀값 0~255 범위로 비례적으로 매핑시킨다. 즉, 일례로서, 만족도 점수 0은 픽셀값 0으로, 만족도 점수 10은 픽셀값 255 등으로 매핑시킨다.Also, the satisfaction score can be normalized by pixel range. That is, since pixel values have 0 to 255, satisfaction scores 1 to 10 can be proportionally mapped to the pixel values 0 to 255 range. In particular, the satisfaction score further includes 0, which means that there is no satisfaction score or there is no corresponding item. Therefore, satisfaction scores 0 to 10 are proportionally mapped to the range of pixel values 0 to 255. That is, as an example, a satisfaction score of 0 is mapped to a pixel value of 0, a satisfaction score of 10 is mapped to a pixel value of 255, and the like.

한편, 2차원 이미지에서 매핑되어 설정되는 않는 픽셀(평가항목이 없는 경우나 만족도 점수가 없는 경우)은 모두 0으로 패딩 처리한다. 바람직하게는, 해당 픽셀 값을 0으로 설정하여 처리한다.On the other hand, pixels that are not mapped and set in the 2D image (when there is no evaluation item or when there is no satisfaction score) are all padded with 0. Preferably, it is processed by setting the corresponding pixel value to 0.

또한, 채널(C)은 측정 대상으로서, 사용자와 음식의 각 조합을 나타낸다.In addition, the channel (C) represents each combination of a user and food as a measurement object.

다음으로, 신경망 분석부(33)는 3차원 데이터 매트릭스 형태로 가공된 데이터를 CNN 신경망을 학습시키고, 이를 활용하여 분석한다.Next, the neural network analyzer 33 trains the CNN neural network on data processed in the form of a three-dimensional data matrix, and analyzes it using this.

즉, 각 개개인의 다양한 취향 데이터를 최초 정의한 취향 데이터 테이블을 기준하여 분류하고 분석한다. 즉, 신경망을 이용하여, 해당 사용자의 가공된 취향 데이터가 어떤 그룹에 속하는지를 분석한다.That is, each individual's various taste data are classified and analyzed based on the taste data table defined initially. That is, the neural network is used to analyze which group the processed taste data of the corresponding user belongs to.

신경망을 사용하지 않은 정적 분석의 경우, ‘가’업체에 ‘갑’이라는 사람이 방문하여 리뷰데이터를 남겼을 때, 오직‘가’업체에 대한 ‘갑’의 선호도를 알 수 있다. 그러나, 본 발명에 따른 시스템은, 신경망을 이용한 분석으로 도출된 그룹 값을 이용하므로, 취향이 각기 다른 여러 사람들과 그 사람들이 방문한 많은 여러 업체들에 대한 선호도를 파악할 수 있다.In the case of static analysis that does not use a neural network, when a person named ‘A’ visits ‘A’ and leaves review data, only ‘A’’s preference for ‘A’ can be known. However, since the system according to the present invention uses the group value derived from the analysis using a neural network, it is possible to grasp the preferences of several people with different tastes and many companies visited by those people.

또한, ‘을’의 데이터가 입력되었을 때, 분석 후 도출된 ‘을’의 그룹 값을 통하여 ‘가’업체 혹은 ‘나’, ‘다’ 업체에서 만족할 수 있는 취향인지 파악할 수 있다.In addition, when the data of ‘B’ is input, it is possible to determine whether the tastes that can be satisfied by ‘A’ or ‘B’ or ‘C’ through the group value of ‘B’ derived after analysis.

도 7에서 보는 바와 같이, CNN 신경망의 입력은 가공된 3차원 데이터이고, 출력은 사용자의 그룹군으로 구성된다. 즉, 신경망의 출력은 해당 3차원 데이터가 은닉층으로 이루어진 신경망 레이어를 통과하여 특정 값의 형태로 출력된다. 이때, 출력된 특정 값은 해당 3차원 데이터의 사용자 또는 음식(또는 음식점)에 대한 그룹군이 된다.As shown in FIG. 7 , the input of the CNN neural network is processed 3D data, and the output is composed of a group of users. That is, the output of the neural network is output in the form of a specific value by passing the corresponding 3D data through the neural network layer composed of the hidden layer. In this case, the output specific value becomes a group group for a user or food (or restaurant) of the corresponding 3D data.

특히, 그룹은 다수의 분야별로 그룹핑 된다. 분야는 맛, 양, 가격, 청결 등으로 그룹핑할 분야가 사전에 설정된다. 그리고 각 분야별로 사용자 또는 음식(음식점)에 대해 그룹핑을 수행한다.In particular, the group is grouped by a plurality of fields. In the field, the field to be grouped by taste, quantity, price, cleanliness, etc. is set in advance. And grouping is performed for users or food (restaurants) for each field.

한편, 학습을 위한 테스트 대상 데이터는 실험을 위한 소그룹(ABROSS 팀원 및 체험단 등)의 취향을 토대로 레이블링을 위한 그룹군을 만든다. 또한, 적절한 수의 그룹 크기와 뉴런의 활성함수(ReLU 등)를 설정하고, 임계값 및 편향을 정하여 학습모델을 실험하여 적중률이 높은 모델을 사용한다.On the other hand, the test target data for learning creates a group for labeling based on the tastes of small groups (ABROSS team members and experiential groups, etc.) for the experiment. In addition, an appropriate number of group sizes and neuron activation functions (ReLU, etc.) are set, thresholds and biases are set, and the learning model is tested to use a model with a high hit rate.

따라서 CNN 신경망이 학습된 후, 특정 사용자의 특정 음식(음식점)에 대한 평가 항목의 2차원 이미지를 해당 CNN 신경망에 입력하면, 해당 사용자와 해당 음식의 조합이 속하는 분야별 그룹(또는 그룹군)이 출력된다.Therefore, after the CNN neural network is trained, if a two-dimensional image of an evaluation item for a specific food (restaurant) of a specific user is input to the corresponding CNN neural network, the field group (or group group) to which the combination of the user and the food belongs is output do.

다음으로, 관계망 형성부(34)는 앞서 도출된 그룹군을 바탕으로 관계망을 형성한다. 즉, 각 사용자 또는 각 음식들에 대한 2차원 이미지(평가항목 이미지)를 신경망에 입력시켜, 해당 사용자 또는 음식들의 그룹을 출력하여 분류하고, 분류된 그룹에 의해 관계망을 형성한다.Next, the relational network forming unit 34 forms a relational network based on the previously derived group group. That is, a two-dimensional image (evaluation item image) for each user or each food is input to the neural network, and a group of the corresponding user or food is output and classified, and a relational network is formed by the classified group.

관계망이란 CNN 신경망을 통해 도출된 사용자들의 그룹 관계, 음식(음식점)들의 그룹 관계, 및, 사용자와 음식 간의 선호 관계를 나타낸다.The relational network represents a group relationship of users derived through a CNN neural network, a group relationship of foods (restaurants), and a preference relationship between users and food.

구체적으로, 관계망은 노드와 링크로 구성된다. 노드는 사용자 또는 음식이 할당되고, 링크는 노드들을 연결한다. 이때, 2개의 노드가 동일한 그룹에 속하는 경우, 2개의 노드는 서로 링크로 연결된다. 또한, 링크는 분야 속성을 가진다. 즉, 2개의 노드가 동일하게 속하는 그룹의 분야가 해당 링크의 분야 속성으로 설정된다.Specifically, the relational network consists of nodes and links. Nodes are assigned users or food, and links connect nodes. In this case, when two nodes belong to the same group, the two nodes are connected to each other by a link. Also, the link has a field attribute. That is, the field of the group to which two nodes belong identically is set as the field attribute of the corresponding link.

또한, 맛 기호도(맛 분야)에 따른 분류, 분위기 기호도(분위기 분야)에 따른 분류, 청결도 기호도(청결도 분야)에 따른 분류 등 분류된 타입(종류)을 기준으로 그룹군을 바탕으로 관계망을 형성한다.In addition, a relationship network is formed based on the group group based on the classified type (type), such as classification according to taste preference (taste field), classification according to atmosphere preference level (atmosphere field), and classification according to cleanliness preference (cleanliness field). .

음식의 ‘특정한 맛’, ‘가격’, ‘양’적 취향에 있어서 동일한 그룹을 도출하고, 사용자의 요구에 맞는 업체를 추천해 줄 수 있다.It is possible to derive the same group in terms of 'specific taste', 'price', and 'quantity' of food, and recommend a company that meets the user's needs.

예를 들어, 사용자 A와 B과 다음과 같이 동일한 그룹으로 분류되는 경우를 설명한다.For example, a case where users A and B are classified into the same group as follows will be described.

A와 B는 많은 양을 먹는다. [ 양의 동일 그룹 ]A and B eat a lot. [ positive equal group ]

A와 C는 매운 맛을 좋아한다. [ 매운 맛의 동일 그룹 ]A and C like the spicy taste. [ Same group of spicy taste ]

B와 C는 저렴한 가격을 선호한다. [ 선호 가격대의 동일 그룹 ]B and C prefer lower prices. [ Same group with preferred price range ]

A와 B는 청결한 곳을 좋아한다 [ 청결도에 대한 동일 그룹 ]A and B like a clean place [same group for cleanliness]

이 경우, 노드 A와 B는 서로 링크로 연결되고, 링크의 분야 속성은 <양>과 <청결도>를 가진다. 또한, 노드 A와 C는 <매운 맛> 분야의 속성을 가진 링크로 연결된다. 또한, 노드 B와 C는 <가격> 분야의 속성을 가진 링크로 연결된다.In this case, nodes A and B are connected to each other by a link, and the field properties of the link have <quantity> and <cleanliness>. Also, nodes A and C are connected by a link having an attribute in the <spicy taste> field. In addition, nodes B and C are connected by a link with an attribute of the field <price>.

이 경우, 사용자 A에게는 사용자 B가 선호하는 업체를 좋아할 확률이 높으며, A와 B는 양과 청결도에 대한 관계로 이루어져 있다.In this case, there is a high probability that user A will like the company preferred by user B, and A and B have a relationship between quantity and cleanliness.

위의 예는 사용자들의 그룹 관계를 나타내는 관계망을 설명하고 있다.The above example describes a relationship network representing a group relationship of users.

음식들의 그룹 관계도 상기 사용자들의 그룹 관계의 관계망과 같은 형태로 형성한다. 즉, 음식들의 3차원 데이터를 CNN 신경망에 입력하여 분야별 그룹으로 분류되면, 동일한 분야 그룹에 속하는 음식들 간에 링크로 연결시킨다. 이때, 링크의 분야 속성은 해당 그룹의 분야로 설정된다.The group relationship of foods is also formed in the same form as the relationship network of the group relationship of the users. That is, when the three-dimensional data of foods is input into the CNN neural network and classified into groups by field, the foods belonging to the same field group are linked by a link. In this case, the field attribute of the link is set to the field of the corresponding group.

또한, 사용자 노드와 음식 노드 간의 링크는 평가항목의 2차원 이미지(또는 이미지의 픽셀값)에 의해 설정된다. 즉, 2차원 이미지는 해당 사용자 노드와 해당 음식 노드 간의 만족도 점수(픽셀값)를 2차원 평가항목 별로 평가한 점수이다. 따라서 2차원 이미지가 전체적으로 점수가 높다면 해당 사용자는 해당 음식을 선호한다는 것을 나타낸다.In addition, the link between the user node and the food node is set by the two-dimensional image (or the pixel value of the image) of the evaluation item. That is, the two-dimensional image is a score obtained by evaluating the satisfaction score (pixel value) between the corresponding user node and the corresponding food node for each two-dimensional evaluation item. Therefore, if the overall score of the two-dimensional image is high, it indicates that the user prefers the corresponding food.

따라서 2차원 평가항목의 통계 점수가 사전에 정해진 기준치 이상이면, 해당 사용자 노드와 해당 음식 노드를 서로 연결시켜 선호 관계를 생성한다.Therefore, if the statistical score of the two-dimensional evaluation item is greater than or equal to a predetermined reference value, a preference relationship is created by connecting the corresponding user node and the corresponding food node to each other.

또는, 각 링크에 가중치를 부여할 수 있다. 링크의 가중치는 평가항목의 통계 점수를 비례적으로 적용한다. 즉, 통계 점수와 가중치는 비례 관계를 갖는다. Alternatively, a weight may be assigned to each link. The weight of the link is proportionally applied to the statistical score of the evaluation item. That is, statistical scores and weights have a proportional relationship.

다음으로, 서비스 추천부(35)는 사용자에게 추천 서비스를 제공한다.Next, the service recommendation unit 35 provides a recommendation service to the user.

즉, 취향(맛, 분위기, 청결도 등)이 유사한 사용자끼리 그룹을 형성 후 가장 유사한 사용자가 경험했으나 자신이 경험하지 않은 서비스를 지속 추천받고, 해당 사용자의 좋은 경험을 구독할 수 있도록 관계망을 구축하여 서비스 제공한다.In other words, after forming a group among users with similar tastes (taste, atmosphere, cleanliness, etc.), a network of relationships is established so that the most similar users can continue to receive recommendations for services they have not experienced but subscribe to the good experiences of those users. service is provided.

구체적으로, 서비스 추천부(35)는 관계망을 이용하여 음식을 추천한다. 즉, 추천을 요청하는 사용자(이하 질의 사용자) 노드와 연결된 링크를 따라 음식을 탐색하여 선택한다. 즉, 질의 사용자 노드와 연결된 다른 사용자 노드로 탐색하고, 탐색된 사용자 노드와 링크로 연결된 음식들을 탐색하여, 탐색된 음식을 추출하여 추천한다.Specifically, the service recommendation unit 35 recommends food using a relational network. That is, food is searched for and selected by following a link connected to a node of a user requesting a recommendation (hereinafter referred to as a query user). That is, it searches for other user nodes connected to the query user node, searches for foods connected with the searched user node and links, and extracts and recommends the searched food.

또한, 서비스 추천부(35)는 탐색된 사용자의 선호 음식을 탐색할 때, 해당 사용자와 음식 간의 링크의 가중치를 고려하여 가장 높은 가중치를 가지는 음식을 탐색할 수 있다.In addition, the service recommendation unit 35 may search for a food having the highest weight in consideration of the weight of the link between the user and the food when searching for the searched user's preferred food.

또한, 서비스 추천부(35)는 탐색된 음식에서, 음식 간의 관계망을 이용하여, 서로 연결된 다른 음식을 탐색할 수 있다.Also, the service recommendation unit 35 may search for other foods that are connected to each other by using a relational network between foods in the searched foods.

또한, 서비스 추천부(35)는 사용자의 선호 분야를 입력받는 경우, 해당 선호 분야의 링크를 이용하여 탐색할 수 있다. 예를 들어, 질의 사용자가 "가격" 분야를 최우선으로 한다면, 사용자 간 링크 또는 음식 간 링크로 탐색할 때, 가격 분야 링크가 연결된 사용자 또는 음식을 탐색한다.Also, when receiving the user's preference field, the service recommendation unit 35 may search by using a link in the preference field. For example, if a querying user prioritizes the "price" field, when navigating with a user-to-user link or a food-to-food link, the price field link searches for the linked user or food.

이상, 본 발명자에 의해서 이루어진 발명을 상기 실시 예에 따라 구체적으로 설명하였지만, 본 발명은 상기 실시 예에 한정되는 것은 아니고, 그 요지를 이탈하지 않는 범위에서 여러 가지로 변경 가능한 것은 물론이다.In the above, the invention made by the present inventors has been described in detail according to the above embodiments, but the present invention is not limited to the above embodiments, and various changes can be made without departing from the gist of the present invention.

10 : 사용자 단말 20 : 주문관리 앱
30 : 주문관리 서버 50 : 판매자 단말
80 : 네트워크
10: user terminal 20: order management app
30: order management server 50: seller terminal
80: network

Claims (5)

CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템에 있어서,
서비스 리뷰 데이터를 수집하는 데이터 수집부;
수집된 데이터를 3차원 매트릭스 형태로 가공하되, 다수의 채널을 가지는 2차원 이미지들로 구성되고, 각 이미지의 픽셀값은 만족도 점수가 되도록 가공하는, 데이터 가공부;
가공된 데이터로 CNN 신경망을 학습시키고 분석하되, 상기 CNN 신경망의 입력은 다수의 채널을 가지는 2차원 이미지이고, 출력은 그룹으로 분류하는, 신경망 분석부;
신경망을 통해 각 사용자 또는 음식을 그룹으로 분류하고, 동일한 그룹에 속하는 사용자 또는 음식을 서로 링크로 연결하여 관계망을 형성하고, 사용자와 음식 간의 관계를 2차원 이미지의 픽셀값에 의해 설정하는, 관계망 형성부; 및,
상기 관계망을 이용하여, 추천을 요청하는 사용자(이하 질의 사용자)로부터 링크를 따라 탐색하여, 탐색된 음식을 추천하는 서비스 추천부를 포함하는 것을 특징으로 하는 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템.
In the user experience-based preference relationship network generation system using the CNN learning method,
Data collection unit for collecting service review data;
a data processing unit which processes the collected data in a three-dimensional matrix form, but consists of two-dimensional images having a plurality of channels, and processes the pixel value of each image to be a satisfaction score;
A neural network analyzer that trains and analyzes a CNN neural network with processed data, wherein the input of the CNN neural network is a two-dimensional image having a plurality of channels, and the output is classified into groups;
Classifying each user or food into groups through a neural network, forming a relationship network by connecting users or foods belonging to the same group with a link, and forming a relationship network that sets the relationship between users and food by pixel values of a two-dimensional image wealth; and,
Using the relationship network, a user experience-based preference relationship network generation system using a CNN learning method, characterized in that it includes a service recommendation unit that searches for a recommendation by following a link from a user requesting a recommendation (hereinafter, a query user), and recommends the searched food. .
제1항에 있어서,
상기 2차원 이미지의 2개 축의 중 하나는 음식을 분류하는 음식분류 항목을 나타내고, 다른 하나는 음식 평가를 분류하는 평가분류 항목을 나타내고, 각 평가항목은 음식분류 항목과, 평가분류 항목의 조합에 의한 항목인 것을 특징으로 하는 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템.
According to claim 1,
One of the two axes of the two-dimensional image represents the food classification item that classifies food, the other represents the evaluation classification item that classifies the food evaluation, and each evaluation item is a food classification item and a combination of the evaluation classification item. User experience-based taste relationship network generation system using CNN learning method, characterized in that it is an item by
제1항에 있어서,
상기 CNN 신경망은 사용자 또는 음식을 다수의 분야별로 그룹핑하여 분야별 그룹으로 출력하는 것을 특징으로 하는 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템.
According to claim 1,
The CNN neural network groups users or food by a plurality of fields and outputs them as groups for each field.
제3항에 있어서,
상기 관계망은 노드와 링크로 구성되고, 노드는 사용자 또는 음식으로 할당되고, 링크는 노드를 연결하고, 2개의 노드가 동일한 그룹에 속하면 2개의 노드는 서로 링크로 연결되고, 링크는 동일한 그룹의 분야에 해당하는 분야 속성을 가지는 것을 특징으로 하는 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템.
4. The method of claim 3,
The relational network is composed of nodes and links, nodes are assigned to users or food, links connect nodes, and when two nodes belong to the same group, the two nodes are connected to each other by a link, and the link is of the same group. User experience-based preference relationship network generation system using CNN learning method, characterized in that it has field properties corresponding to the field.
제4항에 있어서,
사용자 노드와 음식 노드 간의 링크는 평가항목의 2차원 이미지의 통계 점수에 의해 연결되고, 평가항목의 통계 점수에 비례하여 가중치가 설정되는 것을 특징으로 하는 CNN 학습 방식을 이용한 사용자 경험 기반 취향관계망 생성 시스템.
5. The method of claim 4,
The link between the user node and the food node is connected by the statistical score of the two-dimensional image of the evaluation item, and the user experience-based taste relationship network generation system using the CNN learning method, characterized in that the weight is set in proportion to the statistical score of the evaluation item .
KR1020200094160A 2020-07-29 2020-07-29 A taste network generation system based on user experience using CNN learning KR102442988B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020200094160A KR102442988B1 (en) 2020-07-29 2020-07-29 A taste network generation system based on user experience using CNN learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200094160A KR102442988B1 (en) 2020-07-29 2020-07-29 A taste network generation system based on user experience using CNN learning

Publications (2)

Publication Number Publication Date
KR20220014499A true KR20220014499A (en) 2022-02-07
KR102442988B1 KR102442988B1 (en) 2022-09-13

Family

ID=80253314

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200094160A KR102442988B1 (en) 2020-07-29 2020-07-29 A taste network generation system based on user experience using CNN learning

Country Status (1)

Country Link
KR (1) KR102442988B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102532221B1 (en) * 2023-01-11 2023-05-16 (주)블루콘텐츠 Method, device and system for providing character-linked travel experience platform service based on metaverse environment using xr and ar

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101755653B1 (en) 2016-07-28 2017-07-11 주식회사 탑코 user-tailored webtoon auto-recommendation system and method
KR101872733B1 (en) * 2017-06-14 2018-06-29 조선대학교산학협력단 System for recommending social networking service following and method for recommending social networking service following using it
KR20180117017A (en) * 2017-04-18 2018-10-26 삼성전자주식회사 Method and system for reducing computational complexity of convolutional neural networks
KR20190061130A (en) * 2017-11-27 2019-06-05 서울대학교산학협력단 Explainable and accurate recommender method and system using social network information and rating information
KR20190084764A (en) * 2018-01-09 2019-07-17 주식회사 룰루랩 Cosmetic recommendation system based on reviews data related to cosmetic and the method of recommending cosmetic
KR102005289B1 (en) 2018-01-08 2019-07-31 (주)소프트기획 A system of store recommendation services based on similarity between customers
KR20200057209A (en) 2018-11-16 2020-05-26 이윤열 A system for suggesting customized books using k-means clustering and method thereof

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101755653B1 (en) 2016-07-28 2017-07-11 주식회사 탑코 user-tailored webtoon auto-recommendation system and method
KR20180117017A (en) * 2017-04-18 2018-10-26 삼성전자주식회사 Method and system for reducing computational complexity of convolutional neural networks
KR101872733B1 (en) * 2017-06-14 2018-06-29 조선대학교산학협력단 System for recommending social networking service following and method for recommending social networking service following using it
KR20190061130A (en) * 2017-11-27 2019-06-05 서울대학교산학협력단 Explainable and accurate recommender method and system using social network information and rating information
KR102005289B1 (en) 2018-01-08 2019-07-31 (주)소프트기획 A system of store recommendation services based on similarity between customers
KR20190084764A (en) * 2018-01-09 2019-07-17 주식회사 룰루랩 Cosmetic recommendation system based on reviews data related to cosmetic and the method of recommending cosmetic
KR20200057209A (en) 2018-11-16 2020-05-26 이윤열 A system for suggesting customized books using k-means clustering and method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102532221B1 (en) * 2023-01-11 2023-05-16 (주)블루콘텐츠 Method, device and system for providing character-linked travel experience platform service based on metaverse environment using xr and ar

Also Published As

Publication number Publication date
KR102442988B1 (en) 2022-09-13

Similar Documents

Publication Publication Date Title
CN107562818B (en) Information recommendation system and method
CN103559636B (en) Restaurant management system based on cloud computing and intelligent analysis
EP2304619B1 (en) Correlated information recommendation
CN112015998B (en) Commodity recommendation method based on user portrait
KR101712591B1 (en) Personalized Advertisement Service System Using Sensitiveness-Based User Characteristic Analysis
CN108022152A (en) The automatic commending system of user&#39;s commodity and recommendation method based on image recognition
KR102227552B1 (en) System for providing context awareness algorithm based restaurant sorting personalized service using review category
Tsai et al. A data mining approach to optimise shelf space allocation in consideration of customer purchase and moving behaviours
KR102000076B1 (en) Method and server for recommending online sales channel on online shoppingmall intergrated management system
JP2011039909A (en) Method and system for optimizing presentation information
CN116645141B (en) Multi-dimensional feature-fused chain store site selection recommendation method
KR20160131477A (en) An e-commerce system based on interest category using related keywords
US11887161B2 (en) Systems and methods for delivering content to mobile devices
Liu et al. Factors influencing consumers’ repurchase behavior on fresh food e-commerce platforms: An empirical study
KR102442988B1 (en) A taste network generation system based on user experience using CNN learning
Wang et al. A reliable location design of unmanned vending machines based on customer satisfaction
KR102518389B1 (en) Method, Apparatus and System for Item Recommendation Using Consumer Bigdata
KR102538398B1 (en) Method, Apparatus and System for Recommendation in Groups Using Bigdata
KR20220117425A (en) Marketability analysis and commercialization methodology analysis system using big data
KR20220001616A (en) Method, Apparatus and System for Constructing Bigdata Based on Generating United Identifier of Customer
KR100521752B1 (en) System and method for providing information of customer&#39;s purchase pattern to affiliated stores
CN113158032B (en) Information pushing method and device
Diwandari et al. Analysis of customer purchase behavior using association rules in e-shop
Coba et al. Decision Making Based on Bimodal Rating Summary Statistics-An Eye-Tracking Study of Hotels
KR102286661B1 (en) Chat based on-demand shopping curation apparatus

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E90F Notification of reason for final refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant