WO2023043270A1 - Procédé de recommandation de modèle de page web basé sur l'apprentissage machine et dispositif associé - Google Patents

Procédé de recommandation de modèle de page web basé sur l'apprentissage machine et dispositif associé Download PDF

Info

Publication number
WO2023043270A1
WO2023043270A1 PCT/KR2022/013903 KR2022013903W WO2023043270A1 WO 2023043270 A1 WO2023043270 A1 WO 2023043270A1 KR 2022013903 W KR2022013903 W KR 2022013903W WO 2023043270 A1 WO2023043270 A1 WO 2023043270A1
Authority
WO
WIPO (PCT)
Prior art keywords
template
web page
component
candidate
generating
Prior art date
Application number
PCT/KR2022/013903
Other languages
English (en)
Korean (ko)
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 주식회사 팀솔루션
Publication of WO2023043270A1 publication Critical patent/WO2023043270A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • 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/10Services

Definitions

  • This specification proposes a method for recommending a web page template based on machine learning and an apparatus therefor.
  • AI artificial intelligence
  • Machine learning is a subset of artificial intelligence (AI). Instead of explicitly programming computers to learn and improve, the focus is on training computers to learn from data and improve from experience.
  • algorithms are trained/learned to find patterns and correlations in large data sets and make optimal decisions and predictions based on the analysis.
  • Machine learning applications improve through application and become more accurate as the available data increases. Applications of machine learning are spread all around us, from living spaces to shopping carts, entertainment media, and medical care, and are developing more rapidly with the recent expansion of the application range.
  • the field of machine learning is applied to the 'template recommendation method', which is the basis for web page creation, and a web page creation/editing tool is provided so that users can more easily compose/edit web pages, so that users can Its purpose is to efficiently create a web page with a desired design simply by selecting/editing a template recommended through the platform.
  • a method for recommending a template for creating a web page comprising: receiving category information about a web page to be created from a user for each category item; extracting, from among a plurality of pre-registered templates, a template having category information having a higher degree of similarity with the input category information than a preset level, as a first template candidate; providing the extracted first template candidate to the user; receiving a user input for selecting at least one of the first template candidates; and generating a web page based on the selected first template candidate.
  • FIG. 1 and 2 are block diagrams of a web page generating device according to an embodiment of the present invention.
  • FIG. 3 is a flowchart illustrating a template recommendation method for generating a web page according to an embodiment of the present invention.
  • FIG. 4 is a diagram illustrating a category information input window for each category item according to an embodiment of the present invention.
  • FIG. 5 is a diagram illustrating a decision tree according to an embodiment of the present invention.
  • FIG. 6 is a diagram illustrating a screen for recommending/providing a first template candidate according to an embodiment of the present invention.
  • FIG. 7 is a flowchart illustrating a component recommendation method according to an embodiment of the present invention.
  • FIG. 8 is a diagram illustrating a first template candidate being edited according to an embodiment of the present invention.
  • FIG. 9 is a diagram illustrating an embodiment of component candidate extraction according to an embodiment of the present invention.
  • FIG. 10 is a diagram illustrating an example of recommending component selection and template editing according to an embodiment of the present invention.
  • FIG. 11 is a diagram illustrating a template market according to an embodiment of the present invention.
  • first, second, A, B, etc. may be used to describe various elements, but the elements are not limited by the above terms, and are merely used to distinguish one element from another. used only as For example, without departing from the scope of the technology described below, a first element may be referred to as a second element, and similarly, the second element may be referred to as a first element.
  • the terms and/or include any combination of a plurality of related recited items or any of a plurality of related recited items. For example, 'A and/or B' may be interpreted as meaning 'at least one of A or B'. Also, '/' can be interpreted as 'and' or 'or'.
  • each component to be described below may be combined into one component, or one component may be divided into two or more for each more subdivided function.
  • each component to be described below may additionally perform some or all of the functions of other components in addition to its main function, and some of the main functions of each component may be performed by other components. Of course, it may be dedicated and performed by .
  • each process constituting the method may occur in a different order from the specified order unless a specific order is clearly described in context. That is, each process may occur in the same order as specified, may be performed substantially simultaneously, or may be performed in the reverse order.
  • the web page generating device proposed in this specification is an electronic/web server/apparatus/device that executes an application/program/website/webpage implemented so that the webpage generating method/embodiment proposed in this specification can be performed/executed. / may correspond to the terminal. Therefore, even if not separately described below, the method/embodiment proposed in this specification can be interpreted as being performed/executed through the server/device/device/terminal where the application/program/website/webpage is running, , the operation of each server/device/device/terminal may be interpreted as the operation/function of the application/program/website/webpage.
  • FIG. 1 and 2 are block diagrams of a web page generating device according to an embodiment of the present invention.
  • FIG. 1 is a block diagram showing the configuration of a web page generating device 100 according to an embodiment of the present invention, divided by function
  • FIG. 2 is a web page generating device 100 according to an embodiment of the present invention. It is a block diagram that divides the configuration by hardware.
  • the web page generating device 100 may include a web page generating unit 110, a template storage unit 120, a template recommendation unit 130, and/or a template market unit 140. .
  • the web page generator 110 may correspond to a component that creates and edits a web page. More specifically, the web page generation unit 110 corresponds to a configuration that provides a function of uploading, creating, editing, arranging, deleting, and/or manipulating templates and components, which are elements constituting a web page, based on user input. can do.
  • the template may correspond to a form/format of a web page that is pre-generated and pre-stored in the web page generating device 100, and a component may be placed in the template as an element in which data is visualized. Examples of components may include images, videos, photos, text, graphs, tables, GUIs, icons, tags, and the like.
  • the web page generation unit 110 may provide an environment in which the user freely composes a web page by providing a function of selecting/uploading/editing/deleting such templates and/or components. Furthermore, the web page generation unit 110 may additionally provide a source code-based editing function that can be modified by referring to the source code in order to implement a high-level customizing function. Through this, users (especially experts) can more delicately create/edit web pages with desired designs.
  • the template storage unit 120 may correspond to a configuration for storing a template of a web page generated by the web page generator 110 .
  • the template storage unit 120 may store a template using a storage space included in the web page generating device 100 or may store a template using a cloud, which is an online storage space.
  • the template storage unit 120 may build a database including various templates and detailed information (eg, category information) on them in the aforementioned storage space.
  • the templates stored/registered in the database can be used for recommending and selling templates.
  • the template recommendation unit 130 may correspond to a component that recommends a template that is a basis for creating a web page and/or a component to be inserted into the template.
  • the template recommendation unit 130 may perform a function of recommending a template based on similarity of (service) category information.
  • category information refers to service-related information related to a web page, and may be input by a user for each preset category item.
  • the reason for recommending templates based on the similarity of category information is the service field to be provided through the web page, the main service customer group that will use the web page, the main and additional functions of the web page, the design concept of the web page, and the design concept of the web page. This is because the higher the degree of similarity, such as color and/or job of the operator/manager of the web page, the higher the possibility that a template having a similar design/layout/composition will be borrowed.
  • a template having a layout in which a product category selection interface is placed on the left side and products included in the selected product category and a product introduction interface are placed on the right side is commonly borrowed. Since consumers using online shopping malls are very accustomed to such online shopping mall layouts/compositions, when a web page is constructed using a template from which a completely new layout is borrowed, there is a risk that consumers' satisfaction and convenience may significantly decrease. In addition, this layout/composition is very efficient because it is easy to grasp the product at a glance.
  • the template recommendation unit 130 may recommend, as a first template candidate, a template having a higher degree of similarity with category information of a web page to be created by the user than a predetermined level.
  • a template having a higher degree of similarity with category information of a web page to be created by the user than a predetermined level.
  • the template recommendation unit 130 may provide a function of recommending a component based on the similarity of the template layout/composition/composition.
  • the template recommendation unit 130 may recommend a component to be inserted into a specific area based on the similarity of neighboring components (eg, component type, location, layout, composition, composition, arrangement, etc.) there is. This is also because the higher the similarity of neighboring components, the higher the likelihood that components to be inserted in a specific area will be similar, and inserting similar components is efficient in constructing the entire web page. A more specific component recommendation operation of the template recommendation unit 130 will be described in detail below with reference to FIG. 7 .
  • the template and/or component recommended by the template recommendation unit 130 may be provided to the user through the web page generator 110, and the user inputs (eg, Drag and drop input, selection input, etc.) can be performed and edited to easily compose the desired web page.
  • the completed web page may be stored/registered in the template storage unit 120 as a template.
  • the template market unit 140 may correspond to a configuration that provides a market interface through which templates can be sold and purchased.
  • the template market unit 140 may upload and sell at least one template stored/registered in the template storage unit 120 to the market or purchase a template uploaded to the market based on a user input.
  • the purchased template may be provided to the user through the web page creation unit 110 .
  • the template market unit 140 may provide a user with various information such as seller information for each template, sales information (eg, sales price, expiration date, category information, etc.), purchase history information, and popularity ranking information. Furthermore, the template market unit 140 also provides this information to the template recommendation unit 130 so that the template recommendation unit 130 can utilize it as learning/sample data for appropriately recommending a template desired by the user with higher accuracy. can do.
  • the web page generating device 100 may include a control unit 210, a memory unit 220, a display unit 230, a communication unit 240, and/or a user input unit 250.
  • the controller 210 may control other components included in the web page generating apparatus 100 to perform the embodiments proposed in this specification. Therefore, in this specification, the web page generating device 100 may be replaced with the control unit 210 and described.
  • the controller 210 includes at least one CPU (Central Processing Unit), MPU (Micro Processor Unit), MCU (Micro Controller Unit), AP (Application Processor), or any type of processor well known in the art. can be configured.
  • the controller 210 may perform calculations for at least one application and/or program for executing a method according to embodiments of the present invention.
  • the memory unit 220 may store various digital data such as video, audio, photos, moving pictures, and applications.
  • the memory unit 220 may store various information related to web page generation, such as a plurality of templates and category information for each template.
  • the memory unit 220 may correspond to various digital data storage spaces such as a flash memory, a hard disk drive (HDD), a solid state drive (SSD), and a cloud.
  • the display unit 230 may correspond to a component that outputs various visually recognizable objects.
  • the display unit 230 may perform a function of outputting visual objects necessary for performing the embodiments proposed in this specification, such as web pages, templates, and components.
  • the communication unit 240 may communicate with an external device/server using at least one wired/wireless communication protocol.
  • the user input unit 250 may use/equip with at least one sensor to sense various user inputs to the web page generating device 100 and transmit sensing results to the control unit 210 .
  • the at least one sensor may include, for example, a gravity sensor, a geomagnetic sensor, a motion sensor, a gyroscope sensor, an acceleration sensor, an infrared sensor, an inclination sensor, a brightness sensor, an altitude sensor, an olfactory sensor, a temperature sensor, It may include at least one of a depth sensor, a pressure sensor, a bending sensor, an audio sensor, a video sensor, a Global Positioning System (GPS) sensor, a touch sensor, and a grip sensor.
  • GPS Global Positioning System
  • FIG. 3 is a flowchart illustrating a template recommendation method for generating a web page according to an embodiment of the present invention.
  • the apparatus for creating a web page may receive category information about a web page to be generated from a user for each preset category item (S301).
  • the predetermined category items include a service field to be provided through the web page, a main service customer group using the web page, a main function of the web page, an additional function of the web page, a design concept of the web page, a color of the web page, and / or the category information related to the web page service field, such as the occupation of the web page operator, can be set by the administrator/operator as an item for receiving input from the user.
  • FIG. 4 is a diagram illustrating a category information input window for each category item according to an embodiment of the present invention.
  • the web page generating device may provide the user with an input window for receiving category information to be used for recommending a template.
  • the user may input category information about a web page to be created for each category item presented in the input window.
  • the web page generating device selects a template having category information having a similarity with the input category information that is higher than or equal to a predetermined level, among a plurality of templates pre-registered/pre-stored in the template storage unit, It can be extracted as a first template candidate (S302). Extraction of the first template candidate based on similarity may be performed in various ways according to embodiments.
  • the web page generating device may extract, as a first template candidate, a template whose matching rate/number/degree with input category information exceeds a preset ratio/number/degree among a plurality of templates.
  • a weight is assigned to category information having a high degree of importance, and a matching rate/number/degree may be derived. For example, if the importance of an item in the field of service provision is higher than that of other items, a weight of 0.5 may be assigned to the number of relevant fields, and when matching information on the corresponding item, the number of matches will be calculated as 1.5 instead of 1.
  • the web page generation device builds a template similar group classification model by AI learning a plurality of templates pre-registered/pre-stored in the template storage based on machine learning, and using the built model, the first Template candidates can be extracted.
  • the template similar group classification model may correspond to a model that classifies and outputs the template similar group based on the matching rate/number/degree of category information input for the template.
  • the web page generating device may build/create a template similar group classification model by utilizing/application/applying various machine learning technologies, and a similar group classification model construction method using a decision tree will be described later with reference to FIG. 5 do.
  • FIG. 5 is a diagram illustrating a decision tree according to an embodiment of the present invention.
  • the web page generating device may generate a decision tree 500 in which classification criteria for each decision step (S501 to S503) correspond to category items.
  • the web page generating device may classify into a predetermined number (eg, 10) template similarity groups based on template similarity between a plurality of templates.
  • Template similarity may refer to the similarity of visual/design elements such as type, arrangement, layout, composition, size, design, and color of components included in the template.
  • the web page generating device may perform AI learning on templates for each similarity group and extract category information common to each similarity group.
  • the web page generating device designates the similar group of templates as the final node of the decision tree 500, and the classification criterion for each step toward each final node is the final node for the category item corresponding to each step (S501 to S503) (i.e., template similar group) can be set as extraction category information.
  • the first Classification criteria for each decision step (S501 to S503) toward the template similar group may be set as follows.
  • the web page generating device may predict/derive a template similarity group having a high similarity to the input category information by inputting the category information input from the user into the decision tree 500 thus completed.
  • the web page generating device extracts the template classified as the predicted/derived template similar group as the first template candidate, or directly generates the first template candidate by extracting features after AI learning of the template of each template similar group. You may.
  • the web page generating device may provide the first template candidate extracted/generated in this way to the user (S303).
  • FIG. 6 is a diagram illustrating a screen for recommending/providing a first template candidate according to an embodiment of the present invention.
  • the apparatus for generating a web page recommends a template that matches the characteristics/attributes of a web page that the user wants to create by providing/outputting the extracted/generated first template candidates 610 to 640 to the user.
  • a recommendation order may be determined based on popularity/sales information of the template. For example, a template with high popularity or high sales volume may be provided/recommended to the user by being ranked higher in the recommendation ranking.
  • the web page generating device may receive a user input for selecting at least one of the first template candidates (S304), and generate a web page based on the selected first template candidate (S304). S305).
  • the apparatus for creating a web page may provide an environment in which the user can freely edit the first template candidate by providing an editing/editor tool/function/interface for the selected first template candidate.
  • the template of the web page generated based on the selected first template candidate may be stored in the database together with related information.
  • the related information includes the type, location, layout, composition, composition, arrangement, design, color, category information, etc. of the components (eg, 610-1 to 610-6 in FIG. 6) included in the final template template. may correspond to relevant information.
  • information such as popularity/sales ranking, cumulative sales amount, rating, etc. may also be stored in the database for the corresponding template as related information.
  • FIG. 7 is a flowchart illustrating a component recommendation method according to an embodiment of the present invention
  • FIG. 8 is a diagram illustrating a first template candidate being edited according to an embodiment of the present invention.
  • the component recommendation method proposed in this flowchart will be described focusing on the case where it is applied in the process of editing the first template candidate selected through the above-described template recommendation method, but is not limited thereto, and the user can use the first template candidate without selecting the first template candidate. Of course, it can also be applied to the case of directly creating a template from scratch.
  • the apparatus for creating a web page may first receive a user input (eg, a drag input, etc.) designating a component insertion area 820 within the first template candidate 810 being edited. (S701).
  • a user input eg, a drag input, etc.
  • the web page generating apparatus may recognize types and location information of the components 810-1 to 810-4 included in the surrounding/surrounding area except for the area specified in step S701 (S702).
  • the type information of the components 810-1 to 810-4 may include image, video, photo, text, graph, table, GUI, icon, (HTML) tag, and/or combination information thereof
  • the component 810 -1 to 810-4) may include geometry (eg, x, y coordinate information), layout, arrangement, composition, size, and/or combination information of each component.
  • the web page generating device may search for and extract a second template candidate in the database where the similarity of the type and location of the recognized components 810-1 to 810-4 is higher than a preset level (S703).
  • the web page generating apparatus may reduce search time/burden by searching for the second template candidate only within the same similar template group as the first template candidate 810 .
  • the web page generating device may extract component candidates included in the designated area 820 from the extracted second template candidates (S704).
  • FIG. 9 is a diagram illustrating an embodiment of component candidate extraction according to an embodiment of the present invention.
  • the apparatus for generating a web page includes a plurality of second template candidates 910 having a high similarity to the neighboring components 810-1 to 810-4 of the first template candidate 810 illustrated in FIG. ⁇ 940) can be extracted.
  • the web page generating apparatus may extract at least one component candidate 910 - 1 to 940 - 3 included in the designated area 820 from the extracted second template candidates 910 to 940 .
  • components 910-1 to 910-3 are included in the first second template candidate 910
  • components 920-1 are included in the second second template candidate 920
  • components 920-1 are included in the third second template candidate 920.
  • Components 930 - 1 and 930 - 2 may be extracted as component candidates in 930 and components 940 - 1 to 940 - 3 in the fourth second template candidate 940 .
  • the web page generating apparatus may provide the extracted component candidates to the user (S705), and may receive a user input for selecting at least one of the extracted component candidates (S706).
  • the web page generating device may insert the selected component candidate into a designated area of the first template candidate (S707).
  • FIG. 10 is a diagram illustrating an example of recommending component selection and template editing according to an embodiment of the present invention.
  • the apparatus for generating a web page may provide a user with a selection interface 1010 through which at least one of the extracted component candidates 910-1 to 940-2 may be selected.
  • the user inputs a selection (for example, a specific second template candidate 910-2, 930-2, 940-1) can be selected and dragging and dropping to the designated area 820) can be performed, and the web page generating device can perform component candidates selected by the user (910-2, 930-2, 940- 1) may be inserted into the designated area 820.
  • the web page generating device applies an automatic fitting function when inserting the component candidates 910-2, 930-2, and 940-1, and adjusts the size, arrangement, and composition of the component candidates 910-2, 930-2, and 940-1. , Layout, etc. can be inserted by automatically adjusting/fitting to the designated area. For example, as illustrated in this figure, when a plurality of component candidates 910-2, 930-2, and 940-1 are selected by a user input, the web page generating apparatus selects three component candidates 910-2. , 930-2, and 940-1) can be inserted into the designated area 820 after automatically adjusting their size, shape, and layout so that all of them can be inserted into the designated area 820 without duplication.
  • the web page generating device may provide a component search function so that a user can directly search for a component to be inserted into the designated area 820 .
  • the user can directly search for and insert a desired component by directly inputting information about a tag to be inserted into the designated area 820 through the corresponding function.
  • the method for extracting component candidates described above may be performed based on a pre-constructed component recommendation model by AI learning a plurality of templates according to an embodiment.
  • the component recommendation model is a component candidate prediction model built by AI learning the component type, position, composition, arrangement and/or layout of each of a plurality of templates.
  • an operation of predicting a component candidate having a high possibility of being inserted into the designated area 820 may be performed.
  • the component recommendation model learns the components 910-1 to 940-3 included in the designated area 820 from the previously extracted second template candidates 910 to 940, and converts the components to the designated area 820. Insertion patterns/characteristics/features can be extracted.
  • the component recommendation model may predict a component candidate having a high possibility of being inserted into the designated region 820 based on the extracted insertion pattern/characteristic/feature, and provide/recommend it to the user.
  • FIG. 11 is a diagram illustrating a template market according to an embodiment of the present invention.
  • the web page generating device templates the web page and registers/stores the web page together with related information in a cloud database. Templates registered/stored in the database can be automatically linked to the template market and registered as sales targets. Registered/stored templates can be used as template sample data recommended/learned when other webs are created later.
  • Templates may be classified according to category information input by a user when creating a web page and registered for sale in the template market. Templates can be recommended in order based on sales information such as popularity ranking, number of sales, cumulative sales amount, cumulative sales volume, rating, and/or user reviews, and according to the order of recommendation, as illustrated in this figure, the template market is ranked at the top. may be exposed. Components included in the template may also be registered in the template market as a separate sale target, and may be exposed according to a recommendation order as illustrated in this figure.
  • the template purchased by the user may be loaded into the user's web page generating device, and a web page may be created by freely editing according to the above-described embodiment.
  • a recommendation ranking (and/or sales information) of each template and/or component may also be stored in a database together with the corresponding template and/or component, and may be used as a criterion for assigning weight when determining similarity. For example, more weight may be assigned to a template and/or component having a higher recommendation rank in determining similarity.
  • An embodiment according to the present invention may be implemented by various means, for example, hardware, firmware, software, or a combination thereof.
  • one embodiment of the present invention provides one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), FPGAs ( field programmable gate arrays), processors, controllers, microcontrollers, microprocessors, etc.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGAs field programmable gate arrays
  • processors controllers, microcontrollers, microprocessors, etc.
  • an embodiment of the present invention is implemented in the form of a module, procedure, function, etc. that performs the functions or operations described above, and is stored on a recording medium readable through various computer means.
  • the recording medium may include program commands, data files, data structures, etc. alone or in combination.
  • Program instructions recorded on the recording medium may be those specially designed and configured for the present invention, or those known and usable to those skilled in computer software.
  • recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs (Compact Disk Read Only Memory) and DVDs (Digital Video Disks), floptical It includes hardware devices specially configured to store and execute program instructions, such as magneto-optical media, such as a floptical disk, and ROM, RAM, flash memory, and the like. Examples of program instructions may include high-level language codes that can be executed by a computer using an interpreter or the like as well as machine language codes generated by a compiler. These hardware devices may be configured to act as one or more software modules to perform the operations of the present invention, and vice versa.
  • an apparatus or terminal according to the present invention may be driven by a command that causes one or more processors to perform the functions and processes described above.
  • such instructions may include interpreted instructions, such as script instructions such as JavaScript or ECMAScript instructions, or executable code or other instructions stored on a computer readable medium.
  • the device according to the present invention may be implemented in a distributed manner over a network, such as a server farm, or may be implemented in a single computer device.
  • a computer program (also known as a program, software, software application, script or code) loaded into a device according to the present invention and executing the method according to the present invention includes a compiled or interpreted language or a priori or procedural language. It can be written in any form of programming language, and can be deployed in any form, including stand-alone programs, modules, components, subroutines, or other units suitable for use in a computer environment.
  • a computer program does not necessarily correspond to a file in a file system.
  • a program may be in a single file provided to the requested program, or in multiple interacting files (e.g., one or more modules, subprograms, or files that store portions of code), or parts of files that hold other programs or data. (eg, one or more scripts stored within a markup language document).
  • a computer program may be deployed to be executed on a single computer or multiple computers located at one site or distributed across multiple sites and interconnected by a communication network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Primary Health Care (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

L'invention concerne un procédé de recommandation de modèle pour créer une page web, selon un mode de réalisation de la présente invention, peut comprendre les étapes consistant à : recevoir, en provenance d'un utilisateur, des informations de catégorie , pour chaque élément de catégorie, pour une page web à créer ; extraire, en tant que premiers candidats de modèles, des modèles, parmi une pluralité de modèles pré-enregistrés, ayant des informations de catégorie ayant un niveau prédéterminé ou un degré supérieur de similarité avec les informations de catégorie reçues ; fournir les premiers candidats de modèles extraits à l'utilisateur ; recevoir une entrée d'utilisateur pour sélectionner au moins l'un des premiers candidats de modèles ; et créer la page web sur la base du premier candidat de modèle sélectionné.
PCT/KR2022/013903 2021-09-17 2022-09-16 Procédé de recommandation de modèle de page web basé sur l'apprentissage machine et dispositif associé WO2023043270A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020210125099A KR20230041454A (ko) 2021-09-17 2021-09-17 머신러닝 기반의 웹 페이지 템플릿 추천 방법 및 이를 위한 장치
KR10-2021-0125099 2021-09-17

Publications (1)

Publication Number Publication Date
WO2023043270A1 true WO2023043270A1 (fr) 2023-03-23

Family

ID=85603302

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/013903 WO2023043270A1 (fr) 2021-09-17 2022-09-16 Procédé de recommandation de modèle de page web basé sur l'apprentissage machine et dispositif associé

Country Status (2)

Country Link
KR (1) KR20230041454A (fr)
WO (1) WO2023043270A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112347359A (zh) * 2020-11-12 2021-02-09 北京沃东天骏信息技术有限公司 用于定制模板库的模板推荐方法、装置、系统和介质

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102544635B1 (ko) * 2023-04-03 2023-06-16 주식회사 도들랩 Component와 BaaS 기반의 웹사이트 빌더 서비스를 제공하기 위한 시스템
KR102624044B1 (ko) * 2023-05-12 2024-01-11 주식회사 엠바스 템플릿 기반 애플리케이션 생성 방법 및 이를 구현하는 서버
KR102640326B1 (ko) * 2023-08-24 2024-02-23 주식회사 하이페이스 어플리케이션 gui 레퍼런스 장치 및 그 장치의 구동방법
KR102662339B1 (ko) * 2023-09-22 2024-05-02 누트컴퍼니 주식회사 태그 기반의 디지털 이미지 컨텐츠 서비스 제공 장치 및 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060106266A (ko) * 2005-04-07 2006-10-12 스타일리쉬 주식회사 전자 상거래 서비스에서 다양한 템플릿을 이용하여 상품정보를 포함하는 웹 페이지를 제공하는 방법 및 시스템
KR20160002163A (ko) * 2014-06-30 2016-01-07 주식회사 포워드벤처스 이메일 생성 시스템 및 이메일 생성 방법
US20160055132A1 (en) * 2014-08-20 2016-02-25 Vertafore, Inc. Automated customized web portal template generation systems and methods
KR20190013154A (ko) * 2017-07-31 2019-02-11 주식회사 아이온커뮤니케이션즈 웹 사이트 제작 지원 서버 및 이에 의한 웹 사이트 제작 지원 방법
CN109885305A (zh) * 2019-02-26 2019-06-14 广州虎牙信息科技有限公司 一种专题页面的处理方法、装置、设备和存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060106266A (ko) * 2005-04-07 2006-10-12 스타일리쉬 주식회사 전자 상거래 서비스에서 다양한 템플릿을 이용하여 상품정보를 포함하는 웹 페이지를 제공하는 방법 및 시스템
KR20160002163A (ko) * 2014-06-30 2016-01-07 주식회사 포워드벤처스 이메일 생성 시스템 및 이메일 생성 방법
US20160055132A1 (en) * 2014-08-20 2016-02-25 Vertafore, Inc. Automated customized web portal template generation systems and methods
KR20190013154A (ko) * 2017-07-31 2019-02-11 주식회사 아이온커뮤니케이션즈 웹 사이트 제작 지원 서버 및 이에 의한 웹 사이트 제작 지원 방법
CN109885305A (zh) * 2019-02-26 2019-06-14 广州虎牙信息科技有限公司 一种专题页面的处理方法、装置、设备和存储介质

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112347359A (zh) * 2020-11-12 2021-02-09 北京沃东天骏信息技术有限公司 用于定制模板库的模板推荐方法、装置、系统和介质

Also Published As

Publication number Publication date
KR20230041454A (ko) 2023-03-24

Similar Documents

Publication Publication Date Title
WO2023043270A1 (fr) Procédé de recommandation de modèle de page web basé sur l'apprentissage machine et dispositif associé
KR20230084460A (ko) 인공지능 학습모델을 이용하여 요약 정보를 제공하기 위한 전자 장치 및 이의 제어 방법
KR102542049B1 (ko) 인공지능 학습모델을 이용하여 요약 정보를 제공하기 위한 전자 장치 및 이의 제어 방법
US20180356967A1 (en) Facilitating automatic generation of customizable storyboards
US10789284B2 (en) System and method for associating textual summaries with content media
JP6489005B2 (ja) 情報処理システム、情報処理方法、プログラム
WO2018174314A1 (fr) Procédé et système de production d'une séquence vidéo d'histoire
JP6613317B2 (ja) デジタルグラフィックノベルのコンピュータ支援ナビゲーション
WO2021112465A1 (fr) Procédé de recommandation de conception par analyse de travaux en nuage
US20200226387A1 (en) Representative image generation
US20210126806A1 (en) Method for recognizing and utilizing user face based on profile picture in chatroom created using group album
WO2019017582A1 (fr) Procédé et système de collecte de modèles de contenu de réalité augmentée en fonction d'une source en nuage et de génération automatique d'un contenu de réalité augmentée
CN109325223A (zh) 文章推荐方法、装置及电子设备
WO2017160133A2 (fr) Procédé de configuration de classement de publications et serveur de services associé
CN104571804B (zh) 一种对跨应用程序的文档界面进行关联的方法和系统
Shi et al. An HCI-Centric Survey and Taxonomy of Human-Generative-AI Interactions
WO2017111287A1 (fr) Procédé, appareil et programme informatique pour fournir des contenus commerciaux
CN112016077B (zh) 一种基于滑动轨迹模拟的页面信息获取方法、装置和电子设备
WO2021153964A1 (fr) Procédé, appareil et système de recommandation de produit de mode
Rodrigues et al. Exploring the user interaction with a multimodal web-based video annotator
US10782947B2 (en) Systems and methods of diagram transformation
US20230093468A1 (en) Cognitive image searching based on personalized image components of a composite image
KR101553395B1 (ko) 자판을 제어하는 방법과 시스템, 그리고 기록 매체 및 파일 배포 시스템
KR102616167B1 (ko) 사용자 문장을 이용하여 콘텐츠를 생성하는 방법 및 이를 위한 장치
WO2016088920A1 (fr) Système et procédé de recommandation d'un produit basé sur le commerce social

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22870354

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE