KR20210050414A - Method for training neural network - Google Patents

Method for training neural network Download PDF

Info

Publication number
KR20210050414A
KR20210050414A KR1020200022453A KR20200022453A KR20210050414A KR 20210050414 A KR20210050414 A KR 20210050414A KR 1020200022453 A KR1020200022453 A KR 1020200022453A KR 20200022453 A KR20200022453 A KR 20200022453A KR 20210050414 A KR20210050414 A KR 20210050414A
Authority
KR
South Korea
Prior art keywords
model
data
training
displaying
screen
Prior art date
Application number
KR1020200022453A
Other languages
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 주식회사 마키나락스
Priority to US17/083,178 priority Critical patent/US20210125068A1/en
Publication of KR20210050414A publication Critical patent/KR20210050414A/en
Priority to KR1020230033044A priority patent/KR102549702B1/en

Links

Images

Classifications

    • 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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Provided is a computer program stored in a computer readable storage medium for training a neural network is provided. The computer program, when executed, allows on one or more processors to perform the following operations of: displaying a first screen including at least one first object for receiving a selection input for a project; and displaying a second screen for displaying project-related information corresponding to the selected project, wherein the second screen includes at least one of a first output area for displaying time series data obtained from a sensor, a selection area including at least one second object for receiving a selection input related to model retraining, or a second output area for displaying information corresponding to the second object.

Description

신경망을 학습시키는 방법{METHOD FOR TRAINING NEURAL NETWORK}How to train a neural network {METHOD FOR TRAINING NEURAL NETWORK}

본 발명은 신경망을 학습시키는 방법에 관한 것으로, 보다 구체적으로 신경망을 학습시키기 위한 사용자 인터페이스 제공 방법에 관한 것이다.The present invention relates to a method for training a neural network, and more specifically, to a method for providing a user interface for training a neural network.

딥러닝은 여러 가지의 비선형 변화기법의 조합을 통해 높은 수준의 추상화를 시도하는 기계 학습 알고리즘의 집합이다.Deep learning is a set of machine learning algorithms that attempt a high level of abstraction through a combination of several nonlinear transformation techniques.

기계 학습 알고리즘에 대한 다양한 형태의 연구가 진행되고 있으며, 이에 따라 심층 신경망(deep neural network), 합성곱 신경망(convolutional neural network), 순환 신경망(recurrent neural network)와 같은 다양한 딥러닝 기법들이 컴퓨터 비전, 음성 인식, 자연어 처리 등의 분야에 적용되고 있다.Various types of research on machine learning algorithms are being conducted, and accordingly, various deep learning techniques such as a deep neural network, a convolutional neural network, and a recurrent neural network are used in computer vision, It is applied in fields such as speech recognition and natural language processing.

이러한 기계 학습 알고리즘은 복잡한 구조를 가지며 복잡한 연산을 통해 결과를 출력할 수 있다. 기계 학습 알고리즘을 이용하여 데이터를 처리하기 위해서는 기계 학습 알고리즘에 대한 상당한 이해가 선행되어야 하며, 이에 따라 기계 학습 알고리즘을 사용할 수 있는 사용자들은 한정된다.These machine learning algorithms have a complex structure and can output results through complex operations. In order to process data using machine learning algorithms, a considerable understanding of machine learning algorithms must be preceded, and accordingly, users who can use machine learning algorithms are limited.

또한 기계 학습 알고리즘을 사용하는 분야가 다양화됨에 따라, 기계 학습 알고리즘에 대한 상당한 이해가 없는 다른 도메인의 전문가들도 기계 학습 알고리즘을 자신의 전문 분야에 접목시키기 위한 시도가 급증하고 있다.In addition, as fields using machine learning algorithms diversify, experts in other domains who do not have a significant understanding of machine learning algorithms are also rapidly increasing attempts to incorporate machine learning algorithms into their specialized fields.

이에 기계 학습 알고리즘을 사용자들이 쉽게 접근할 수 있도록 하는 당업계의 요구가 존재한다.Accordingly, there is a need in the art to allow users to easily access machine learning algorithms.

대한민국 공개 특허 제2016-0012537호는 신경망 학습 방법 및 장치, 데이터 처리 장치를 개시한다.Korean Patent Publication No. 2016-0012537 discloses a neural network learning method and apparatus, and a data processing apparatus.

본 개시는 전술한 배경기술에 대응하여 안출 된 것으로, 신경망을 학습시키기 위한 방법을 제공하는 것을 목적으로 한다.The present disclosure has been devised in response to the above-described background technology, and an object of the present disclosure is to provide a method for learning a neural network.

전술한 바와 같은 과제를 실현하기 위한 본 개시의 일 실시예에 따른 컴퓨터 판독가능 저장 매체 저장된 컴퓨터 프로그램으로서, 상기 컴퓨터 프로그램은 하나 이상의 프로세서에서 실행되는 경우, 신경망을 학습시키기 위한 이하의 동작들을 수행하도록 하며, 상기 동작들은: 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이 하는 동작; 및 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 하는 동작을 포함하고, 제 2 화면은, 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함할 수 있다.A computer program stored in a computer-readable storage medium according to an embodiment of the present disclosure for realizing the above-described task, wherein the computer program is executed in one or more processors, to perform the following operations for learning a neural network. The operations include: displaying a first screen including at least one first object for receiving a selection input for a project; And displaying a second screen for displaying project-related information corresponding to the selected project, wherein the second screen includes a first output area for displaying time series data acquired from the sensor, a selection related to model retraining It may include at least one of a selection area including at least one second object for receiving an input or a second output area for displaying information corresponding to the second object.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 프로젝트는 인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트로서, 특정 목표는, 인공지능이 적용된 모델의 성능을 향상시키는 목표를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the project is an artificial intelligence-related project for achieving a specific goal using artificial intelligence, and the specific goal is, It may include goals to improve the performance of models to which artificial intelligence is applied.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 선택 영역은, 모델 학습에 관련된 정보를 제 2 출력 영역에 디스플레이하기 위한 객체가 포함된 영역으로서, 모델의 성능 정보를 제 2 출력 영역에 디스플레이하기 위한 성능 모니터링 선택 객체, 모델의 학습과 관련된 학습 데이터 세트 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 데이터 세트 선택 객체, 현재 모델의 학습 진행 상황에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 콘솔 선택 객체, 적어도 하나 이상의 모델에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 모델 아카이브 선택 객체, 또는 모델을 이용하여 감지된 어노말리 정보를 제 2 출력 영역에 디스플레이하기 위한 감지된 어노말리 출력 선택 객체 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations for providing a method for training a neural network, the selection region is a region including an object for displaying information related to model training in a second output region As, a performance monitoring selection object for displaying the performance information of the model in the second output area, a training data set selection object for displaying training data set information related to training of the model in the second output area, and the training progress of the current model. A learning console selection object for displaying information on a second output area, a model archive selection object for displaying information on at least one model in a second output area, or anomaly information detected using a model is provided. 2 It may include at least one of the detected anomaly output selection objects for display in the output area.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이하는 동작을 더 포함하고, 학습 데이터 세트 출력 화면은, 적어도 하나의 학습 데이터 세트가 나열된 학습 데이터 세트 리스트, 사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 추가 객체, 또는 사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 제거 객체 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations for providing a method for training a neural network, further comprising an operation of displaying a training data set output screen in a second output area, and outputting the training data set. The screen shows a list of training data sets listing at least one training data set, an additional training data set object for the user to receive selection inputs for the training data set to be used for training the model, or training data that the user will not use for training the model. It may include at least one of the training data set removal object for receiving a selection input for the set.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 학습 데이터 세트는, 모델의 학습에 사용된 제 1 학습 데이터 세트, 또는 모델의 재학습에 사용될 새로운 제 2 학습 데이터 세트 중 적어도 하나를 포함하고, 제 2 학습 데이터 세트는, 센서로부터 실시간으로 획득하는 시계열 데이터 중 적어도 일부 및 그에 대응하는 라벨을 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the training data set is the first training data set used for training the model, or the retraining It includes at least one of the new second training data set to be used, and the second training data set may include at least some of the time series data acquired from the sensor in real time and a label corresponding thereto.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 학습 데이터 세트 선택 화면을 디스플레이하는 동작을 더 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, displaying a training data set selection screen allowing a user to select a second training data set is performed. It may contain more.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 학습 데이터 세트 선택 화면은, 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면으로서, 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 시간 변수 설정 영역 또는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 데이터 청크 영역 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations for providing a method for training a neural network, the training data set selection screen is a screen allowing a user to select a second training data set, A time variable setting area for filtering data acquired by inputting time series data into the model based on a predetermined first criterion, or a data chunk obtained by entering time series data into the model and dividing the acquired data based on a predetermined second criterion It may include at least one of a data chunk area for displaying.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 데이터 청크는, 사전 결정된 제 2 기준을 기초로 분할된 복수개의 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 통계적 특징을 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the data chunk is input to a model by inputting a plurality of time series data divided based on a second predetermined criterion. Statistical features of each of the acquired data sets may be included.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 사전 결정된 제 2 기준은, 모델을 이용하여 획득한 데이터 중 오분류 데이터를 검출하기 위한 기준으로서, 모델을 이용하여 획득한 데이터가 제 1 상태에서 제 2 상태로 변하는 제 1 포인트 또는 모델의 출력이 제 2 상태에서 제 1 상태로 변하는 제 2 포인트 중 적어도 하나에 기초하여 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준을 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the predetermined second criterion is a criterion for detecting misclassified data among data acquired using a model. As, time series data is applied to the model based on at least one of a first point at which data acquired using the model changes from a first state to a second state or a second point at which the output of the model changes from a second state to a first state. It may include a criterion for dividing the data obtained by inputting into a plurality of data chunks.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 데이터 청크는, 사용자에게 모델 재학습에 이용될 데이터 청크를 데이터 청크 추천 알고리즘을 통해 산출된 데이터 청크를 포함하는 데이터 청크, 또는 사용자 선택 입력 신호를 수신하여 선택된 데이터 청크와 통계적 특징이 유사한 적어도 하나의 데이터 청크를 포함하는 데이터 청크 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations for providing a method for training a neural network, the data chunk is calculated to the user through a data chunk recommendation algorithm. It may include at least one of a data chunk including a data chunk, or a data chunk including at least one data chunk having statistical characteristics similar to a data chunk selected by receiving a user selection input signal.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 제 2 출력 영역에 모델 아카이브 출력 화면을 디스플레이하는 동작을 더 포함할 수 있다.In an alternative embodiment of computer program operations for performing the following operations for providing a method for training a neural network, the operation of displaying a model archive output screen in the second output area may be further included.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 모델 아카이브 출력 화면은, 복수개의 모델 각각에 대한 정보를 디스플레이하는 화면으로서, 모델 아카이브에 저장된 복수개의 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 모델 리스트 출력 영역 또는 사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하는 모델 정보 출력 영역 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the model archive output screen is a screen that displays information on each of a plurality of models, which is stored in the model archive. It may include at least one of a model list output area for displaying a plurality of models so that they can be viewed at a glance, or a model information output area for displaying information on a selected model by receiving a user's selection input signal.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 모델 리스트는, 프로젝트를 진행하면서 학습된 모델, 제 2 학습 데이터 세트를 학습된 모델에 입력시켜 재학습시킨 모델, 모델 아카이브에 포함된 복수개의 모델 중에서 유사한 통계적 특징을 가지는 모델을 통합하여 새롭게 생성된 모델, 또는 새롭게 입력된 데이터에 대응하는 모델을 사용자에게 추천하기 위하여, 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the model list is a model trained while working on a project, and a second training data set is input to the trained model. In order to recommend a model that has been retrained and retrained, a newly created model by integrating a model having similar statistical characteristics among a plurality of models included in the model archive, or a model corresponding to the newly entered data to the user, It may include at least one of the models determined based on the hit rates of each of the plurality of models.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 제 2 출력 영역에 감지된 어노말리 출력 화면을 디스플레이하는 동작을 더 포함할 수 있다.In an alternative embodiment of computer program operations for performing the following operations for providing a method for training a neural network, an operation of displaying an anomaly output screen detected in the second output area may be further included.

신경망을 학습시키기 위한 방법을 제공하기 위한 이하의 동작들을 수행하도록 하는 컴퓨터 프로그램 동작들의 대안적인 실시예에서, 감지된 어노말리 출력 화면은, 모델을 이용하여 획득한 데이터 중 어노말리 데이터에 관련된 정보를 디스플레이하기 위한 화면으로서, 모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 어노말리 감지 결과 출력 영역 또는 사용자 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 어노말리 정보 출력 영역 중 적어도 하나를 포함할 수 있다.In an alternative embodiment of computer program operations to perform the following operations to provide a method for training a neural network, the detected anomaly output screen contains information related to anomalous data among data acquired using a model. As a screen for display, an anomaly detection result output area for displaying a list of anomaly data acquired using a model or an anomaly information output area for displaying information on the selected anomaly data by receiving a user selection input signal It may include at least one of.

전술한 바와 같은 과제를 실현하기 위한 본 개시의 일 실시예에 따른 신경망을 학습시키기 위한 방법으로서, 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이 하는 단계; 및 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 하는 단계;를 포함하고, 제 2 화면은, 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함할 수 있다.A method for training a neural network according to an embodiment of the present disclosure for realizing the above-described task, comprising: displaying a first screen including at least one first object for receiving a selection input for a project ; And displaying a second screen for displaying project-related information corresponding to the selected project; wherein the second screen includes a first output area for displaying time series data obtained from the sensor, and related to model retraining. It may include at least one of a selection area including at least one second object for receiving a selection input or a second output area for displaying information corresponding to the second object.

전술한 바와 같은 과제를 실현하기 위한 본 개시의 일 실시예에 따른 신경망을 학습시키기 위한 방법을 제공하기 위한 컴퓨팅 장치로서, 하나 이상의 코어를 포함하는 프로세서; 및 메모리를 포함하고, 상기 프로세서는 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이 하고, 그리고 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 하고, 제 2 화면은, 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함할 수 있다.A computing device for providing a method for learning a neural network according to an embodiment of the present disclosure for realizing the above-described task, comprising: a processor including one or more cores; And a memory, wherein the processor displays a first screen including at least one first object for receiving a selection input for a project, and a second screen for displaying project-related information corresponding to the selected project. And the second screen includes a first output area for displaying time series data acquired from a sensor, a selection area or a second object including at least one second object for receiving a selection input related to model retraining It may include at least one of the second output areas for displaying information corresponding to.

본 발명은 신경망을 학습시키기 위한 방법을 제공할 수 있다.The present invention can provide a method for training a neural network.

상기 언급된 본 개시내용의 피처들이 상세하게, 보다 구체화된 설명으로, 이하의 실시예들을 참조하여 이해될 수 있도록, 실시예들 중 일부는 첨부되는 도면에서 도시된다. 또한, 도면과의 유사한 참조번호는 여러 측면에 걸쳐서 동일하거나 유사한 기능을 지칭하는 것으로 의도된다. 그러나, 첨부된 도면들은 단지 본 개시 내용의 특정한 전형적인 실시예들만을 도시하는 것일 뿐, 본 발명의 범위를 한정하는 것으로 고려되지는 않으며, 동일한 효과를 갖는 다른 실시예들이 충분히 인식될 수 있다는 점을 유의하도록 한다.
도 1 은 본 개시의 일 실시예에 따라, 신경망을 학습시키기 위한 방법을 제공하기 위한 동작을 수행하는 컴퓨팅 장치의 블록 구성도를 도시한 도면이다.
도 2는 본 개시의 일 실시예에 따라, 신경망을 학습시키기 위한 방법에서 학습의 대상이 되는 신경망을 예시적으로 도시한 도면이다.
도 3은 본 개시의 일 실시예에 따라, 제 1 화면을 예시적으로 도시한 도면이다.
도 4은 본 개시의 일 실시예에 따라, 제 2 화면을 예시적으로 도시한 도면이다.
도 5은 본 개시의 일 실시예에 따라, 학습 데이터 세트 출력 화면을 예시적으로 도시한 도면이다.
도 6은 본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면을 예시적으로 도시한 도면이다.
도 7은 본 개시의 일 실시예에 따라, 모델 아카이브 출력 화면을 예시적으로 도시한 도면이다.
도 8은 본 개시의 일 실시예에 따라, 히트된 모델을 설명하기 위한 예시도이다.
도 9는 본 개시의 일 실시예에 따라, 통합된 모델을 설명하기 위한 예시도이다.
도 10은 본 개시의 일 실시예에 따라, 감지된 어노말리 출력 화면을 예시적으로 도시한 도면이다.
도 11은 본 개시의 일 실시예에 따라, 모니터링 선을 출력 화면을 예시적으로 도시한 도면이다.
도 12는 본 개시의 일 실시예에 따른 신경망을 학습시키기 위한 방법의 순서도이다.
도 13은 본 개시의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 간략하고 일반적인 개략도이다.
In order that the features of the present disclosure mentioned above may be understood in detail, in a more specific description, with reference to the following embodiments, some of the embodiments are shown in the accompanying drawings. In addition, like reference numerals in the drawings are intended to refer to the same or similar functions over several aspects. However, the accompanying drawings are merely illustrative of specific exemplary embodiments of the present disclosure, and are not considered to limit the scope of the present disclosure, and other embodiments having the same effect may be sufficiently recognized. Be careful.
1 is a diagram illustrating a block diagram of a computing device performing an operation to provide a method for training a neural network according to an embodiment of the present disclosure.
FIG. 2 is a diagram illustrating a neural network that is an object of learning in a method for training a neural network according to an embodiment of the present disclosure.
3 is a diagram illustrating a first screen by way of example, according to an embodiment of the present disclosure.
4 is a diagram illustrating a second screen by way of example, according to an embodiment of the present disclosure.
5 is a diagram illustrating an output screen of a training data set according to an embodiment of the present disclosure.
6 is a diagram illustrating an example of a screen for selecting a training data set according to an embodiment of the present disclosure.
7 is a diagram illustrating an example of a model archive output screen according to an embodiment of the present disclosure.
8 is an exemplary diagram for describing a hit model according to an embodiment of the present disclosure.
9 is an exemplary diagram for describing an integrated model according to an embodiment of the present disclosure.
10 is a diagram illustrating an example of a detected anomaly output screen according to an embodiment of the present disclosure.
11 is a diagram illustrating an output screen of a monitoring line according to an embodiment of the present disclosure.
12 is a flowchart of a method for training a neural network according to an embodiment of the present disclosure.
13 is a simplified and general schematic diagram of an exemplary computing environment in which embodiments of the present disclosure may be implemented.

다양한 실시예들이 이제 도면을 참조하여 설명된다. 본 명세서에서, 다양한 설명들이 본 개시의 이해를 제공하기 위해서 제시된다. 그러나, 이러한 실시예들은 이러한 구체적인 설명 없이도 실행될 수 있음이 명백하다.Various embodiments are now described with reference to the drawings. In this specification, various descriptions are presented to provide an understanding of the present disclosure. However, it is clear that these embodiments may be implemented without this specific description.

본 명세서에서 사용되는 용어 "컴포넌트", "모듈", "시스템" 등은 컴퓨터-관련 엔티티, 하드웨어, 펌웨어, 소프트웨어, 소프트웨어 및 하드웨어의 조합, 또는 소프트웨어의 실행을 지칭한다. 예를 들어, 컴포넌트는 프로세서상에서 실행되는 처리과정(procedure), 프로세서, 객체, 실행 스레드, 프로그램, 및/또는 컴퓨터일 수 있지만, 이들로 제한되는 것은 아니다. 예를 들어, 서버에서 실행되는 애플리케이션 및 서버 모두 컴포넌트일 수 있다. 하나 이상의 컴포넌트는 프로세서 및/또는 실행 스레드 내에 상주할 수 있다. 일 컴포넌트는 하나의 컴퓨터 내에 로컬화 될 수 있다. 일 컴포넌트는 2개 이상의 컴퓨터들 사이에 분배될 수 있다. 또한, 이러한 컴포넌트들은 그 내부에 저장된 다양한 데이터 구조들을 갖는 다양한 컴퓨터 판독가능한 매체로부터 실행할 수 있다. 컴포넌트들은 예를 들어 하나 이상의 데이터 패킷들을 갖는 신호(예를 들면, 로컬 시스템, 분산 시스템에서 다른 컴포넌트와 상호작용하는 하나의 컴포넌트로부터의 데이터 및/또는 신호를 통해 다른 시스템과 인터넷과 같은 네트워크를 통해 전송되는 데이터)에 따라 로컬 및/또는 원격 처리들을 통해 통신할 수 있다.As used herein, the terms "component", "module", "system" and the like refer to a computer-related entity, hardware, firmware, software, a combination of software and hardware, or execution of software. For example, a component may be, but is not limited to, a process executed on a processor, a processor, an object, a thread of execution, a program, and/or a computer. For example, both an application running on a server and a server may be components. One or more components may reside within a processor and/or thread of execution. A component can be localized within a single computer. A component can be distributed between two or more computers. In addition, these components can execute from a variety of computer readable media having various data structures stored therein. Components can be, for example, via a signal with one or more data packets (e.g., data from one component interacting with another component in a local system, a distributed system and/or a signal through another system and a network such as the Internet. Depending on the data being transmitted), it may communicate via local and/or remote processes.

더불어, 용어 "또는"은 배타적 "또는"이 아니라 내포적 "또는"을 의미하는 것으로 의도된다. 즉, 달리 특정되지 않거나 문맥상 명확하지 않은 경우에, "X는 A 또는 B를 이용한다"는 자연적인 내포적 치환 중 하나를 의미하는 것으로 의도된다. 즉, X가 A를 이용하거나; X가 B를 이용하거나; 또는 X가 A 및 B 모두를 이용하는 경우, "X는 A 또는 B를 이용한다"가 이들 경우들 어느 것으로도 적용될 수 있다. 또한, 본 명세서에 사용된 "및/또는"이라는 용어는 열거된 관련 아이템들 중 하나 이상의 아이템의 가능한 모든 조합을 지칭하고 포함하는 것으로 이해되어야 한다.In addition, the term “or” is intended to mean an inclusive “or” rather than an exclusive “or”. That is, unless specified otherwise or is not clear from the context, "X employs A or B" is intended to mean one of the natural inclusive substitutions. That is, X uses A; X uses B; Or when X uses both A and B, "X uses A or B" can be applied to either of these cases. In addition, the term “and/or” as used herein should be understood to refer to and include all possible combinations of one or more of the listed related items.

또한, "포함한다" 및/또는 "포함하는"이라는 용어는, 해당 특징 및/또는 구성요소가 존재함을 의미하는 것으로 이해되어야 한다. 다만, "포함한다" 및/또는 "포함하는"이라는 용어는, 하나 이상의 다른 특징, 구성요소 및/또는 이들의 그룹의 존재 또는 추가를 배제하지 않는 것으로 이해되어야 한다. 또한, 달리 특정되지 않거나 단수 형태를 지시하는 것으로 문맥상 명확하지 않은 경우에, 본 명세서와 청구범위에서 단수는 일반적으로 "하나 또는 그 이상"을 의미하는 것으로 해석되어야 한다.In addition, the terms "comprises" and/or "comprising" should be understood to mean that the corresponding features and/or components are present. However, it is to be understood that the terms "comprising" and/or "comprising" do not exclude the presence or addition of one or more other features, elements, and/or groups thereof. Further, unless otherwise specified or when the context is not clear as indicating a singular form, the singular in the specification and claims should be interpreted as meaning "one or more" in general.

그리고, "A 또는 B 중 적어도 하나"이라는 용어는, "A만을 포함하는 경우", "B 만을 포함하는 경우", "A와 B의 구성으로 조합된 경우"를 의미하는 것으로 해석되어야 한다. In addition, the term "at least one of A or B" should be interpreted as meaning "when including only A", "when including only B", and "when combined in a configuration of A and B".

당업자들은 추가적으로 여기서 개시된 실시예들과 관련되어 설명된 다양한 예시적 논리적 블록들, 구성들, 모듈들, 회로들, 수단들, 로직들, 및 알고리즘 단계들이 전자 하드웨어, 컴퓨터 소프트웨어, 또는 양쪽 모두의 조합들로 구현될 수 있음을 인식해야 한다. 하드웨어 및 소프트웨어의 상호교환성을 명백하게 예시하기 위해, 다양한 예시적 컴포넌트들, 블록들, 구성들, 수단들, 로직들, 모듈들, 회로들, 및 단계들은 그들의 기능성 측면에서 일반적으로 위에서 설명되었다. 그러한 기능성이 하드웨어로 또는 소프트웨어로서 구현되는지 여부는 전반적인 시스템에 부과된 특정 어플리케이션(application) 및 설계 제한들에 달려 있다. 숙련된 기술자들은 각각의 특정 어플리케이션들을 위해 다양한 방법들로 설명된 기능성을 구현할 수 있다. 다만, 그러한 구현의 결정들이 본 개시내용의 영역을 벗어나게 하는 것으로 해석되어서는 안된다.Those of skill in the art would further describe the various illustrative logical blocks, configurations, modules, circuits, means, logics, and algorithm steps described in connection with the embodiments disclosed herein, including electronic hardware, computer software, or a combination of both. It should be recognized that it can be implemented as To clearly illustrate the interchangeability of hardware and software, various illustrative components, blocks, configurations, means, logics, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented in hardware or as software depends on the specific application and design limitations imposed on the overall system. Skilled technicians can implement the described functionality in various ways for each particular application. However, such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.

제시된 실시예들에 대한 설명은 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 발명을 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이다. 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 발명은 여기에 제시된 실시예 들로 한정되는 것이 아니다. 본 발명은 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다. Description of the presented embodiments is provided so that a person of ordinary skill in the art of the present disclosure can use or implement the present invention. Various modifications to these embodiments will be apparent to those of ordinary skill in the art. The general principles defined herein may be applied to other embodiments without departing from the scope of the present disclosure. Thus, the present invention is not limited to the embodiments presented herein. The invention is to be accorded the widest scope consistent with the principles and novel features presented herein.

도 1 은 본 개시의 일 실시예에 따라, 신경망을 학습시키기 위한 방법을 제공하기 위한 동작을 수행하는 컴퓨팅 장치의 블록 구성도를 도시한 도면이다.1 is a diagram illustrating a block diagram of a computing device performing an operation to provide a method for training a neural network according to an embodiment of the present disclosure.

도 1에 도시된 컴퓨팅 장치(100)의 구성은 간략화 하여 나타낸 예시일 뿐이다. 본 개시의 일 실시예에서 컴퓨팅 장치(100)는 컴퓨팅 장치(100)의 컴퓨팅 환경을 수행하기 위한 다른 구성들이 포함될 수 있고, 개시된 구성들 중 일부만이 컴퓨팅 장치(100)를 구성할 수도 있다.The configuration of the computing device 100 illustrated in FIG. 1 is only an example simplified. In an embodiment of the present disclosure, the computing device 100 may include other components for performing a computing environment of the computing device 100, and only some of the disclosed components may configure the computing device 100.

컴퓨팅 장치(100)는 프로세서(110), 메모리(130), 네트워크부(150)를 포함할 수 있다.The computing device 100 may include a processor 110, a memory 130, and a network unit 150.

본 개시의 일 실시예에 따라, 프로세서(110)는 신경망을 학습시키기 위한 사용자 인터페이스를 제공할 수 있다. 사용자 인터페이스는 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 포함할 수 있다.According to an embodiment of the present disclosure, the processor 110 may provide a user interface for training a neural network. The user interface may include a first screen including at least one first object for receiving a selection input for a project.

제 1 화면은 도 3을 참조하여 구체적으로 설명된다.The first screen will be described in detail with reference to FIG. 3.

본 개시의 일 실시예에 따라, 프로세서(110)는 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체(230)를 포함하는 제 1 화면(200)을 디스플레이 할 수 있다. 프로젝트(210)는 인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트를 포함할 수 있다. 구체적으로 프로젝트(210)는 딥러닝을 이용하여 특정 목표를 달성하기 위한 딥러닝 관련 프로젝트를 포함할 수 있다. 제 1 객체(230)는 프로젝트(210)를 선택하기 위한 객체를 포함할 수 있다. 제 1 객체(230)는 선택한 프로젝트(210)에 대한 제 2 화면으로 넘어가는 기능을 포함할 수 있다. 제 1 객체(230)는 예를 들어, 화면에서의 아이콘을 포함할 수 있다. 제 1 화면(200)은 사용자가 진행하는 적어도 하나 이상의 프로젝트가 디스플레이되는 화면일 수 있다. 제 1 화면(200)은 사용자가 진행하는 복수개의 프로젝트를 한눈에 보기 쉽게 디스플레이하는 화면을 포함할 수 있다. 선택 입력은 사용자가 선택한 사항에 대한 정보를 포함하는 입력 신호를 포함할 수 있다. 따라서 프로세서(110)는 선택 입력을 수신하는 경우, 해당 선택에 기초하여 연산을 수행하거나 선택 입력에 대한 결과물을 화면에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the processor 110 may display a first screen 200 including at least one first object 230 for receiving a selection input for a project. Project 210 may include artificial intelligence-related projects to achieve specific goals using artificial intelligence. Specifically, the project 210 may include a deep learning-related project to achieve a specific goal by using deep learning. The first object 230 may include an object for selecting the project 210. The first object 230 may include a function of moving to a second screen for the selected project 210. The first object 230 may include, for example, an icon on the screen. The first screen 200 may be a screen on which at least one or more projects conducted by a user are displayed. The first screen 200 may include a screen that displays a plurality of projects conducted by a user in an easy to see at a glance. The selection input may include an input signal including information on the item selected by the user. Accordingly, when receiving a selection input, the processor 110 may perform an operation based on the selection or display a result of the selection input on the screen. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로젝트(210)는 인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트를 포함할 수 있다. 특정 목표는, 인공지능이 적용된 모델을 유지 관리하기 위한 목표를 포함할 수 있으며 예를 들어 인공지능이 적용된 모델의 성능을 향상시키는 목표를 포함할 수 있다. 특정 목표는 예를 들어, 모델의 예측 정확도 향상, 모델의 학습 시간 단축, 모델 학습에 사용되는 연산량 또는 전력량 감소 등을 포함할 수 있다. 또한 특정 목표는 특정 도메인(예를 들어, 제조업, 의료, 법률, 경영, 금융)에서 예측값(예를 들어, 금융의 경우 주가 예측)을 획득하기 위한 모델을 생성하는 목표를 포함할 수도 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the project 210 may include an artificial intelligence-related project for achieving a specific goal using artificial intelligence. The specific goal may include a goal for maintaining a model to which artificial intelligence is applied, and may include, for example, a goal of improving the performance of a model to which artificial intelligence is applied. The specific goal may include, for example, improving the prediction accuracy of the model, shortening the training time of the model, and reducing the amount of computation or power used for model training. A specific goal may also include a goal to create a model for obtaining a forecast (eg, stock price prediction in the case of finance) in a specific domain (eg manufacturing, healthcare, legal, business, finance). The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로세서(110)는 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 할 수 있다. 제 2 화면은 제 1 화면의 선택 입력을 수신하여 프로세서(110)가 해당 선택 입력에 대응하는 프로젝트 관련 정보를 디스플레이한 화면을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the processor 110 may display a second screen for displaying project-related information corresponding to the selected project. The second screen may include a screen in which a selection input of the first screen is received and the processor 110 displays project-related information corresponding to the selection input. The foregoing is only an example, and the present disclosure is not limited thereto.

제 2 화면은 도 4를 참조하여 구체적으로 설명된다.The second screen will be described in detail with reference to FIG. 4.

본 개시의 일 실시예에 따라, 프로세서(110)는 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면(300)을 디스플레이 할 수 있다. 제 2 화면(300)은 특정 프로젝트에 대한 정보를 디스플레이하는 화면을 포함할 수 있다. 제 2 화면(300)은 사용자가 딥러닝 모델의 성능을 향상시키기 위하여 필요한 정보를 디스플레이하는 화면을 포함할 수 있다. 제 2 화면(300)은 예를 들어, 딥러닝 모델의 성능을 향상시키기 위한 정보가 디스플레이되는 사용자 인터페이스를 포함할 수 있다. 따라서 제 2 화면(300)은 모델의 성능 정보, 모델의 학습에 사용되는 학습 데이터 세트에 대한 정보, 프로세서(110)가 모델을 이용하여 출력한 예측값 등을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the processor 110 may display the second screen 300 for displaying project-related information corresponding to the selected project. The second screen 300 may include a screen that displays information on a specific project. The second screen 300 may include a screen for displaying information necessary for the user to improve the performance of the deep learning model. The second screen 300 may include, for example, a user interface on which information for improving the performance of the deep learning model is displayed. Accordingly, the second screen 300 may include model performance information, information on a training data set used for model training, a prediction value output by the processor 110 using the model, and the like. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 제 2 화면은, 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역(310), 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역(330) 또는 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역(340) 중 적어도 하나를 포함할 수 있다. 제 1 출력 영역(310)은 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 제 1 출력 영역(310)은 센서로부터 획득한 시계열 데이터를 실시간으로 디스플레이 하기 위한 영역을 포함할 수 있다. 센서로부터 획득한 시계열 데이터는 예를 들어, 로봇 관절에 부착된 센서로부터 획득한 시계열 데이터, 물질 측정 센서로부터 획득한 시계열 데이터, 온도 데이터, 풍향, 풍속 데이터, 자외선 센서 데이터, 적외선 센서 데이터, 광 센서 데이터, 소리 센서 데이터 등을 포함할 수 있다. 제 2 출력 영역(340)은 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 영역을 포함할 수 있다. 프로세서(110)는 제 2 객체에 대한 선택 입력을 수신하여 제 2 객체에 대응하는 정보를 디스플레이할 수 있다. 예를 들어, 제 2 객체(예를 들어, 학습 데이터 선택 아이콘)에 대한 선택 입력을 수신한 경우, 프로세서(110)는 학습 데이터 관련 정보를 제 2 출력 영역(340)에 디스플레이할 수 있다. 선택 영역은 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체가 포함된 영역을 포함할 수 있다. 선택 영역(330)은 모델 학습에 관련된 정보를 제 2 출력 영역에 디스플레이하기 위한 객체가 포함된 영역일 수 있다. 예를 들어, 선택 영역(330)은 사용자로 하여금 사용자가 원하는 모델 재학습 관련 정보를 제 2 출력 영역을 통해 볼 수 있도록 하기 위하여, 사용자 인터페이스 상의 복수개의 아이콘을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the second screen includes a first output area 310 for displaying time series data acquired from a sensor, and at least one second object for receiving a selection input related to model retraining. It may include at least one of the included selection area 330 or the second output area 340 for displaying information corresponding to the second object. The first output area 310 may include an area for displaying time series data acquired from a sensor. For example, the first output area 310 may include an area for displaying time series data acquired from a sensor in real time. The time series data obtained from the sensor is, for example, time series data obtained from a sensor attached to the robot joint, time series data obtained from a material measurement sensor, temperature data, wind direction, wind speed data, ultraviolet sensor data, infrared sensor data, and light sensor Data, sound sensor data, and the like. The second output area 340 may include an area for displaying information corresponding to the second object. The processor 110 may receive a selection input for the second object and display information corresponding to the second object. For example, when receiving a selection input for a second object (eg, a training data selection icon), the processor 110 may display training data related information on the second output area 340. The selection area may include an area including at least one second object for receiving a selection input related to model retraining. The selection area 330 may be an area including an object for displaying information related to model training in the second output area. For example, the selection area 330 may include a plurality of icons on the user interface in order to allow the user to view information related to model retraining desired by the user through the second output area. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 선택 영역은, 제 2 출력 영역에 모델 학습에 관련된 정보가 디스플레이되도록 하기 위한 객체가 포함된 영역으로서, 모델의 성능 정보를 제 2 출력 영역에 디스플레이하기 위한 성능 모니터링 선택 객체(331), 모델의 학습과 관련된 학습 데이터 세트 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 데이터 세트 선택 객체(333), 적어도 하나 이상의 모델에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 모델 아카이브 선택 객체(337), 또는 모델을 이용하여 감지된 어노말리 정보를 제 2 출력 영역에 디스플레이하기 위한 감지된 어노말리 출력 선택 객체(339) 중 적어도 하나를 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the selection area is an area including an object for displaying information related to model training in the second output area, and performance monitoring for displaying the performance information of the model in the second output area A selection object 331, a training data set selection object 333 for displaying training data set information related to model training in a second output area, a model for displaying information on at least one or more models in a second output area It may include at least one of the archive selection object 337 or the detected anomaly output selection object 339 for displaying the anomaly information sensed using the model in the second output area. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 성능 모니터링 선택 객체(331)는 모델의 성능 정보를 제 2 출력 영역에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 프로세서(110)는 성능 모니터링 선택 객체(331)에 대한 선택 입력을 수신하는 경우, 모델 성능 정보(예를 들어, 모델의 예측 정확도)를 제 2 출력 영역에 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the performance monitoring selection object 331 may include an object for displaying model performance information in the second output area. For example, when receiving a selection input for the performance monitoring selection object 331, the processor 110 may display model performance information (eg, prediction accuracy of the model) in the second output area. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 객체(333)는 모델의 학습과 관련된 학습 데이터 세트 정보를 제 2 출력 영역(340)에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 프로세서(110)는 학습 데이터 세트 선택 객체(333)에 대한 선택 입력을 수신하는 경우, 모델 학습에 사용된 학습 데이터 세트 정보, 학습된 모델을 재학습시키는 경우에 사용되는 학습 데이터 세트 정보, 사용자가 새롭게 추가한 새로운 학습 데이터 세트 정보 등을 제 2 출력 영역(340)에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the training data set selection object 333 may include an object for displaying training data set information related to model training in the second output area 340. For example, when the processor 110 receives a selection input for the training data set selection object 333, the training data set information used for model training, the training data set used when retraining the trained model Information, new learning data set information newly added by the user, and the like may be displayed on the second output area 340. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 콘솔 선택 객체(335)는 현재 모델의 학습 진행 상황에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 프로세서(110)가 학습 콘솔 선택 객체(335)에 대한 선택 입력을 수신하는 경우, 모델 학습의 현재 진행 상황(예를 들어, 학습 대상 모델 정보, 학습 진행률, 학습 완료시까지 남은 시간, 학습에 소요되는 현재 CPU 연산량, 학습에 사용되는 메모리양)을 제 2 출력 영역(340)에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the learning console selection object 335 may include an object for displaying information on a learning progress state of a current model in a second output area. For example, when the processor 110 receives a selection input for the training console selection object 335, the current progress of model training (eg, training target model information, training progress, time remaining until completion of training, A current CPU calculation amount required for learning and an amount of memory used for learning) may be displayed in the second output area 340. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 모델 아카이브 선택 객체(337)는 적어도 하나 이상의 모델에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 프로세서(110)가 모델 아카이브 선택 객체(337)에 대한 선택 입력을 수신하는 경우, 적어도 하나의 모델 리스트, 각 모델에 대한 세부 정보(예를 들어, 학습 완료 시간, 학습에 사용된 학습 데이터 세트 정보) 등을 제 2 출력 영역(340)에 디스플레이할 수 있다. 모델 아카이브는 복수개의 모델이 저장된 저장소를 포함할 수 있다. 모델 아카이브는 예를 들어, 학습된 모델, 학습되지 않은 모델, 재학습된 모델 등을 포함할 수 있다. 프로세서(110)는 모델 아카이브에서 사용자의 입력 신호를 수신하여 사용자가 선택한 모델을 호출할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the model archive selection object 337 may include an object for displaying information on at least one model in the second output area. For example, when the processor 110 receives a selection input for the model archive selection object 337, at least one model list, detailed information for each model (eg, training completion time, Learning data set information), etc. may be displayed on the second output area 340. The model archive may include a repository in which a plurality of models are stored. The model archive may contain, for example, trained models, untrained models, retrained models, and the like. The processor 110 may call a model selected by the user by receiving a user's input signal from the model archive. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 감지된 어노말리 출력 선택 객체(339)는 모델을 이용하여 감지된 어노말리 정보를 제 2 출력 영역(340)에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 프로세서(110)는 감지된 어노말리 출력 선택 객체(339)에 대한 입력 신호를 수신하는 경우, 프로세서(110)가 모델을 이용하여 획득한 어노말리 데이터에 대한 정보를 제 2 출력 영역(340)에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the detected anomaly output selection object 339 may include an object for displaying the anomaly information detected using a model in the second output area 340. For example, when the processor 110 receives an input signal for the detected anomaly output selection object 339, the processor 110 transmits information on the anomaly data acquired using the model to the second output area It can be displayed at 340. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이 할 수 있다. 프로세서(110)는 학습 데이터 세트 선택 객체(333)에 대한 입력 신호를 수신하여 학습 데이터 세트 출력 화면(371)을 제 2 출력 영역(340)에 디스플레이할 수 있다. 학습 데이터 세트 출력 화면은 도 5을 참조하여 구체적으로 설명된다.According to an embodiment of the present disclosure, the processor 110 may display a training data set output screen in the second output area. The processor 110 may receive an input signal for the training data set selection object 333 and display the training data set output screen 371 on the second output area 340. The training data set output screen will be described in detail with reference to FIG. 5.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이할 수 있다. 학습 데이터 세트 화면은 학습 데이터 세트 관련 정보를 디스플레이하고 학습 데이터 세트 리스트를 편집할 수 있는 객체를 포함할 수 있다. 학습 데이터 세트는 적어도 하나 이상의 학습 데이터를 포함할 수 있다. 학습 데이터는 인공지능의 학습에 사용되는 임의의 형식의 데이터를 포함할 수 있다. 예를 들어, 학습 데이터는 이미지 데이터, 음성 데이터, 텍스트 데이터, 자연어 데이터, 시계열 데이터 등을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the processor 110 may display a training data set output screen in the second output area. The training data set screen may include an object capable of displaying training data set related information and editing a training data set list. The training data set may include at least one or more training data. The training data may include data in any format used for learning artificial intelligence. For example, the training data may include image data, audio data, text data, natural language data, time series data, and the like. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 출력 화면(371)은, 적어도 하나의 학습 데이터 세트가 나열된 학습 데이터 세트 리스트, 사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 추가 객체(373), 또는 사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 제거 객체(375) 중 적어도 하나를 포함할 수 있다. 학습 데이터 세트 리스트는 적어도 하나 이상의 학습 데이터 세트를 정렬된 상태로 디스플레이 된 리스트를 포함할 수 있다. 학습 데이터 세트 정렬은 사용자의 입력 신호에 기초하여 결정될 수 있다. 예를 들어, 사용자의 입력 신호가 모델의 학습에 사용된 데이터 세트에 높은 우선 순위를 두고, 오분류 데이터를 재라벨링한 데이터를 낮은 우선 순위로 두는 신호일 수 있다. 이 경우, 프로세서(110)는 학습 데이터 세트 리스트 상위 부분에 모델의 학습에 사용된 학습 데이터 세트를 디스플레이할 수 있다. 또한 학습 데이터 세트 리스트는 예를 들어, 사용자의 선택 입력을 수신하여 선택된 학습 데이터 세트, 프로세서(110)가 추천한 학습 데이터 세트, 새롭게 추가된 학습 데이터 세트 등을 포함할 수 있다. 학습 데이터 세트 리스트은 예를 들어, 모델의 학습에 사용된 학습 데이터 세트1(377), 오분류 데이터를 재라벨링한 데이터 청크1을 포함하는 학습 데이터 세트3(378), 모델의 성능을 가늠하기 위한 샘플 데이터 세트(379)를 포함할 수 있다. 샘플 데이터 세트(379)는 학습 데이터 세트가 없는 경우, 모델의 성능을 측정하기 위하여 모델에 입력되는 데이터 세트를 포함할 수 있다. 학습 데이터 세트 추가 객체(373)는 사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 객체를 포함할 수 있다. 예를 들어, 학습 데이터 세트 추가 객체(373)에 대한 선택 입력을 수신하는 경우, 프로세서(110)는 학습 데이터를 세트를 추가하기 위한 화면을 새롭게 디스플레이 할 수 있다. 또한, 프로세서(110)는 학습 데이터 세트를 추가하기 위한 팝업창을 디스플레이할 수도 있다. 학습 데이터 세트 제거 객체(375)는 사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 객체를 포함할 수 있다. 예를 들어, 사용자로부터 특정 학습 데이터 세트에 대한 선택 입력을 받은 후 학습 데이터 세트 제거 객체(375)에 대한 선택 입력을 수신한 경우, 프로세서(110)는 해당 학습 데이터 세트를 학습 데이터 세트 출력 화면(371)에서 제거할 수 있다. 따라서 사용자의 화면에는 제거된 학습 데이터 세트가 디스플레이 되지 않을 수도 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the training data set output screen 371 includes a training data set list listing at least one training data set, and training for a user to receive a selection input for a training data set to be used for model training. It may include at least one of a data set addition object 373 or a training data set removal object 375 for receiving a selection input for a training data set that will not be used for model training by the user. The training data set list may include a list in which at least one training data set is displayed in an ordered state. The training data set alignment may be determined based on a user's input signal. For example, the user's input signal may be a signal that gives a high priority to a data set used for model training, and puts data obtained by relabeling misclassified data as a low priority. In this case, the processor 110 may display the training data set used for training the model in the upper part of the training data set list. In addition, the training data set list may include, for example, a training data set selected by receiving a user's selection input, a training data set recommended by the processor 110, a newly added training data set, and the like. The training data set list includes, for example, training data set 1 (377) used for training the model, training data set 3 (378) including data chunk 1 relabeled misclassified data, and for assessing the performance of the model. A sample data set 379 may be included. The sample data set 379 may include a data set input to the model to measure the performance of the model when there is no training data set. The training data set addition object 373 may include an object for a user to receive a selection input for a training data set to be used for model training. For example, when receiving a selection input for the learning data set addition object 373, the processor 110 may newly display a screen for adding the learning data set. Also, the processor 110 may display a pop-up window for adding a learning data set. The training data set removal object 375 may include an object for a user to receive a selection input for a training data set that will not be used for model training. For example, when a selection input for a training data set removal object 375 is received after receiving a selection input for a specific training data set from a user, the processor 110 displays the training data set on the training data set output screen ( 371). Therefore, the removed training data set may not be displayed on the user's screen. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트는 적어도 하나 이상의 학습 데이터를 포함할 수 있다. 학습 데이터는 인공지능의 학습에 사용되는 임의의 형식의 데이터를 포함할 수 있다. 본 개시의 일 실시예에 따라, 학습 데이터 세트는, 모델의 학습에 사용된 제 1 학습 데이터 세트, 또는 모델의 재학습에 사용될 새로운 제 2 학습 데이터 세트 중 적어도 하나를 포함할 수 있다. 제 1 학습 데이터 세트는 모델의 학습에 사용된 학습 데이터 세트를 포함할 수 있다. 본 개시의 일 실시예에 따라, 제 2 학습 데이터 세트는 모델의 재학습에 사용될 새로운 학습 데이터 세트를 포함할 수 있다. 제 2 학습 데이터 세트는 센서로부터 실시간으로 획득하는 시계열 데이터 중 적어도 일부 및 그에 대응하는 라벨을 포함할 수 있다. 라벨은 자동으로 라벨링을 수행하는 모델(예를 들어, 오토 라벨링을 수행하는 학습된 모델)을 이용하여 획득한 값 또는 사용자의 선택 입력에 기초하여 결정된 값을 포함할 수 있다. 라벨은 또한 학습된 모델을 이용하여 입력 데이터에 대하여 획득한 값이 오분류 데이터에 해당하여 해당 입력 데이터에 대한 재라벨링된 값을 포함할 수 있다. 오분류 데이터는 모델을 이용하여 획득한 결과가 잘못 분류된 데이터를 의미할 수 있다. 오분류 데이터는 예를 들어, 데이터 서브 세트가 정상 데이터 서브 세트이지만, 비정상으로 분류된 데이터 일 수 있다. 프로세서(110)가 모델을 이용하여 해당 데이터 서브 세트가 어노말리라는 결과를 획득한 경우, 해당 데이터 서브 세트는 오분류된 데이터 서브 세트일 수 있다. 이러한 오분류된 데이터 서브 세트는 오퍼레이터 또는 다른 모델에 의하여 라벨이 수정될 수 있으며, 수정된 라벨을 부여하여 학습 데이터 세트에 포함될 수 있다. 어노말리는 정상이 아닌 비정형 패턴을 가지는 부분일 수 있다. 어노말리는 예를 들어, 제품의 흠결이 있는 부분을 포함할 수 있다. 어노말리는 또한, 기계의 동작(예를 들어, 로봇 팔의 동작) 중 오작동이 있는 부분을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the training data set may include at least one or more training data. The training data may include data in any format used for learning artificial intelligence. According to an embodiment of the present disclosure, the training data set may include at least one of a first training data set used for training a model or a new second training data set used for retraining a model. The first training data set may include a training data set used for training a model. According to an embodiment of the present disclosure, the second training data set may include a new training data set to be used for retraining the model. The second training data set may include at least some of the time series data acquired from the sensor in real time and a label corresponding thereto. The label may include a value obtained by using a model that automatically performs labeling (eg, a learned model that performs auto-labeling) or a value that is determined based on a user's selection input. The label may also include a relabeled value for the input data because a value obtained for the input data using the learned model corresponds to misclassification data. Misclassified data may refer to data in which results obtained using a model are misclassified. Misclassified data may be, for example, data that is classified as abnormal although the data subset is a normal data subset. When the processor 110 obtains a result that the data subset is anomalous using the model, the data subset may be a misclassified data subset. These misclassified data subsets may be labeled by an operator or other model, and may be included in the training data set by assigning the corrected labels. The anomaly may be a part having an irregular pattern that is not normal. The anomaly may include, for example, a defective part of the product. The anomaly may also include a portion of the machine's motion (eg, motion of a robotic arm) in which there is a malfunction. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 학습 데이터 세트 선택 화면을 디스플레이 할 수 있다. 학습 데이터 추가 객체에 대한 선택 입력이 수신된 경우, 프로세서(110)는 학습 데이터 선택 화면을 디스플레이 할 수 있다. 이하에서는 학습 데이터 선택 화면에 대하여 도 6을 참조하여 구체적으로 설명된다.According to an embodiment of the present disclosure, the processor 110 may display a training data set selection screen allowing a user to select a second training data set. When a selection input for a learning data addition object is received, the processor 110 may display a learning data selection screen. Hereinafter, the learning data selection screen will be described in detail with reference to FIG. 6.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면(400)은 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면을 포함할 수 있다. 프로세서(110)는 사용자로 하여금 모델 성능을 향상시키기 위해 필요한 제 2 학습 데이터 세트를 선택할 수 있도록 화면을 디스플레이 할 수 있다. 따라서, 사용자는 모델 재학습을 위하여 필요한 학습 데이터 세트를 디스플레이 된 학습 데이터 세트 선택 화면을 통해 선택할 수 있다. 프로세서(110)는 사용자가 선택한 학습 데이터 세트에 대한 선택 입력을 수신할 수 있다. 프로세서(110)는 선택된 학습 데이터 세트를 모델에 입력시켜 모델을 학습시킬 수 있다. 또한, 학습 데이터 세트 선택 화면(400)은 새롭게 추가된 학습 데이터 세트(예를 들어, 다른 회사로부터 구입한 학습 데이터 세트, 새로운 기계 장치에 관련된 학습 데이터 세트, 레시피 변경 전 후의 데이터 등)를 사용자로 하여금 선택할 수 있도록 하는 화면을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다. According to an embodiment of the present disclosure, the training data set selection screen 400 may include a screen allowing a user to select a second training data set. The processor 110 may display a screen so that a user can select a second training data set necessary to improve model performance. Accordingly, the user can select a training data set necessary for retraining the model through the displayed training data set selection screen. The processor 110 may receive a selection input for a training data set selected by a user. The processor 110 may train the model by inputting the selected training data set into the model. In addition, the training data set selection screen 400 uses a newly added training data set (for example, a training data set purchased from another company, a training data set related to a new machine device, data before and after a recipe change, etc.) as a user. It may include a screen to allow selection. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면은, 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면으로서, 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 시간 변수 설정 영역 또는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 데이터 청크 영역(450) 중 적어도 하나를 포함할 수 있다. 제 2 학습 데이터 세트는 모델의 재학습에 사용될 새로운 학습 데이터 세트를 포함할 수 있다. 본 개시의 일 실시예에 따라, 시간 변수 설정 영역은 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 영역을 포함할 수 있다. 사전 결정된 제 1 기준은 시간에 대한 기준을 포함할 수 있다. 사전 결정된 제 1 기준은 예를 들어, 연도, 월, 일, 시간, 분, 초 단위의 기간을 포함할 수 있다. 프로세서(110)는 사용자에 의하여 입력된 사전 결정된 제 1 기준에 기초하여, 입력된 기간에 해당하는 데이터만 학습 데이터 세트 선택 화면(400)에 디스플레이 할 수 있다. 예를 들어, 입력된 사전 결정된 제 1 기준이 2019년 10월 30일 00:00-24:00 인 경우, 프로세서(110)는 2019년 10월 30일 00:00-24:00 에 해당하는 데이터만 학습 데이터 세트 선택 화면(400)에 디스플레이 할 수 있다. 시간 변수 설정 영역은 특정 날짜에 대한 데이터를 필터링하기 위한 기간 설정 영역(410) 또는 특정 날짜의 특정 시간에 대한 데이터를 필터링하기 위한 시간 설정 영역(430)을 포함할 수 있다. 예를 들어, 기간 설정 영역(410)을 통해 2019년 10월 30일이라는 날짜를 수신하고, 시간 설정 영역(430)을 통해 6:00-12:00라는 시간을 수신할 수 있다. 이 경우, 프로세서(110)는 2019년 10월 30일 6:00-12:00에 대응하는 데이터를 학습 데이터 세트 선택 화면(400)에 디스플레이 할 수 있다. 구체적으로 학습 데이터 세트 선택 화면(400)에 디스플레이되는 데이터는 2019년 10월 30일 6:00-12:00에 대응하는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 포함할 수 있다. 이를 통해, 프로세서(110)는 모델의 성능을 향상시키기 위하여 재라벨링이 필요한 시간대의 데이터를 선별적으로 사용자에게 제공할 수 있다. 따라서 사용자는 오분류 데이터가 존재하는 시간대를 설정하여 해당 시간대의 데이터만 선별적으로 디스플레이되는 화면을 통해 볼 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다. According to an embodiment of the present disclosure, the training data set selection screen is a screen for allowing a user to select a second training data set, and data obtained by inputting time series data into a model are based on a predetermined first criterion It may include at least one of a time variable setting area for filtering with or a data chunk area 450 for displaying data chunks obtained by inputting time series data into the model and dividing the data obtained based on a predetermined second criterion. . The second training data set may include a new training data set to be used for retraining the model. According to an embodiment of the present disclosure, the time variable setting region may include a region for filtering data obtained by inputting time series data into a model based on a first predetermined criterion. The first predetermined criterion may include a criterion for time. The first predetermined criterion may include, for example, a period in units of year, month, day, hour, minute, and second. The processor 110 may display only data corresponding to the input period on the learning data set selection screen 400 based on the first predetermined criterion input by the user. For example, if the input predetermined first criterion is 00:00-24:00 on October 30, 2019, the processor 110 is the data corresponding to 00:00-24:00 on October 30, 2019. Only can be displayed on the learning data set selection screen 400. The time variable setting area may include a period setting area 410 for filtering data on a specific date or a time setting area 430 for filtering data on a specific time on a specific date. For example, the date of October 30, 2019 may be received through the period setting area 410, and a time of 6:00-12:00 may be received through the time setting area 430. In this case, the processor 110 may display data corresponding to 6:00-12:00 on October 30, 2019 on the training data set selection screen 400. Specifically, the data displayed on the training data set selection screen 400 may include data obtained by inputting time series data corresponding to 6:00-12:00 on October 30, 2019 into the model. Through this, the processor 110 may selectively provide data for a time period requiring re-labeling to the user in order to improve the performance of the model. Accordingly, the user can set the time zone in which the misclassified data exists and view only the data in the corresponding time zone through a screen that is selectively displayed. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 데이터 청크 영역(450)은 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 영역을 포함할 수 있다. 데이터 청크는 데이터 세트의 적어도 일부인 데이터 서브 세트를 포함할 수 있다. 데이터 청크는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할된 데이터 중 일부를 포함할 수 있다. 데이터 청크는 각각 제 1 상태 및/또는 제 2 상태를 나타내는 것으로 분류될 수 있다. 제 1 상태, 제 2 상태는 프로세서(110)가 모델을 이용하여 이진 분류(Binary Classification)를 수행하는 경우, 이진 분류 결과를 의미할 수 있다. 예를 들어, 제 1 상태는 정상, 제 2 상태는 어노말리일 수 있다. 모델에 입력시켜 획득한 데이터를 프로세서(110)가 사전 결정된 제 2 기준에 기초하여 분할하는 방법은 후술한다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the data chunk area 450 may include an area for displaying data chunks obtained by inputting time series data into a model and dividing data obtained based on a second predetermined criterion. The data chunk may include a data subset that is at least a part of the data set. The data chunk may include some of data obtained by inputting time series data into a model and divided based on a second predetermined criterion. Data chunks may be classified as representing a first state and/or a second state, respectively. The first state and the second state may mean a binary classification result when the processor 110 performs binary classification using a model. For example, the first state may be normal, and the second state may be anomaly. A method of dividing the data obtained by inputting into the model based on the second predetermined criterion by the processor 110 will be described later. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 데이터 청크는, 사전 결정된 제 2 기준을 기초로 분할된 복수개의 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 통계적 특징을 포함할 수 있다. 통계적 특징은 데이터 세트의 특성을 통계적 기법을 통해 나타낸 특징으로서, 데이터 세트의 확률 분포, 평균, 표준 편차, 분산 등을 포함할 수 있다. 따라서, 데이터 청크는 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 확률 분포, 평균, 표준 편차, 분산 등을 포함할 수 있다. 예를 들어, 데이터 청크가 5분 간격으로 분할된 경우, 프로세서(110)는 각 5분 간격으로 분할된 시계열 데이터 서브 세트를 모델에 입력시켜 획득한 데이터 세트의 평균값을 해당 데이터 청크에 대응하는 통계적 특징으로 결정할 수 있다. 또한 데이터 청크가 사전 결정된 제 2 기준으로 분할된 경우, 프로세서(110)는 사전 결정된 제 2 기준으로 분할된 시계열 데이터 서브 세트를 모델에 입력시켜 획득한 데이터 세트의 중앙값을 해당 데이터 청크에 대응하는 통계적 특징으로 결정할 수도 있다. 프로세서(110)는 데이터 청크의 통계적 특징을 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the data chunk may include statistical characteristics of each data set obtained by inputting a plurality of time series data divided based on a second predetermined criterion into a model. The statistical feature is a feature that represents a feature of a data set through a statistical technique, and may include a probability distribution, a mean, a standard deviation, and a variance of the data set. Accordingly, the data chunk may include probability distribution, average, standard deviation, variance, and the like of each data set obtained by inputting time series data into the model. For example, if the data chunks are divided at 5 minute intervals, the processor 110 inputs the time series data subset divided at 5 minute intervals into the model and calculates the average value of the data set corresponding to the corresponding data chunk. Can be determined by features. In addition, when the data chunk is divided according to the second predetermined criterion, the processor 110 inputs a subset of the time series data divided by the second predetermined criterion into the model, and calculates the median value of the data set corresponding to the data chunk. It can also be determined by features. The processor 110 may display statistical characteristics of the data chunk. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 사전 결정된 제 2 기준은, 모델을 이용하여 획득한 데이터 중 오분류 데이터를 검출하기 위한 기준으로서, 모델을 이용하여 획득한 데이터가 제 1 상태에서 제 2 상태로 변하는 제 1 포인트, 모델의 출력이 제 2 상태에서 제 1 상태로 변하는 제 2 포인트 제 1 상태인 모델의 출력에 존재하는 임의의 제 3 포인트 또는 제 2 상태인 모델의 출력에 존재하는 임의의 제 4 포인트 중 적어도 하나에 기초하여 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준을 포함할 수 있다. 제 1 상태, 제 2 상태는 프로세서(110)가 모델을 이용하여 이진 분류를 수행하는 경우, 이진 분류 결과를 의미할 수 있다. 예를 들어, 제 1 상태는 정상, 제 2 상태는 어노말리일 수 있다. 프로세서(110)는 데이터 청크를 분할하는 기준을 제 1 포인트 및/또는 제 2 포인트로 결정할 수 있다. 따라서 프로세서(110)는 제 1 상태에서 제 2 상태로 변하는 제 1 포인트를 데이터 청크의 시작점으로 결정할 수 있다. 이 경우, 프로세서(110)는 제 2 상태에서 제 1 상태로 변하는 제 2 포인트를 해당 데이터 청크의 종료점으로 결정할 수 있다. 반대로, 프로세서(110)는 제 2 상태에서 제 1 상태로 변하는 제 2 포인트를 데이터 청크의 시작점으로 결정할 수 있다. 이 경우, 프로세서(110)는 제 1 상태에서 제 2 상태로 변하는 제 1 포인트를 해당 데이터 청크의 종료점으로 결정할 수도 있다. 이를 통해, 프로세서(110)는 모델의 출력이 정상인 데이터 청크, 모델의 출력이 어노말리인 데이터 청크를 분류할 수 있다. According to an embodiment of the present disclosure, the second predetermined criterion is a criterion for detecting misclassified data among data acquired using a model, and the data acquired using the model changes from a first state to a second state. The first point that changes, the second point at which the output of the model changes from the second state to the first state, any third point present in the output of the model in the first state, or any third point present in the output of the model in the second state. It may include a criterion for dividing data obtained by inputting time series data into a model based on at least one of the four points into a plurality of data chunks. The first state and the second state may mean a binary classification result when the processor 110 performs binary classification using a model. For example, the first state may be normal, and the second state may be anomaly. The processor 110 may determine a criterion for dividing the data chunk as a first point and/or a second point. Accordingly, the processor 110 may determine a first point that changes from the first state to the second state as the start point of the data chunk. In this case, the processor 110 may determine a second point that changes from the second state to the first state as the end point of the corresponding data chunk. Conversely, the processor 110 may determine a second point that changes from the second state to the first state as the start point of the data chunk. In this case, the processor 110 may determine the first point that changes from the first state to the second state as the end point of the corresponding data chunk. Through this, the processor 110 may classify a data chunk in which the model output is normal and a data chunk in which the model output is anomaly.

본 개시의 다른 일 실시예에 따라, 사전 결정된 제 2 기준은 제 1 상태인 모델의 출력에 존재하는 임의의 제 3 포인트에 기초하여 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준을 포함할 수 있다. 본 개시의 일 실시예에서, 제 1 상태는 정상, 제 2 상태는 어노말리일 수 있다. 제 3 포인트는 정상인 모델의 출력을 적어도 하나 이상의 데이터 청크로 분할하기 위한 포인트를 포함할 수 있다. 프로세서(110)는 정상인 모델의 출력에 존재하는 임의의 제 3 포인트를 기준으로 정상인 모델의 출력을 복수개의 데이터 청크로 분할할 수 있다. 예를 들어, 프로세서(110)는 제 3 포인트를 시작점으로 결정하고 다른 제 3 포인트를 종료점으로 결정할 수 있다. 이를 통해, 프로세서(110)는 정상인 모델의 출력에 대해서도 세분화된 데이터 청크를 획득할 수 있다. 또 다른 예시로는 프로세서(110)는 제 1 포인트를 시작점으로 결정하고 제 3 포인트를 종료점으로 결정할 수 있다. 프로세서(110)는 제 2 포인트를 시작점으로 결정하고 다른 제 3 포인트를 종료점으로 결정할 수 있다. 프로세서(110)는 제 3 포인트를 시작점으로 결정하고 제 1 포인트 및/또는 제 2 포인트를 종료점으로 결정할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to another embodiment of the present disclosure, the second predetermined criterion is the data obtained by inputting time series data into the model based on a third point present in the output of the model in the first state, into a plurality of data chunks. It may contain criteria for dividing. In an embodiment of the present disclosure, the first state may be normal, and the second state may be anomaly. The third point may include a point for dividing the output of the normal model into at least one data chunk. The processor 110 may divide the output of the normal model into a plurality of data chunks based on an arbitrary third point present in the output of the normal model. For example, the processor 110 may determine a third point as a starting point and another third point as an ending point. Through this, the processor 110 may obtain the subdivided data chunk even for the output of the normal model. As another example, the processor 110 may determine a first point as a starting point and a third point as an ending point. The processor 110 may determine a second point as a starting point and determine another third point as an ending point. The processor 110 may determine a third point as a starting point and determine a first point and/or a second point as an end point. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 다른 일 실시예에 따라, 사전 결정된 제 2 기준은 제 2 상태인 모델의 출력에 존재하는 임의의 제 4 포인트에 기초하여 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준을 포함할 수 있다. 본 개시의 일 실시예에서, 제 1 상태는 정상, 제 2 상태는 어노말리일 수 있다. 제 4 포인트는 어노말리인 모델의 출력을 적어도 하나 이상의 데이터 청크로 분할하기 위한 포인트를 포함할 수 있다. 프로세서(110)는 어노말리인 모델의 출력에 존재하는 임의의 제 4 포인트를 기준으로 어노말리인 모델의 출력을 복수개의 데이터 청크로 분할할 수 있다. 예를 들어, 프로세서(110)는 제 4 포인트를 시작점으로 결정하고 다른 제 4 포인트를 종료점으로 결정할 수 있다. 이를 통해, 프로세서(110)는 어노말리인 모델의 출력에 대해서도 세분화된 데이터 청크를 획득할 수 있다. 또 다른 예시로는 프로세서(110)는 제 1 포인트를 시작점으로 결정하고 제 4 포인트를 종료점으로 결정할 수 있다. 프로세서(110)는 제 2 포인트를 시작점으로 결정하고 제 4 포인트를 종료점으로 결정할 수 있다. 프로세서(110)는 제 3 포인트를 시작점으로 결정하고 제 4 포인트를 종료점으로 결정할 수 있다. 프로세서(110)는 제 4 포인트를 시작점으로 결정하고 제 1 포인트, 제 2 포인트 및/또는 제 3 포인트를 종료점으로 결정할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to another embodiment of the present disclosure, the predetermined second criterion is the data obtained by inputting time series data into the model based on a fourth point present in the output of the model in the second state, and converting the acquired data into a plurality of data chunks. It may contain criteria for dividing. In an embodiment of the present disclosure, the first state may be normal, and the second state may be anomaly. The fourth point may include a point for dividing the output of the anomaly model into at least one data chunk. The processor 110 may divide the output of the anomaly model into a plurality of data chunks based on an arbitrary fourth point present in the output of the anomaly model. For example, the processor 110 may determine a fourth point as a starting point and another fourth point as an ending point. Through this, the processor 110 may obtain the subdivided data chunk for the output of the anomaly model. As another example, the processor 110 may determine a first point as a starting point and a fourth point as an ending point. The processor 110 may determine the second point as the start point and the fourth point as the end point. The processor 110 may determine the third point as the starting point and the fourth point as the ending point. The processor 110 may determine a fourth point as a starting point and determine a first point, a second point, and/or a third point as an end point. The foregoing is only an example, and the present disclosure is not limited thereto.

따라서 프로세서(110)는 분류 결과별 데이터 청크를 데이터 청크 영역(450)에 디스플레이할 수 있다. 디스플레이된 데이터 청크를 사용자가 보고 어떤 데이터 청크가 오분류 데이터인지 판단할 수 있다. 예를 들어, 도 6에 도시된 바와 같이 데이터 청크 영역(450)에는 데이터 청크1(451), 데이터 청크2(453), 데이터 청크3(455)이 디스플레이될 수 있다. 여기서 데이터 청크1(451)은 오분류 데이터(예를 들어, False Positive-정상 데이터이지만 모델을 이용하여 획득한 출력이 어노말리인 경우)일 수 있다. 즉, 모델의 예측이 잘못된 경우, 프로세서(110)는 사용자로부터 입력 신호를 수신하여 오분류된 데이터 청크를 재라벨링할 수 있다. 즉 정상 데이터이지만 모델을 이용하여 획득한 출력이 어노말리인 경우, 프로세서(110) 해당 데이터의 라벨을 정상으로 재라벨링할 수 있다. 프로세서(110)는 재라벨링된 데이터 청크를 모델에 입력시켜 모델을 재학습시킬 수 있다. 이를 통해, 프로세서(110)는 모델이 잘못 예측하는 부분에 대하여 모델을 업데이트 할 수 있다. 이러한 업데이트 과정을 통해 궁극적으로 모델의 예측 정확도를 향상시킬 수 있다. 데이터 청크3(455)의 경우, 모델을 이용하여 획득한 결과값이 Normal일 수 있다. 그리고 입력된 데이터도 Normal일 수 있다. 이 경우, 데이터 청크3(455)는 정확하게 예측 및/또는 분류된 데이터 세트일 수 있다. 따라서, 데이터 청크3에 대해서는 모델에 다시 입력시켜 재학습시킬 필요성이 떨어질 수 있다. 이 경우, 프로세서(110)는 데이터 청크3에 대해서는 재라벨링을 수행하지 않을 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.Accordingly, the processor 110 may display data chunks for each classification result in the data chunk area 450. The user can see the displayed data chunk and determine which data chunk is misclassified data. For example, as illustrated in FIG. 6, a data chunk 1 451, a data chunk 2 453, and a data chunk 3 455 may be displayed in the data chunk area 450. Here, the data chunk 1 451 may be misclassified data (eg, false positive-normal data, but when the output obtained by using the model is anomaly). That is, if the prediction of the model is incorrect, the processor 110 may receive an input signal from the user and relabel the misclassified data chunk. That is, if the data is normal, but the output obtained by using the model is anomaly, the processor 110 may relabel the label of the corresponding data as normal. The processor 110 may retrain the model by inputting the relabeled data chunk into the model. Through this, the processor 110 may update the model with respect to a portion that the model incorrectly predicts. Ultimately, the prediction accuracy of the model can be improved through this update process. In the case of data chunk 3 455, a result value obtained by using the model may be Normal. And the input data may also be Normal. In this case, data chunk 3 455 may be an accurately predicted and/or classified data set. Therefore, the need for data chunk 3 to be retrained by re-input to the model may decrease. In this case, the processor 110 may not perform relabeling for the data chunk 3. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 데이터 청크는, 사용자에게 모델 재학습에 이용될 데이터 청크를 데이터 청크 추천 알고리즘을 통해 산출된 데이터 청크를 포함하는 데이터 청크, 또는 사용자 선택 입력 신호를 수신하여 선택된 데이터 청크와 통계적 특징이 유사한 적어도 하나의 데이터 청크를 포함하는 데이터 청크 중 적어도 하나를 포함할 수 있다. 데이터 청크 추천 알고리즘은 사용자에게 모델 재학습에 이용될 데이터 청크를 추천하는 알고리즘을 포함할 수 있다. 구체적으로 데이터 청크 추천 알고리즘은 모델의 성능을 향상시키기 위하여 필요한 데이터 청크를 추천해주는 알고리즘을 포함할 수 있다. 데이터 청크 추천 알고리즘은 예를 들어 오분류된 데이터 청크를 추천하는 알고리즘, 오분류된 데이터가 가장 많이 발생하는 시간 정보를 출력하는 알고리즘 등을 포함할 수 있다. 프로세서(110)는 오분류된 데이터 청크를 자동으로 검출하여 디스플레이할 수 있다. 또한 프로세서(110)는 오분류된 데이터가 가장 많이 발생하는 시간대의 데이터 청크를 디스플레이할 수도 있다. 따라서, 프로세서(110)는 데이터 청크 추천 알고리즘을 통해 산출된 데이터 청크를 디스플레이함으로써, 사용자로 하여금 모델의 재학습에 필요한 데이터를 신속하게 찾을 수 있도록 도와줄 수 있다. 이를 통해, 사용자는 모델의 재학습에 필요한 데이터 또는 데이터 세트를 선별적으로 보게 됨으로써, 모델 재학습에 필요한 의사 결정을 신속하게 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the data chunk includes a data chunk including a data chunk calculated through a data chunk recommendation algorithm for a data chunk to be used for model retraining to a user, or data selected by receiving a user selection input signal. It may include at least one of data chunks including at least one data chunk having a similar statistical characteristic to the chunk. The data chunk recommendation algorithm may include an algorithm for recommending a data chunk to be used for model retraining to a user. Specifically, the data chunk recommendation algorithm may include an algorithm that recommends a data chunk necessary to improve the performance of the model. The data chunk recommendation algorithm may include, for example, an algorithm for recommending misclassified data chunks, an algorithm for outputting time information at which misclassified data occurs most often, and the like. The processor 110 may automatically detect and display misclassified data chunks. In addition, the processor 110 may display a data chunk in a time period in which the misclassified data most often occurs. Accordingly, the processor 110 may help a user to quickly find data necessary for retraining a model by displaying the data chunks calculated through the data chunk recommendation algorithm. Through this, the user selectively sees the data or data set required for retraining the model, so that a decision required for retraining the model can be quickly made. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 데이터 청크는 사용자 선택 입력 신호를 수신하여 선택된 데이터 청크와 통계적 특징이 유사한 적어도 하나의 데이터 청크를 포함할 수 있다. 프로세서(110)는 사용자의 선택 입력을 수신하여 선택된 데이터 청크와 통계적 특징이 유사한(예를 들어, 평균값이 유사한, 확률 분포가 유사한, 분산이 유사한) 데이터 청크를 디스플레이할 수 있다. 이를 통해, 사용자가 선택한 오분류 데이터 청크에 대한 선택 입력을 수신하는 경우, 프로세서(110)는 해당 데이터 청크와 통계적 특징이 유사한 데이터 청크를 디스플레이함으로써 모델 재학습에 필요한 데이터를 사용자로 하여금 신속하게 볼 수 있도록 할 수 있다. 따라서, 프로세서(110)는 추천 알고리즘을 통해 산출된 데이터 청크 및/또는 사용자의 선택 입력을 수신하여 선택된 데이터 청크와 통계적 특징이 유사한 데이터 청크를 데이터 청크 영역(450)에 디스플레이함으로써, 사용자가 모델 재학습에 필요할 수 있는 데이터 세트를 한눈에 쉽게 파악할 수 있다. 즉, 오분류 데이터와 통계적 특징이 유사한 데이터 청크는 오분류 데이터일 가능성이 높을 수 있다. 따라서, 프로세서(110)는 데이터 청크와 통계적 특징이 유사한 데이터 청크를 디스플레이함으로써 오분류 데이터일 가능성이 높은 데이터 청크들만 선별적으로 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the data chunk may include at least one data chunk having a statistical characteristic similar to the data chunk selected by receiving a user selection input signal. The processor 110 may receive a user's selection input and display a data chunk having a statistical characteristic similar to the selected data chunk (eg, having a similar average value, similar probability distribution, and similar variance). Through this, when receiving a selection input for the misclassified data chunk selected by the user, the processor 110 displays the data chunk having similar statistical characteristics to the corresponding data chunk, allowing the user to quickly view the data required for model retraining. You can do it. Accordingly, the processor 110 receives the data chunk calculated through the recommendation algorithm and/or the user's selection input, and displays the data chunk having statistical characteristics similar to the selected data chunk in the data chunk area 450, so that the user can recreate the model. It's easy to see at a glance what data sets you might need for training. That is, a data chunk having similar statistical characteristics to the misclassified data may be highly likely to be misclassified data. Accordingly, the processor 110 may selectively display only data chunks that are likely to be misclassified data by displaying data chunks having similar statistical characteristics to the data chunk. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 출력 영역에 모델 아카이브 출력 화면을 디스플레이할 수 있다. 프로세서(110)는 모델 아카이브 선택 객체(337)에 대한 입력 신호를 수신하여 모델 아카이브 출력 화면(510)을 제 2 출력 영역(340)에 디스플레이할 수 있다. 모델 아카이브 출력 화면은 도 7을 참조하여 구체적으로 설명된다.According to an embodiment of the present disclosure, the processor 110 may display a model archive output screen in the second output area. The processor 110 may receive an input signal for the model archive selection object 337 and display the model archive output screen 510 on the second output area 340. The model archive output screen will be described in detail with reference to FIG. 7.

본 개시의 일 실시예에 따라, 모델 아카이브 출력 화면(510)은 복수개의 모델 각각에 대한 정보를 디스플레이하는 화면을 포함할 수 있다. 모델 아카이브 출력 화면(510)은 모델 아카이브에 저장된 복수개의 모델을 사용자가 볼 수 있도록 디스플레이하기 위한 모델 리스트 출력 영역(513) 또는 사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하는 모델 정보 출력 영역(515) 중 적어도 하나를 포함할 수 있다. 모델 아카이브는 복수개의 모델이 저장된 저장소를 포함할 수 있다. 모델 아카이브는 예를 들어, 학습된 모델, 학습되지 않은 모델, 재학습된 모델 등을 포함할 수 있다. 프로세서(110)는 모델 아카이브에서 사용자의 입력 신호를 수신하여 사용자가 선택한 모델을 호출할 수 있다. 본 개시의 일 실시예에 따라, 모델 리스트 출력 영역(513)은 모델 아카이브에 저장된 복수개의 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 영역을 포함할 수 있다. 모델 리스트 출력 영역(513)은 사용자의 선택 입력에 기초하여 선별된 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 모델 리스트 출력 영역(513)은 프로젝트에 포함된 모델, 사용자가 선택한 모델, 사용자에게 추천된 모델 등을 포함할 수 있다. 본 개시의 일 실시예에 따라, 모델 정보 출력 영역(515)은 사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하기 위한 영역을 포함할 수 있다. 모델 정보 출력 영역(515)은 예를 들어, 모델 이름, 모델 상태(예를 들어, 학습 전, 학습 후, 학습 중), 모델 생성 날짜, 모델을 학습시킨 학습 데이터 세트 정보 등이 디스플레이 된 영역을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the model archive output screen 510 may include a screen displaying information on each of a plurality of models. The model archive output screen 510 is a model list output area 513 for displaying a plurality of models stored in the model archive for the user to see, or model information for displaying information on a selected model by receiving a user's selection input signal It may include at least one of the output areas 515. The model archive may include a repository in which a plurality of models are stored. The model archive may contain, for example, trained models, untrained models, retrained models, and the like. The processor 110 may call a model selected by the user by receiving a user's input signal from the model archive. According to an embodiment of the present disclosure, the model list output area 513 may include an area for displaying a plurality of models stored in the model archive so that they can be viewed at a glance. The model list output area 513 may include an area for displaying a model selected based on a user's selection input so that the selected model can be viewed at a glance. For example, the model list output area 513 may include a model included in a project, a model selected by a user, a model recommended to a user, and the like. According to an embodiment of the present disclosure, the model information output area 515 may include an area for receiving a user's selection input signal and displaying information on a selected model. The model information output area 515 is an area in which, for example, a model name, a model status (eg, before training, after training, during training), a model creation date, information on a training data set that trained the model, and the like are displayed. Can include. The foregoing is only an example, and the present disclosure is not limited thereto.

모델 리스트에 포함된 모델을 도 8 및 도 9을 참조하여 구체적으로 설명된다.The models included in the model list will be described in detail with reference to FIGS. 8 and 9.

본 개시의 일 실시예에 따라, 모델 리스트는 프로젝트를 진행하면서 학습된 모델, 제 2 학습 데이터 세트를 학습된 모델에 입력시켜 재학습된 모델(517), 모델 아카이브에 포함된 복수개의 모델 중에서 유사한 통계적 특징을 가지는 모델을 통합하여 새롭게 생성된 모델(525), 또는 새롭게 입력된 데이터에 대응하는 모델을 사용자에게 추천하기 위하여, 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델(521) 중 적어도 하나를 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다. 복수의 모델을 이용한 다중 정상 상태 환경에서의 어노말리 디택션에 관해서는 전체가 본 명세서에 참조로서 통합되는 한국 특허 출원 10-2018-0080482(2018.07.11)에서 구체적으로 논의된다. According to an embodiment of the present disclosure, the model list includes a model trained while performing a project, a retrained model 517 by inputting a second training data set into the trained model, and a plurality of models included in the model archive. In order to recommend to the user a newly created model 525 by integrating a model having statistical characteristics or a model corresponding to newly input data, a model determined based on the hit rate of each of the plurality of models included in the model archive ( 521). The foregoing is only an example, and the present disclosure is not limited thereto. The anomaly depression in a multiple steady state environment using a plurality of models is specifically discussed in Korean Patent Application 10-2018-0080482 (2018.07.11), the entirety of which is incorporated herein by reference.

본 개시의 일 실시예에 따라, 도 8에서는 모델 아카이브(520) 및 히트된 모델(521)이 도시되어 있다. 히트된 모델(521)은 새롭게 입력된 데이터에 대응하는 모델을 사용자에게 추천하기 위하여, 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델을 포함할 수 있다. 히트율은 입력 데이터가 해당 모델에 의하여 정상 또는 비정상으로 판별(예를 들어, 최종 판단)될 확률을 포함할 수 있다. 새롭게 입력된 시계열 데이터에 대하여 사용자는 어떤 모델이 최적의 결과를 출력하는지 알지 못할 수도 있다. 또한 모델 아카이브에 포함된 모든 모델에 새롭게 입력된 시계열 데이터를 입력시켜 성능을 비교하는 경우, 많은 시간과 비용이 소모될 수도 있다. 따라서 새롭게 입력된 시계열 데이터에 대하여 프로세서(110)는 모델 아카이브(520)에 저장된 모델 중 히트할 가능성이 높은 모델을 선정하여, 선정된 모델을 디스플레이할 수 있다. 이를 통해, 사용자는 새롭게 입력된 데이터에 대하여 적합한 모델을 실험 과정을 거치지 않고 신속하게 획득할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, a model archive 520 and a hit model 521 are shown in FIG. 8. The hit model 521 may include a model determined based on a hit rate of each of a plurality of models included in the model archive in order to recommend a model corresponding to the newly input data to the user. The hit rate may include a probability that the input data is determined to be normal or abnormal (eg, final determination) by the corresponding model. For newly input time series data, the user may not know which model outputs the best results. In addition, when comparing performance by inputting newly input time series data to all models included in the model archive, it may take a lot of time and cost. Accordingly, for newly input time series data, the processor 110 may select a model with a high probability of hitting among the models stored in the model archive 520 and display the selected model. Through this, the user can quickly acquire a model suitable for newly inputted data without going through an experiment process. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 도 8에서는 모델 아카이브(520), 비슷한 분포를 가진 모델(523) 및 통합된 모델(525)이 도시되어 있다. 프로세서(110)는 비슷한 분포를 가진 모델(523)을 통합시켜 통합된 모델(525)을 새롭게 생성할 수 있다. 즉, 프로세서(110)는 새롭게 입력된 데이터에 대하여 이용될 가능성이 낮은 모델을 적어도 하나 이상 통합시킴으로써, 새롭게 입력된 데이터에 대하여 이용될 가능성이 높은 모델을 생성할 수도 있다. 이를 통해, 프로세서(110)는 이용될 가능성이 높은 군에 포함된 모델들 각각에 대한 히트율을 선별적으로 산출함으로써, 새롭게 입력된 데이터에 대하여 적합한 모델을 신속하게 산출할 수도 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.In accordance with an embodiment of the present disclosure, a model archive 520, a model 523 having a similar distribution, and an integrated model 525 are shown in FIG. 8. The processor 110 may newly generate the integrated model 525 by integrating the models 523 having similar distributions. That is, the processor 110 may generate a model that is likely to be used for newly input data by integrating at least one or more models that are unlikely to be used for newly input data. Through this, the processor 110 may selectively calculate a hit rate for each of the models included in the group that is likely to be used, so that a model suitable for newly input data may be quickly calculated. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 출력 영역에 감지된 어노말리 출력 화면을 디스플레이할 수 있다. 프로세서(110)는 감지된 어노말리 출력 선택 객체(339)에 대한 입력 신호를 수신하여 감지된 어노말리 출력 화면(530)을 제 2 출력 영역(340)에 디스플레이 할 수 있다. 감지된 어노말리 출력 화면은 도 10을 참조하여 구체적으로 서술된다.According to an embodiment of the present disclosure, the processor 110 may display the detected anomaly output screen in the second output area. The processor 110 may receive an input signal for the detected anomaly output selection object 339 and display the detected anomaly output screen 530 on the second output area 340. The detected anomaly output screen is described in detail with reference to FIG. 10.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 출력 영역에 감지된 어노말리 출력 화면(530)을 디스플레이 할 수 있다. 감지된 어노말리 출력 화면(530)은 모델을 이용하여 획득한 어노말리 감지 결과를 디스플레이하기 위한 어노말리 감지 결과 출력 영역을 포함할 수 있다. According to an embodiment of the present disclosure, the processor 110 may display the detected anomaly output screen 530 in the second output area. The detected anomaly output screen 530 may include an anomaly detection result output area for displaying the anomaly detection result obtained using the model.

본 개시의 일 실시예에 따라, 감지된 어노말리 출력 화면(530)은, 모델을 이용하여 획득한 데이터 중 어노말리 데이터에 관련된 정보를 디스플레이하기 위한 화면을 포함할 수 있다. 감지된 어노말리 출력 화면(530)은 모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 어노말리 감지 결과 출력 영역(531) 또는 사용자 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 어노말리 정보 출력 영역(533) 중 적어도 하나를 포함할 수 있다. 어노말리 감지 결과 출력 영역(531)은 모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 프로세서(110)는 모델을 이용하여 획득한 데이터 중 어노말리로 분류된 데이터를 어노말리 감지 결과 출력 영역(531)에 디스플레이할 수 있다. 어노말리 정보 출력 영역(533)은 사용자의 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 프로세서(110)는 사용자의 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보인 어노말리가 발생한 시작 시간, 어노말리가 끝난 종료 시간, 어노말리가 발생한 기간 등을 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the detected anomaly output screen 530 may include a screen for displaying information related to anomaly data among data acquired using a model. The detected anomaly output screen 530 displays information on the anomaly data selected by receiving an anomaly detection result output area 531 or a user selection input signal for displaying a list of anomaly data acquired using the model. It may include at least one of the anomaly information output area 533 for performing the operation. The anomaly detection result output area 531 may include an area for displaying an anomaly data list acquired using a model. For example, the processor 110 may display data classified as anomaly among data acquired using a model on the output area 531 as a result of the anomaly detection. The anomaly information output area 533 may include an area for receiving a user's selection input signal and displaying information on the selected anomaly data. For example, the processor 110 may receive a user's selection input signal and display information on the selected anomaly data, such as a start time of anomaly occurrence, an end time of anomaly end, a period at which the anomaly occurs, and the like. . The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로세서(110)는 제 2 출력 영역에 모델 성능 출력 화면을 디스플레이 할 수 있다. 프로세서(110)는 성능 모니터링 선택 객체(331)에 대한 입력 신호를 수신하여 모델 성능 출력 화면(550)을 제 2 출력 영역(340)에 디스플레이 할 수 있다. 모델 성능 출력 화면은 도 11을 참조하여 구체적으로 서술된다.According to an embodiment of the present disclosure, the processor 110 may display a model performance output screen in the second output area. The processor 110 may receive an input signal for the performance monitoring selection object 331 and display the model performance output screen 550 on the second output area 340. The model performance output screen is described in detail with reference to FIG. 11.

본 개시의 일 실시예에 따라, 도 11에 도시된 바와 같이 프로세서(110)는 제 2 출력 영역에 모델 성능 출력 화면(550)을 디스플레이 할 수 있다. 모델 성능 출력 화면(550)은 모델의 성능 정보를 디스플레이하기 위한 화면을 포함할 수 있다. 모델의 성능 정보는 모델의 성능과 관련되는 정보를 모두 포함할 수 있다. 예를 들어, 모델의 성능 정보는 모델이 입력 데이터에 대하여 얼마나 정확한 예측 결과값을 출력하는지에 대한 척도를 포함할 수 있다. 또한 모델의 성능 정보는 프로세서(110)가 모델을 이용하여 획득한 예측값을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, as illustrated in FIG. 11, the processor 110 may display the model performance output screen 550 in the second output area. The model performance output screen 550 may include a screen for displaying model performance information. The model performance information may include all information related to the model performance. For example, the performance information of the model may include a measure of how accurate the model outputs prediction results for input data. In addition, the performance information of the model may include a prediction value obtained by the processor 110 using the model. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시에 따라, 모델을 학습시키기 위한 사용자 인터페이스를 제공함으로써, 인공지능 분야에 대한 전문 지식이 없는 사람이라도, 이상이 발생한 부분에 대하여 모델을 재학습시킬 수 있도록 도울 수 있다. 이를 통해, 인공지능 분야에 대한 전문 지식이 없는 사람도 모델을 유지, 보수하거나 새로운 데이터를 모델에 입력시켜 모델을 재학습시킬 수도 있다. 따라서, 모델 개선을 위하여 모델을 사용하는 다양한 도메인의 전문가(예를 들어, 제조, 의료, 법률, 경영, 제조)들이 자신이 직접 문제점을 발견하고 자신들의 전문성을 가미하여 모델을 업데이트할 수 있다. 따라서 본 개시를 통해, 딥러닝 모델을 사용하는 과정이 단순화되고 필요한 정보만 선택적으로 출력함에 따라, 딥러닝 기술이 다양한 기술 도메인에 확장 적용되는 속도를 증가시킬 수 있다.According to the present disclosure, by providing a user interface for training a model, even a person who does not have expert knowledge in the field of artificial intelligence can help retrain the model for a portion where an abnormality has occurred. Through this, even a person without expertise in the field of artificial intelligence can maintain and repair the model or retrain the model by inputting new data into the model. Therefore, experts in various domains (eg, manufacturing, medical, legal, management, manufacturing) who use the model to improve the model can directly discover the problem and update the model by adding their expertise. Therefore, through the present disclosure, as the process of using the deep learning model is simplified and only necessary information is selectively output, the speed at which the deep learning technology is extended and applied to various technology domains can be increased.

도 2는 본 개시의 일 실시예에 따라, 신경망을 학습시키기 위한 방법에서 학습의 대상이 되는 신경망을 예시적으로 도시한 도면이다.FIG. 2 is a diagram illustrating a neural network that is an object of learning in a method for training a neural network according to an embodiment of the present disclosure.

본 명세서에 걸쳐, 연산 모델, 신경망, 네트워크 함수, 뉴럴 네트워크(neural network)는 동일한 의미로 사용될 수 있다. 신경망은 일반적으로 노드라 지칭될 수 있는 상호 연결된 계산 단위들의 집합으로 구성될 수 있다. 이러한 노드들은 뉴런(neuron)들로 지칭될 수도 있다. 신경망은 적어도 하나 이상의 노드들을 포함하여 구성된다. 신경망들을 구성하는 노드(또는 뉴런)들은 하나 이상의 링크에 의해 상호 연결될 수 있다.Throughout this specification, a computational model, a neural network, a network function, and a neural network may be used with the same meaning. A neural network may consist of a set of interconnected computational units, which may generally be referred to as nodes. These nodes may also be referred to as neurons. The neural network includes at least one or more nodes. Nodes (or neurons) constituting neural networks may be interconnected by one or more links.

신경망 내에서, 링크를 통해 연결된 하나 이상의 노드들은 상대적으로 입력 노드 및 출력 노드의 관계를 형성할 수 있다. 입력 노드 및 출력 노드의 개념은 상대적인 것으로서, 하나의 노드에 대하여 출력 노드 관계에 있는 임의의 노드는 다른 노드와의 관계에서 입력 노드 관계에 있을 수 있으며, 그 역도 성립할 수 있다. 상술한 바와 같이, 입력 노드 대 출력 노드 관계는 링크를 중심으로 생성될 수 있다. 하나의 입력 노드에 하나 이상의 출력 노드가 링크를 통해 연결될 수 있으며, 그 역도 성립할 수 있다. In a neural network, one or more nodes connected through a link may relatively form a relationship between an input node and an output node. The concepts of an input node and an output node are relative, and any node in an output node relationship with respect to one node may have an input node relationship in a relationship with another node, and vice versa. As described above, the relationship between the input node and the output node can be created around a link. One or more output nodes may be connected to one input node through a link, and vice versa.

하나의 링크를 통해 연결된 입력 노드 및 출력 노드 관계에서, 출력 노드는 입력 노드에 입력된 데이터에 기초하여 그 값이 결정될 수 있다. 여기서 입력 노드와 출력 노드를 상호 연결하는 노드는 파라미터를 가질 수 있다. 파라미터는 가변적일 수 있으며, 신경망이 원하는 기능을 수행하기 위해, 사용자 또는 알고리즘에 의해 가변 될 수 있다. 예를 들어, 하나의 출력 노드에 하나 이상의 입력 노드가 각각의 링크에 의해 상호 연결된 경우, 출력 노드는 상기 출력 노드와 연결된 입력 노드들에 입력된 값들 및 각각의 입력 노드들에 대응하는 링크에 설정된 파라미터에 기초하여 출력 노드 값을 결정할 수 있다.In the relationship between the input node and the output node connected through one link, the value of the output node may be determined based on data input to the input node. Here, a node interconnecting the input node and the output node may have parameters. The parameters may be variable and may be changed by a user or an algorithm in order for the neural network to perform a desired function. For example, when one or more input nodes are interconnected to one output node by respective links, the output node includes values input to input nodes connected to the output node and a link corresponding to each input node. The output node value may be determined based on the parameter.

상술한 바와 같이, 신경망은 하나 이상의 노드들이 하나 이상의 링크를 통해 상호 연결되어 신경망 내에서 입력 노드 및 출력 노드 관계를 형성한다. 신경망 내에서 노드들과 링크들의 개수 및 노드들과 링크들 사이의 연관관계, 링크들 각각에 부여된 파라미터의 값에 따라, 신경망의 특성이 결정될 수 있다. 예를 들어, 동일한 개수의 노드 및 링크들이 존재하고, 링크들 사이의 파라미터 값이 상이한 두 신경망이 존재하는 경우, 두 개의 신경망들은 서로 상이한 것으로 인식될 수 있다.As described above, in a neural network, one or more nodes are interconnected through one or more links to form an input node and an output node relationship in the neural network. The characteristics of the neural network may be determined according to the number of nodes and links in the neural network, the association relationship between the nodes and the links, and values of parameters assigned to the links. For example, when there are the same number of nodes and links, and two neural networks having different parameter values between the links exist, the two neural networks may be recognized as being different from each other.

신경망은 하나 이상의 노드들을 포함하여 구성될 수 있다. 신경망을 구성하는 노드들 중 일부는, 최초 입력 노드로부터의 거리들에 기초하여, 하나의 레이어(layer)를 구성할 수 있다. 예를 들어, 최초 입력 노드로부터 거리가 n인 노드들의 집합은, n 레이어를 구성할 수 있다. 최초 입력 노드로부터 거리는, 최초 입력 노드로부터 해당 노드까지 도달하기 위해 거쳐야 하는 링크들의 최소 개수에 의해 정의될 수 있다. 그러나, 이러한 레이어의 정의는 설명을 위한 임의적인 것으로서, 신경망 내에서 레이어의 차수는 상술한 것과 상이한 방법으로 정의될 수 있다. 예를 들어, 노드들의 레이어는 최종 출력 노드로부터 거리에 의해 정의될 수도 있다.A neural network may be configured including one or more nodes. Some of the nodes constituting the neural network may configure one layer based on distances from the initial input node. For example, a set of nodes having a distance n from an initial input node may constitute n layers. The distance from the first input node may be defined by the minimum number of links that must be passed from the first input node to the corresponding node. However, the definition of such a layer is arbitrary for explanation, and the order of the layer in the neural network may be defined in a different manner than that described above. For example, the layer of nodes may be defined by the distance from the last output node.

최초 입력 노드는 신경망 내의 노드들 중 다른 노드들과의 관계에서 링크를 거치지 않고 데이터가 직접 입력되는 하나 이상의 노드들을 의미할 수 있다. 또는, 신경망 네트워크 내에서, 링크를 기준으로 한 노드 간의 관계에 있어서, 링크로 연결된 다른 입력 노드들 가지지 않는 노드들을 의미할 수 있다. 이와 유사하게, 최종 출력 노드는 신경망 내의 노드들 중 다른 노드들과의 관계에서, 출력 노드를 가지지 않는 하나 이상의 노드들을 의미할 수 있다. 또한, 히든 노드는 최초 입력 노드 및 최후 출력 노드가 아닌 신경망을 구성하는 노드들을 의미할 수 있다. 본 개시의 일 실시예에 따른 신경망은 입력 레이어의 노드의 개수가 출력 레이어의 노드의 개수와 동일할 수 있으며, 입력 레이어에서 히든 레이어로 진행됨에 따라 노드의 수가 감소하다가 다시 증가하는 형태의 신경망일 수 있다. 또한, 본 개시의 다른 일 실시예에 따른 신경망은 입력 레이어의 노드의 개수가 출력 레이어의 노드의 개수 보다 적을 수 있으며, 입력 레이어에서 히든 레이어로 진행됨에 따라 노드의 수가 감소하는 형태의 신경망일 수 있다. 또한, 본 개시의 또 다른 일 실시예에 따른 신경망은 입력 레이어의 노드의 개수가 출력 레이어의 노드의 개수보다 많을 수 있으며, 입력 레이어에서 히든 레이어로 진행됨에 따라 노드의 수가 증가하는 형태의 신경망일 수 있다. 본 개시의 또 다른 일 실시예에 따른 신경망은 상술한 신경망들의 조합된 형태의 신경망일 수 있다.The first input node may mean one or more nodes to which data is directly input without going through a link in a relationship with other nodes among nodes in the neural network. Alternatively, in a neural network network, in a relationship between nodes based on a link, it may mean nodes that do not have other input nodes connected by a link. Similarly, the final output node may mean one or more nodes that do not have an output node in a relationship with other nodes among nodes in the neural network. In addition, the hidden node may refer to nodes constituting a neural network other than the first input node and the last output node. In the neural network according to an embodiment of the present disclosure, the number of nodes in the input layer may be the same as the number of nodes in the output layer, and the number of nodes decreases and then increases again as the input layer proceeds to the hidden layer. I can. In addition, the neural network according to another embodiment of the present disclosure may be a neural network in which the number of nodes of an input layer is less than the number of nodes of an output layer, and the number of nodes decreases as the number of nodes progresses from the input layer to the hidden layer. have. In addition, the neural network according to another embodiment of the present disclosure may be a neural network in which the number of nodes of an input layer is greater than the number of nodes of an output layer, and the number of nodes increases as the number of nodes progresses from the input layer to the hidden layer. I can. A neural network according to another embodiment of the present disclosure may be a neural network in the form of a combination of the aforementioned neural networks.

딥 뉴럴 네트워크(DNN: deep neural network, 심층신경망)는 입력 레이어와 출력 레이어 외에 복수의 히든 레이어를 포함하는 신경망을 의미할 수 있다. 딥 뉴럴 네트워크를 이용하면 데이터의 잠재적인 구조(latent structures)를 파악할 수 있다. 즉, 사진, 글, 비디오, 음성, 음악의 잠재적인 구조(예를 들어, 어떤 물체가 사진에 있는지, 글의 내용과 감정이 무엇인지, 음성의 내용과 감정이 무엇인지 등)를 파악할 수 있다. 딥 뉴럴 네트워크는 컨볼루셔널 뉴럴 네트워크(CNN: convolutional neural network), 리커런트 뉴럴 네트워크(RNN: recurrent neural network), 오토 인코더(auto encoder), GAN(Generative Adversarial Networks), 제한 볼츠만 머신(RBM: restricted boltzmann machine), 심층 신뢰 네트워크(DBN: deep belief network), Q 네트워크, U 네트워크, 샴 네트워크 등을 포함할 수 있다. 전술한 딥 뉴럴 네트워크의 기재는 예시일 뿐이며 본 개시는 이에 제한되지 않는다. A deep neural network (DNN) may mean a neural network including a plurality of hidden layers in addition to an input layer and an output layer. Deep neural networks can be used to identify potential structures in data. In other words, it is possible to grasp the potential structure of photos, texts, videos, voices, and music (e.g., what objects are in photos, what are the content and emotions of the text, what are the contents and emotions of the voice, etc.) . Deep neural networks include convolutional neural networks (CNNs), recurrent neural networks (RNNs), auto encoders, Generative Adversarial Networks (GANs), and restricted Boltzmann machines (RBMs). boltzmann machine), deep belief network (DBN), Q network, U network, and Siam network. The description of the above-described deep neural network is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에서 네트워크 함수는 오토 인코더를 포함할 수도 있다. 오토 인코더는 입력 데이터와 유사한 출력 데이터를 출력하기 위한 인공 신경망의 일종일 수 있다. 오토 인코더는 적어도 하나의 히든 레이어를 포함할 수 있으며, 홀수 개의 히든 레이어가 입출력 레이어 사이에 배치될 수 있다. 각각의 레이어의 노드의 수는 입력 레이어의 노드의 수에서 병목 레이어(인코딩)라는 중간 레이어로 축소되었다가, 병목 레이어에서 출력 레이어(입력 레이어와 대칭)로 축소와 대칭되어 확장될 수도 있다. 차원 감소 레이어와 차원 복원 레이어의 노드는 대칭일 수도 있고 아닐 수도 있다. 오토 인코더는 비선형 차원 감소를 수행할 수 있다. 입력 레이어 및 출력 레이어의 수는 입력 데이터의 전처리 이후에 남은 센서들의 수와 대응될 수 있다. 오토 인코더 구조에서 인코더에 포함된 히든 레이어의 노드의 수는 입력 레이어에서 멀어질수록 감소하는 구조를 가질 수 있다. 병목 레이어(인코더와 디코더 사이에 위치하는 가장 적은 노드를 가진 레이어)의 노드의 수는 너무 작은 경우 충분한 양의 정보가 전달되지 않을 수 있으므로, 특정 수 이상(예를 들어, 입력 레이어의 절반 이상 등)으로 유지될 수도 있다.In an embodiment of the present disclosure, the network function may include an auto encoder. The auto encoder may be a kind of artificial neural network for outputting output data similar to input data. The auto encoder may include at least one hidden layer, and an odd number of hidden layers may be disposed between the input/output layers. The number of nodes of each layer may be reduced from the number of nodes of the input layer to an intermediate layer called a bottleneck layer (encoding), and then reduced and expanded symmetrically from the bottleneck layer to an output layer (symmetric with the input layer). The nodes of the dimensionality reduction layer and the dimensionality restoration layer may or may not be symmetrical. Auto encoders can perform nonlinear dimensionality reduction. The number of input layers and output layers may correspond to the number of sensors remaining after pre-processing of input data. In the auto-encoder structure, the number of nodes of the hidden layer included in the encoder may have a structure that decreases as it moves away from the input layer. If the number of nodes in the bottleneck layer (the layer with the fewest nodes located between the encoder and the decoder) is too small, a sufficient amount of information may not be delivered, so more than a certain number (e.g., more than half of the input layer, etc.) ) May be maintained.

뉴럴 네트워크는 교사 학습(supervised learning), 비교사 학습(unsupervised learning), 및 반교사학습(semi supervised learning) 중 적어도 하나의 방식으로 학습될 수 있다. 뉴럴 네트워크의 학습은 출력의 오류를 최소화하기 위한 것이다. 뉴럴 네트워크의 학습에서 반복적으로 학습 데이터를 뉴럴 네트워크에 입력시키고 학습 데이터에 대한 뉴럴 네트워크의 출력과 타겟의 에러를 계산하고, 에러를 줄이기 위한 방향으로 뉴럴 네트워크의 에러를 뉴럴 네트워크의 출력 레이어에서부터 입력 레이어 방향으로 역전파(backpropagation)하여 뉴럴 네트워크의 각 노드의 파라미터를 업데이트 하는 과정이다. 교사 학습의 경우 각각의 학습 데이터에 정답이 라벨링되어있는 학습 데이터를 사용하며(즉, 라벨링된 학습 데이터), 비교사 학습의 경우는 각각의 학습 데이터에 정답이 라벨링되어 있지 않을 수 있다. 즉, 예를 들어 데이터 분류에 관한 교사 학습의 경우의 학습 데이터는 학습 데이터 각각에 카테고리가 라벨링 된 데이터 일 수 있다. 라벨링된 학습 데이터가 뉴럴 네트워크에 입력되고, 뉴럴 네트워크의 출력(카테고리)과 학습 데이터의 라벨이 비교함으로써 오류(error)가 계산될 수 있다. 다른 예로, 데이터 분류에 관한 비교사 학습의 경우 입력인 학습 데이터가 뉴럴 네트워크 출력과 비교됨으로써 오류가 계산될 수 있다. 계산된 오류는 뉴럴 네트워크에서 역방향(즉, 출력 레이어에서 입력 레이어 방향)으로 역전파 되며, 역전파에 따라 뉴럴 네트워크의 각 레이어의 각 노드들의 파라미터가 업데이트 될 수 있다. 업데이트 되는 각 노드의 파라미터는 학습률(learning rate)에 따라 변화량이 결정될 수 있다. 입력 데이터에 대한 뉴럴 네트워크의 계산과 에러의 역전파는 학습 사이클(epoch)을 구성할 수 있다. 학습률은 뉴럴 네트워크의 학습 사이클의 반복 횟수에 따라 상이하게 적용될 수 있다. 예를 들어, 뉴럴 네트워크의 학습 초기에는 높은 학습률을 사용하여 뉴럴 네트워크가 빠르게 일정 수준의 성능을 확보하도록 하여 효율성을 높이고, 학습 후기에는 낮은 학습률을 사용하여 정확도를 높일 수 있다.The neural network may be learned in at least one of supervised learning, unsupervised learning, and semi supervised learning. Learning of neural networks is to minimize output errors. In learning of a neural network, iteratively inputs training data to the neural network, calculates the output of the neural network for the training data and the error of the target, and reduces the error from the output layer of the neural network to the input layer. It is a process of updating the parameters of each node of the neural network by backpropagation in the direction. In the case of teacher learning, learning data in which the correct answer is labeled in each learning data is used (ie, labeled learning data), and in the case of non-satellite learning, the correct answer may not be labeled in each learning data. That is, for example, in the case of teacher learning related to data classification, the learning data may be data in which a category is labeled with each learning data. Labeled training data is input to a neural network, and an error may be calculated by comparing an output (category) of the neural network with a label of the training data. As another example, in the case of comparative history learning regarding data classification, an error may be calculated by comparing training data as input with a neural network output. The calculated error is backpropagated in the neural network in the reverse direction (ie, from the output layer to the input layer), and parameters of each node of each layer of the neural network may be updated according to the backpropagation. A change amount may be determined according to a learning rate in the parameter of each node to be updated. The computation of the neural network for the input data and the backpropagation of the error can constitute a learning cycle (epoch). The learning rate may be applied differently according to the number of repetitions of the learning cycle of the neural network. For example, a high learning rate is used in the early stages of training of a neural network, so that the neural network quickly secures a certain level of performance to increase efficiency, and a low learning rate can be used in the later stages of training to increase accuracy.

뉴럴 네트워크의 학습에서 일반적으로 학습 데이터는 실제 데이터(즉, 학습된 뉴럴 네트워크를 이용하여 처리하고자 하는 데이터)의 부분집합일 수 있으며, 따라서, 학습 데이터에 대한 오류는 감소하나 실제 데이터에 대해서는 오류가 증가하는 학습 사이클이 존재할 수 있다. 과적합(overfitting)은 이와 같이 학습 데이터에 과하게 학습하여 실제 데이터에 대한 오류가 증가하는 현상이다. 예를 들어, 노란색 고양이를 보여 고양이를 학습한 뉴럴 네트워크가 노란색 이외의 고양이를 보고는 고양이임을 인식하지 못하는 현상이 과적합의 일종일 수 있다. 과적합은 머신러닝 알고리즘의 오류를 증가시키는 원인으로 작용할 수 있다. 이러한 과적합을 막기 위하여 다양한 최적화 방법이 사용될 수 있다. 과적합을 막기 위해서는 학습 데이터를 증가시키거나, 레귤라이제이션(regularization), 학습의 과정에서 네트워크의 노드 일부를 생략하는 드롭아웃(dropout) 등의 방법이 적용될 수 있다.In learning of a neural network, in general, training data may be a subset of actual data (that is, data to be processed using a trained neural network), and thus, errors in training data decrease but errors in actual data There may be increasing learning cycles. Overfitting is a phenomenon in which errors in actual data increase due to over-learning on learning data. For example, a neural network learning a cat by showing a yellow cat may not recognize that it is a cat when it sees a cat other than yellow, which may be a kind of overfitting. Overfitting can cause an increase in errors in machine learning algorithms. Various optimization methods can be used to prevent such overfitting. In order to prevent overfitting, methods such as increasing training data, regularization, and dropout in which some nodes of the network are omitted during the training process may be applied.

본 개시의 일 실시예에 따라 데이터 구조를 저장한 컴퓨터 판독가능 매체가 개시된다.A computer-readable medium storing a data structure according to an embodiment of the present disclosure is disclosed.

데이터 구조는 데이터에 효율적인 접근 및 수정을 가능하게 하는 데이터의 조직, 관리, 저장을 의미할 수 있다. 데이터 구조는 특정 문제(예를 들어, 최단 시간으로 데이터 검색, 데이터 저장, 데이터 수정) 해결을 위한 데이터의 조직을 의미할 수 있다. 데이터 구조는 특정한 데이터 처리 기능을 지원하도록 설계된, 데이터 요소들 간의 물리적이거나 논리적인 관계로 정의될 수도 있다. 데이터 요소들 간의 논리적인 관계는 사용자가 생각하는 데이터 요소들 간의 연결관계를 포함할 수 있다. 데이터 요소들 간의 물리적인 관계는 컴퓨터 판독가능 저장매체(예를 들어, 하드 디스크)에 물리적으로 저장되어 있는 데이터 요소들 간의 실제 관계를 포함할 수 있다. 데이터 구조는 구체적으로 데이터의 집합, 데이터 간의 관계, 데이터에 적용할 수 있는 함수 또는 명령어를 포함할 수 있다. 효과적으로 설계된 데이터 구조를 통해 컴퓨팅 장치는 컴퓨팅 장치의 자원을 최소한으로 사용하면서 연산을 수행할 수 있다. 구체적으로 컴퓨팅 장치는 효과적으로 설계된 데이터 구조를 통해 연산, 읽기, 삽입, 삭제, 비교, 교환, 검색의 효율성을 높일 수 있다.Data structure can refer to the organization, management, and storage of data that enables efficient access and modification of data. The data structure may refer to an organization of data for solving a specific problem (eg, data search, data storage, data modification in the shortest time). Data structures may be defined as physical or logical relationships between data elements, designed to support specific data processing functions. The logical relationship between data elements may include a connection relationship between data elements that a user thinks. The physical relationship between the data elements may include an actual relationship between the data elements physically stored in a computer-readable storage medium (eg, hard disk). The data structure may specifically include a set of data, a relationship between data, and a function or instruction applicable to the data. Through an effectively designed data structure, the computing device can perform calculations while using the resources of the computing device to a minimum. Specifically, computing devices can increase the efficiency of computation, reading, insertion, deletion, comparison, exchange, and search through an effectively designed data structure.

데이터 구조는 데이터 구조의 형태에 따라 선형 데이터 구조와 비선형 데이터 구조로 구분될 수 있다. 선형 데이터 구조는 하나의 데이터 뒤에 하나의 데이터만이 연결되는 구조일 수 있다. 선형 데이터 구조는 리스트(List), 스택(Stack), 큐(Queue), 데크(Deque)를 포함할 수 있다. 리스트는 내부적으로 순서가 존재하는 일련의 데이터 집합을 의미할 수 있다. 리스트는 연결 리스트(Linked List)를 포함할 수 있다. 연결 리스트는 각각의 데이터가 포인터를 가지고 한 줄로 연결되어 있는 방식으로 데이터가 연결된 데이터 구조일 수 있다. 연결 리스트에서 포인터는 다음이나 이전 데이터와의 연결 정보를 포함할 수 있다. 연결 리스트는 형태에 따라 단일 연결 리스트, 이중 연결 리스트, 원형 연결 리스트로 표현될 수 있다. 스택은 제한적으로 데이터에 접근할 수 있는 데이터 나열 구조일 수 있다. 스택은 데이터 구조의 한 쪽 끝에서만 데이터를 처리(예를 들어, 삽입 또는 삭제)할 수 있는 선형 데이터 구조일 수 있다. 스택에 저장된 데이터는 늦게 들어갈수록 빨리 나오는 데이터 구조(LIFO-Last in First Out)일 수 있다. 큐는 제한적으로 데이터에 접근할 수 있는 데이터 나열 구조로서, 스택과 달리 늦게 저장된 데이터일수록 늦게 나오는 데이터 구조(FIFO-First in First Out)일 수 있다. 데크는 데이터 구조의 양 쪽 끝에서 데이터를 처리할 수 있는 데이터 구조일 수 있다.The data structure can be classified into a linear data structure and a non-linear data structure according to the shape of the data structure. The linear data structure may be a structure in which only one data is connected after one data. The linear data structure may include a list, a stack, a queue, and a deck. The list may mean a series of data sets in which order exists internally. The list may include a linked list. The linked list may be a data structure in which data is linked in a way that each data has a pointer and is linked in a single line. In the linked list, the pointer may include connection information with the next or previous data. The linked list can be expressed as a single linked list, a double linked list, or a circular linked list. The stack can be a data listing structure that allows limited access to data. The stack may be a linear data structure that can process (eg, insert or delete) data only at one end of the data structure. Data stored in the stack may be a data structure (LIFO-Last in First Out) that comes out sooner as it enters the stack. A queue is a data arrangement structure that allows limited access to data, and unlike a stack, a queue may be a data structure (FIFO-First in First Out) that comes out later as data stored later. A deck can be a data structure that can process data at both ends of the data structure.

비선형 데이터 구조는 하나의 데이터 뒤에 복수개의 데이터가 연결되는 구조일 수 있다. 비선형 데이터 구조는 그래프(Graph) 데이터 구조를 포함할 수 있다. 그래프 데이터 구조는 정점(Vertex)과 간선(Edge)으로 정의될 수 있으며 간선은 서로 다른 두개의 정점을 연결하는 선을 포함할 수 있다. 그래프 데이터 구조 트리(Tree) 데이터 구조를 포함할 수 있다. 트리 데이터 구조는 트리에 포함된 복수개의 정점 중에서 서로 다른 두개의 정점을 연결시키는 경로가 하나인 데이터 구조일 수 있다. 즉 그래프 데이터 구조에서 루프(loop)를 형성하지 않는 데이터 구조일 수 있다.The nonlinear data structure may be a structure in which a plurality of data is connected behind one data. The nonlinear data structure may include a graph data structure. The graph data structure may be defined as a vertex and an edge, and the edge may include a line connecting two different vertices. The graph data structure may include a tree data structure. The tree data structure may be a data structure in which a path connecting two different vertices among a plurality of vertices included in the tree is one. That is, it may be a data structure that does not form a loop in the graph data structure.

본 명세서에 걸쳐, 연산 모델, 신경망, 네트워크 함수, 뉴럴 네트워크(neural network)는 동일한 의미로 사용될 수 있다. (이하에서는 신경망으로 통일하여 기술한다.) 데이터 구조는 신경망을 포함할 수 있다. 그리고 신경망을 포함한 데이터 구조는 컴퓨터 판독가능 매체에 저장될 수 있다. 신경망을 포함한 데이터 구조는 또한 신경망에 입력되는 데이터, 신경망의 가중치, 신경망의 하이퍼 파라미터, 신경망으로부터 획득한 데이터, 신경망의 각 노드 또는 레이어와 연관된 활성 함수, 신경망의 학습을 위한 손실 함수를 포함할 수 있다. 신경망을 포함한 데이터 구조는 상기 개시된 구성들 중 임의의 구성 요소들을 포함할 수 있다. 즉 신경망을 포함한 데이터 구조는 신경망에 입력되는 데이터, 신경망의 가중치, 신경망의 하이퍼 파라미터, 신경망으로부터 획득한 데이터, 신경망의 각 노드 또는 레이어와 연관된 활성 함수, 신경망의 트레이닝을 위한 손실 함수 등 전부 또는 이들의 임의의 조합을 포함하여 구성될 수 있다. 전술한 구성들 이외에도, 신경망을 포함한 데이터 구조는 신경망의 특성을 결정하는 임의의 다른 정보를 포함할 수 있다. 또한, 데이터 구조는 신경망의 연산 과정에 사용되거나 발생되는 모든 형태의 데이터를 포함할 수 있으며 전술한 사항에 제한되는 것은 아니다. 컴퓨터 판독가능 매체는 컴퓨터 판독가능 기록 매체 및/또는 컴퓨터 판독가능 전송 매체를 포함할 수 있다. 신경망은 일반적으로 노드라 지칭될 수 있는 상호 연결된 계산 단위들의 집합으로 구성될 수 있다. 이러한 노드들은 뉴런(neuron)들로 지칭될 수도 있다. 신경망은 적어도 하나 이상의 노드들을 포함하여 구성된다.Throughout this specification, a computational model, a neural network, a network function, and a neural network may be used with the same meaning. (Hereinafter, it will be unified and described as a neural network.) The data structure may include a neural network. In addition, the data structure including the neural network may be stored in a computer-readable medium. The data structure including the neural network may also include data input to the neural network, weights of the neural network, hyperparameters of the neural network, data obtained from the neural network, an active function associated with each node or layer of the neural network, and a loss function for learning the neural network. have. The data structure including the neural network may include any of the components disclosed above. In other words, the data structure including the neural network is the data input to the neural network, the weight of the neural network, the hyper parameter of the neural network, the data obtained from the neural network, the active function associated with each node or layer of the neural network, the loss function for training the neural network, etc. It may be configured to include any combination of. In addition to the above-described configurations, the data structure including the neural network may include any other information that determines the characteristics of the neural network. In addition, the data structure may include all types of data used or generated in the process of calculating a neural network, and is not limited to the above-described matters. Computer-readable media may include computer-readable recording media and/or computer-readable transmission media. A neural network may consist of a set of interconnected computational units, which may generally be referred to as nodes. These nodes may also be referred to as neurons. The neural network includes at least one or more nodes.

데이터 구조는 신경망에 입력되는 데이터를 포함할 수 있다. 신경망에 입력되는 데이터를 포함하는 데이터 구조는 컴퓨터 판독가능 매체에 저장될 수 있다. 신경망에 입력되는 데이터는 신경망 학습 과정에서 입력되는 학습 데이터 및/또는 학습이 완료된 신경망에 입력되는 입력 데이터를 포함할 수 있다. 신경망에 입력되는 데이터는 전처리(pre-processing)를 거친 데이터 및/또는 전처리 대상이 되는 데이터를 포함할 수 있다. 전처리는 데이터를 신경망에 입력시키기 위한 데이터 처리 과정을 포함할 수 있다. 따라서 데이터 구조는 전처리 대상이 되는 데이터 및 전처리로 발생되는 데이터를 포함할 수 있다. 전술한 데이터 구조는 예시일 뿐 본 개시는 이에 제한되지 않는다.The data structure may include data input to the neural network. A data structure including data input to the neural network may be stored in a computer-readable medium. The data input to the neural network may include training data input during the neural network training process and/or input data input to the neural network on which the training has been completed. Data input to the neural network may include data that has undergone pre-processing and/or data to be pre-processed. Pre-processing may include a data processing process for inputting data into a neural network. Accordingly, the data structure may include data to be pre-processed and data generated by pre-processing. The above-described data structure is only an example, and the present disclosure is not limited thereto.

데이터 구조는 신경망에 입력되거나, 신경망에서 출력되는 데이터를 포함할 수 있다. 신경망에 입력되거나, 출력되는 데이터를 포함하는 데이터 구조는 컴퓨터 판독가능 매체에 저장될 수 있다. 컴퓨터 판독가능 매체에 저장된 데이터 구조는 신경망의 추론 과정에서 입력되는 데이터, 또는 신경망의 추론 결과 출력되는 출력 데이터를 포함할 수 있다. 또한, 데이터 구조는 특정한 데이터 가공 방법에 의하여 가공되는 데이터를 포함할 수 있으므로, 가공 전 후의 데이터를 포함할 수 있다. 따라서, 데이터 구조는 가공의 대상이 되는 데이터 및 데이터 가공 방법을 통해 가공된 데이터를 포함할 수 있다. The data structure may include data input to or output from a neural network. A data structure including data input to or output from the neural network may be stored in a computer-readable medium. The data structure stored in the computer-readable medium may include data input during an inference process of a neural network, or output data output as a result of inference of a neural network. In addition, since the data structure may include data processed by a specific data processing method, it may include data before and after processing. Accordingly, the data structure may include data to be processed and data processed through a data processing method.

데이터 구조는 신경망의 가중치를 포함할 수 있다. (본 명세서에서 가중치, 파라미터는 동일한 의미로 사용될 수 있다.) 그리고 신경망의 가중치를 포함한 데이터 구조는 컴퓨터 판독가능 매체에 저장될 수 있다. 신경망은 복수개의 가중치를 포함할 수 있다. 가중치는 가변적일 수 있으며, 신경망이 원하는 기능을 수행하기 위해, 사용자 또는 알고리즘에 의해 가변 될 수 있다. 예를 들어, 하나의 출력 노드에 하나 이상의 입력 노드가 각각의 링크에 의해 상호 연결된 경우, 출력 노드는 상기 출력 노드와 연결된 입력 노드들에 입력된 값들 및 각각의 입력 노드들에 대응하는 링크에 설정된 파라미터에 기초하여 출력 노드 값을 결정할 수 있다. 전술한 데이터 구조는 예시일 뿐 본 개시는 이에 제한되지 않는다.The data structure may include weights of the neural network. (In the present specification, weights and parameters may have the same meaning.) And the data structure including the weights of the neural network may be stored in a computer-readable medium. The neural network may include a plurality of weights. The weight may be variable and may be changed by a user or an algorithm in order for the neural network to perform a desired function. For example, when one or more input nodes are interconnected to one output node by respective links, the output node includes values input to input nodes connected to the output node and a link corresponding to each input node. The output node value may be determined based on the parameter. The above-described data structure is only an example, and the present disclosure is not limited thereto.

제한이 아닌 예로서, 가중치는 신경망 학습 과정에서 가변되는 가중치 및/또는 신경망 학습이 완료된 가중치를 포함할 수 있다. 신경망 학습 과정에서 가변되는 가중치는 학습 사이클이 시작되는 시점의 가중치 및/또는 학습 사이클 동안 가변되는 가중치를 포함할 수 있다. 신경망 학습이 완료된 가중치는 학습 사이클이 완료된 가중치를 포함할 수 있다. 따라서 신경망의 가중치를 포함한 데이터 구조는 신경망 학습 과정에서 가변되는 가중치 및/또는 신경망 학습이 완료된 가중치를 포함한 데이터 구조를 포함할 수 있다. 그러므로 상술한 가중치 및/또는 각 가중치의 조합은 신경망의 가중치를 포함한 데이터 구조에 포함되는 것으로 한다. 전술한 데이터 구조는 예시일 뿐 본 개시는 이에 제한되지 않는다.As an example and not a limitation, the weight may include a weight variable in a neural network training process and/or a weight on which neural network training has been completed. The variable weight in the neural network learning process may include a weight at a time point at which the learning cycle starts and/or a weight variable during the learning cycle. The weight at which the neural network training is completed may include the weight at which the learning cycle is completed. Accordingly, the data structure including the weight of the neural network may include a data structure including a weight variable during the neural network training process and/or a weight on which the neural network training has been completed. Therefore, it is assumed that the above-described weight and/or a combination of each weight are included in the data structure including the weight of the neural network. The above-described data structure is only an example, and the present disclosure is not limited thereto.

신경망의 가중치를 포함한 데이터 구조는 직렬화(serialization) 과정을 거친 후 컴퓨터 판독가능 저장 매체(예를 들어, 메모리, 하드 디스크)에 저장될 수 있다. 직렬화는 데이터 구조를 동일하거나 다른 컴퓨팅 장치에 저장하고 나중에 다시 재구성하여 사용할 수 있는 형태로 변환하는 과정일 수 있다. 컴퓨팅 장치는 데이터 구조를 직렬화하여 네트워크를 통해 데이터를 송수신할 수 있다. 직렬화된 신경망의 가중치를 포함한 데이터 구조는 역직렬화(deserialization)를 통해 동일한 컴퓨팅 장치 또는 다른 컴퓨팅 장치에서 재구성될 수 있다. 신경망의 가중치를 포함한 데이터 구조는 직렬화에 한정되는 것은 아니다. 나아가 신경망의 가중치를 포함한 데이터 구조는 컴퓨팅 장치의 자원을 최소한으로 사용하면서 연산의 효율을 높이기 위한 데이터 구조(예를 들어, 비선형 데이터 구조에서 B-Tree, Trie, m-way search tree, AVL tree, Red-Black Tree)를 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.The data structure including the weights of the neural network may be serialized and then stored in a computer-readable storage medium (eg, memory, hard disk). Serialization may be a process of storing data structures on the same or different computing devices and converting them into a form that can be reconstructed and used later. The computing device serializes the data structure to transmit and receive data through a network. The data structure including the weights of the serialized neural network can be reconstructed in the same or different computing devices through deserialization. The data structure including the weights of the neural network is not limited to serialization. Furthermore, the data structure including the weight of the neural network is a data structure to increase the efficiency of operation while using the resources of the computing device to a minimum (e.g., B-Tree, Trie, m-way search tree, AVL tree, in nonlinear data structure, Red-Black Tree). The foregoing is only an example, and the present disclosure is not limited thereto.

데이터 구조는 신경망의 하이퍼 파라미터(Hyper-parameter)를 포함할 수 있다. 그리고 신경망의 하이퍼 파라미터를 포함한 데이터 구조는 컴퓨터 판독가능 매체에 저장될 수 있다. 하이퍼 파라미터는 사용자에 의해 가변되는 변수일 수 있다. 하이퍼 파라미터는 예를 들어, 학습률(learning rate), 비용 함수(cost function), 학습 사이클 반복 횟수, 가중치 초기화(Weight initialization)(예를 들어, 가중치 초기화 대상이 되는 가중치 값의 범위 설정), Hidden Unit 개수(예를 들어, 히든 레이어의 개수, 히든 레이어의 노드 수)를 포함할 수 있다. 전술한 데이터 구조는 예시일 뿐 본 개시는 이에 제한되지 않는다.The data structure may include a hyper-parameter of a neural network. In addition, the data structure including the hyper parameter of the neural network may be stored in a computer-readable medium. The hyper parameter may be a variable that is variable by a user. Hyper parameters include, for example, learning rate, cost function, number of iterations of learning cycles, weight initialization (e.g., setting the range of weight values to be weighted to be initialized), Hidden Unit It may include the number (eg, the number of hidden layers, the number of nodes of the hidden layer). The above-described data structure is only an example, and the present disclosure is not limited thereto.

도 3은 본 개시의 일 실시예에 따라, 제 1 화면을 예시적으로 도시한 도면이다.3 is a diagram illustrating a first screen according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체(230)를 포함하는 제 1 화면(200)을 디스플레이 할 수 있다. 프로젝트(210)는 인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트를 포함할 수 있다. 구체적으로 프로젝트(210)는 딥러닝을 이용하여 특정 목표를 달성하기 위한 딥러닝 관련 프로젝트를 포함할 수 있다. 제 1 객체(230)는 프로젝트(210)를 선택하기 위한 객체를 포함할 수 있다. 제 1 객체(230)는 선택한 프로젝트(210)에 대한 제 2 화면으로 넘어가는 기능을 포함할 수 있다. 제 1 객체(230)는 예를 들어, 화면에서의 아이콘을 포함할 수 있다. 제 1 화면(200)은 사용자가 진행하는 적어도 하나 이상의 프로젝트가 디스플레이되는 화면일 수 있다. 제 1 화면(200)은 사용자가 진행하는 복수개의 프로젝트를 한눈에 보기 쉽게 디스플레이하는 화면을 포함할 수 있다. 선택 입력은 사용자가 선택한 사항에 대한 정보를 포함하는 입력 신호를 포함할 수 있다. 따라서 컴퓨팅 장치(100)는 선택 입력을 수신하는 경우, 해당 선택에 기초하여 연산을 수행하거나 선택 입력에 대한 결과물을 화면에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the computing device 100 may display a first screen 200 including at least one first object 230 for receiving a selection input for a project. Project 210 may include artificial intelligence-related projects to achieve specific goals using artificial intelligence. Specifically, the project 210 may include a deep learning-related project to achieve a specific goal by using deep learning. The first object 230 may include an object for selecting the project 210. The first object 230 may include a function of moving to a second screen for the selected project 210. The first object 230 may include, for example, an icon on the screen. The first screen 200 may be a screen on which at least one or more projects conducted by a user are displayed. The first screen 200 may include a screen that displays a plurality of projects conducted by a user in an easy to see at a glance. The selection input may include an input signal including information on the item selected by the user. Accordingly, when receiving a selection input, the computing device 100 may perform an operation based on the selection or display a result of the selection input on the screen. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 프로젝트(210)는 인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트를 포함할 수 있다. 특정 목표는, 인공지능이 적용된 모델의 성능을 향상시키는 목표를 포함할 수 있다. 특정 목표는 예를 들어, 모델의 예측 정확도 향상, 모델의 학습 시간 단축, 모델 학습에 사용되는 연산량 또는 전력량 감소 등을 포함할 수 있다. 또한 특정 목표는 특정 도메인(예를 들어, 제조업, 의료, 법률, 경영, 금융)에서 예측값(예를 들어, 금융의 경우 주가 예측)을 획득하기 위한 모델을 생성하는 목표를 포함할 수도 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the project 210 may include an artificial intelligence-related project for achieving a specific goal using artificial intelligence. Specific goals may include goals of improving the performance of models to which artificial intelligence is applied. The specific goal may include, for example, improving the prediction accuracy of the model, shortening the training time of the model, and reducing the amount of computation or power used for model training. A specific goal may also include a goal to create a model for obtaining a forecast (eg, stock price prediction in the case of finance) in a specific domain (eg manufacturing, healthcare, legal, business, finance). The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 할 수 있다. 제 2 화면은 제 1 화면의 선택 입력을 수신하여 컴퓨팅 장치(100)가 해당 선택 입력에 대응하는 프로젝트 관련 정보를 디스플레이한 화면을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the computing device 100 may display a second screen for displaying project-related information corresponding to the selected project. The second screen may include a screen in which a selection input of the first screen is received and the computing device 100 displays project related information corresponding to the selection input. The foregoing is only an example, and the present disclosure is not limited thereto.

도 4은 본 개시의 일 실시예에 따라, 제 2 화면을 예시적으로 도시한 도면이다.4 is a diagram illustrating a second screen by way of example, according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면(300)을 디스플레이 할 수 있다. 제 2 화면(300)은 특정 프로젝트에 대한 정보를 디스플레이하는 화면을 포함할 수 있다. 제 2 화면(300)은 사용자가 딥러닝 모델의 성능을 향상시키기 위하여 필요한 정보를 디스플레이하는 화면을 포함할 수 있다. 제 2 화면(300)은 예를 들어, 딥러닝 모델의 성능을 향상시키기 위한 정보가 디스플레이되는 사용자 인터페이스를 포함할 수 있다. 따라서 제 2 화면(300)은 모델의 성능 정보, 모델의 학습에 사용되는 학습 데이터 세트에 대한 정보, 컴퓨팅 장치(100)가 모델을 이용하여 출력한 예측값 등을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the computing device 100 may display the second screen 300 for displaying project-related information corresponding to the selected project. The second screen 300 may include a screen that displays information on a specific project. The second screen 300 may include a screen for displaying information necessary for the user to improve the performance of the deep learning model. The second screen 300 may include, for example, a user interface on which information for improving the performance of the deep learning model is displayed. Accordingly, the second screen 300 may include performance information of the model, information on a training data set used for model training, and a prediction value output by the computing device 100 using the model. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 제 2 화면은, 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역(310), 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역(330) 또는 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역(340) 중 적어도 하나를 포함할 수 있다. 제 1 출력 영역(310)은 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 제 1 출력 영역(310)은 센서로부터 획득한 시계열 데이터를 실시간으로 디스플레이 하기 위한 영역을 포함할 수 있다. 센서로부터 획득한 시계열 데이터는 예를 들어, 로봇 관절에 부착된 센서로부터 획득한 시계열 데이터, 물질 측정 센서로부터 획득한 시계열 데이터, 온도 데이터, 풍향, 풍속 데이터, 자외선 센서 데이터, 적외선 센서 데이터, 광 센서 데이터, 소리 센서 데이터 등을 포함할 수 있다. 제 2 출력 영역(340)은 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 영역을 포함할 수 있다. 컴퓨팅 장치(100)는 제 2 객체에 대한 선택 입력을 수신하여 제 2 객체에 대응하는 정보를 디스플레이할 수 있다. 예를 들어, 제 2 객체(예를 들어, 학습 데이터 선택 아이콘)에 대한 선택 입력을 수신한 경우, 컴퓨팅 장치(100)는 학습 데이터 관련 정보를 제 2 출력 영역(340)에 디스플레이할 수 있다. 선택 영역은 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체가 포함된 영역을 포함할 수 있다. 선택 영역(330)은 모델 학습에 관련된 정보를 제 2 출력 영역에 디스플레이하기 위한 객체가 포함된 영역일 수 있다. 예를 들어, 선택 영역(330)은 사용자로 하여금 사용자가 원하는 모델 재학습 관련 정보를 제 2 출력 영역을 통해 볼 수 있도록 하기 위하여, 사용자 인터페이스 상의 복수개의 아이콘을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the second screen includes a first output area 310 for displaying time series data acquired from a sensor, and at least one second object for receiving a selection input related to model retraining. It may include at least one of the included selection area 330 or the second output area 340 for displaying information corresponding to the second object. The first output area 310 may include an area for displaying time series data acquired from a sensor. For example, the first output area 310 may include an area for displaying time series data acquired from a sensor in real time. The time series data obtained from the sensor is, for example, time series data obtained from a sensor attached to the robot joint, time series data obtained from a material measurement sensor, temperature data, wind direction, wind speed data, ultraviolet sensor data, infrared sensor data, and light sensor Data, sound sensor data, and the like. The second output area 340 may include an area for displaying information corresponding to the second object. The computing device 100 may receive a selection input for the second object and display information corresponding to the second object. For example, when receiving a selection input for a second object (eg, a training data selection icon), the computing device 100 may display training data related information on the second output area 340. The selection area may include an area including at least one second object for receiving a selection input related to model retraining. The selection area 330 may be an area including an object for displaying information related to model training in the second output area. For example, the selection area 330 may include a plurality of icons on the user interface in order to allow the user to view information related to model retraining desired by the user through the second output area. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 선택 영역은, 모델 학습에 관련된 정보를 제 2 출력 영역에 디스플레이하기 위한 객체가 포함된 영역으로서,모델의 성능 정보를 제 2 출력 영역에 디스플레이하기 위한 성능 모니터링 선택 객체(331), 모델의 학습과 관련된 학습 데이터 세트 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 데이터 세트 선택 객체(333), 적어도 하나 이상의 모델에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 모델 아카이브 선택 객체(337), 또는 모델을 이용하여 감지된 어노말리 정보를 상기 제 2 출력 영역에 디스플레이하기 위한 감지된 어노말리 출력 선택 객체(339) 중 적어도 하나를 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the selection area is an area including an object for displaying information related to model training in the second output area, and performance monitoring selection for displaying performance information of the model in the second output area Object 331, a training data set selection object 333 for displaying training data set information related to model training in a second output area, a model archive for displaying information on at least one model in a second output area It may include at least one of the selection object 337 or the detected anomaly output selection object 339 for displaying the anomaly information sensed using the model in the second output area. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 성능 모니터링 선택 객체(331)는 모델의 성능 정보를 제 2 출력 영역에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 성능 모니터링 선택 객체(331)에 대한 선택 입력을 수신하는 경우, 모델 성능 정보(예를 들어, 모델의 예측 정확도)를 제 2 출력 영역에 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the performance monitoring selection object 331 may include an object for displaying model performance information in the second output area. For example, when receiving a selection input for the performance monitoring selection object 331, the computing device 100 may display model performance information (eg, prediction accuracy of a model) in the second output area. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 객체(333)는 모델의 학습과 관련된 학습 데이터 세트 정보를 제 2 출력 영역(340)에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 학습 데이터 세트 선택 객체(333)에 대한 선택 입력을 수신하는 경우, 모델 학습에 사용된 학습 데이터 세트 정보, 학습된 모델을 재학습시키는 경우에 사용되는 학습 데이터 세트 정보, 사용자가 새롭게 추가한 새로운 학습 데이터 세트 정보 등을 제 2 출력 영역(340)에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the training data set selection object 333 may include an object for displaying training data set information related to model training in the second output area 340. For example, when receiving a selection input for the training data set selection object 333, the computing device 100 includes training data set information used for model training, and training data used when retraining the trained model. Set information, new training data set information newly added by the user, and the like may be displayed on the second output area 340. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 콘솔 선택 객체(335)는 현재 모델의 학습 진행 상황에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)가 학습 콘솔 선택 객체(335)에 대한 선택 입력을 수신하는 경우, 모델 학습의 현재 진행 상황(예를 들어, 학습 대상 모델 정보, 학습 진행률, 학습 완료시까지 남은 시간, 학습에 소요되는 현재 CPU 연산량)을 제 2 출력 영역(340)에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the learning console selection object 335 may include an object for displaying information on a learning progress state of a current model in a second output area. For example, when the computing device 100 receives a selection input for the training console selection object 335, the current progress of model training (eg, training target model information, training progress, time remaining until completion of training) , A current CPU calculation amount required for learning) may be displayed in the second output area 340. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 모델 아카이브 선택 객체(337)는 적어도 하나 이상의 모델에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)가 모델 아카이브 선택 객체(337)에 대한 선택 입력을 수신하는 경우, 적어도 하나의 모델 리스트, 각 모델에 대한 세부 정보(예를 들어, 학습 완료 시간, 학습에 사용된 학습 데이터 세트 정보) 등을 제 2 출력 영역(340)에 디스플레이할 수 있다. 모델 아카이브는 복수개의 모델이 저장된 저장소를 포함할 수 있다. 모델 아카이브는 예를 들어, 학습된 모델, 학습되지 않은 모델, 재학습된 모델 등을 포함할 수 있다. 컴퓨팅 장치(100)는 모델 아카이브에서 사용자의 입력 신호를 수신하여 사용자가 선택한 모델을 호출할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the model archive selection object 337 may include an object for displaying information on at least one model in the second output area. For example, when the computing device 100 receives a selection input for the model archive selection object 337, at least one model list, detailed information about each model (e.g., training completion time, used for training) The obtained training data set information) and the like may be displayed in the second output area 340. The model archive may include a repository in which a plurality of models are stored. The model archive may contain, for example, trained models, untrained models, retrained models, and the like. The computing device 100 may call a model selected by the user by receiving a user's input signal from the model archive. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 감지된 어노말리 출력 선택 객체(339)는 모델을 이용하여 감지된 어노말리 정보를 제 2 출력 영역(340)에 디스플레이하기 위한 객체를 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 감지된 어노말리 출력 선택 객체(339)에 대한 입력 신호를 수신하는 경우, 컴퓨팅 장치(100)가 모델을 이용하여 획득한 어노말리 데이터에 대한 정보를 제 2 출력 영역(340)에 디스플레이 할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the detected anomaly output selection object 339 may include an object for displaying the anomaly information detected using a model in the second output area 340. For example, when the computing device 100 receives an input signal for the detected anomaly output selection object 339, the computing device 100 may provide the second information on the anomaly data acquired by using the model. It can be displayed in the output area 340. The foregoing is only an example, and the present disclosure is not limited thereto.

도 5은 본 개시의 일 실시예에 따라, 학습 데이터 세트 출력 화면을 예시적으로 도시한 도면이다.5 is a diagram illustrating an output screen of a training data set according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이 할 수 있다. 컴퓨팅 장치(100)는 학습 데이터 세트 선택 객체(333)에 대한 입력 신호를 수신하여 학습 데이터 세트 출력 화면(371)을 제 2 출력 영역(340)에 디스플레이 할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may display a training data set output screen in the second output area. The computing device 100 may receive an input signal for the training data set selection object 333 and display the training data set output screen 371 on the second output area 340.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이 할 수 있다. 학습 데이터 세트 화면은 학습 데이터 세트 관련 정보를 디스플레이하고 학습 데이터 세트 리스트를 편집할 수 있는 객체를 포함할 수 있다. 학습 데이터 세트는 적어도 하나 이상의 학습 데이터를 포함할 수 있다. 학습 데이터는 인공지능의 학습에 사용되는 임의의 형식의 데이터를 포함할 수 있다. 예를 들어, 학습 데이터는 이미지 데이터, 음성 데이터, 텍스트 데이터, 자연어 데이터, 시계열 데이터 등을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the computing device 100 may display a training data set output screen in the second output area. The training data set screen may include an object capable of displaying training data set related information and editing a training data set list. The training data set may include at least one or more training data. The training data may include data in any format used for learning artificial intelligence. For example, the training data may include image data, audio data, text data, natural language data, time series data, and the like. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 출력 화면(371)은, 적어도 하나의 학습 데이터 세트가 나열된 학습 데이터 세트 리스트, 사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 추가 객체(373), 또는 사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 제거 객체(375) 중 적어도 하나를 포함할 수 있다. 학습 데이터 세트 리스트는 적어도 하나 이상의 학습 데이터 세트를 정렬된 상태로 디스플레이 된 리스트를 포함할 수 있다. 학습 데이터 세트 리스트는 예를 들어, 사용자의 선택 입력을 수신하여 선택된 학습 데이터 세트, 컴퓨팅 장치(100)가 추천한 학습 데이터 세트, 새롭게 추가된 학습 데이터 세트 등을 포함할 수 있다. 학습 데이터 세트 리스트은 예를 들어, 모델의 학습에 사용된 학습 데이터 세트1(377), 오분류 데이터를 재라벨링한 데이터 청크1을 포함하는 학습 데이터 세트3(378), 모델의 성능을 가늠하기 위한 샘플 데이터 세트(379)를 포함할 수 있다. 샘플 데이터 세트(379)는 학습 데이터 세트가 없는 경우, 모델의 성능을 측정하기 위하여 모델에 입력되는 데이터 세트를 포함할 수 있다. 학습 데이터 세트 추가 객체(373)는 사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 객체를 포함할 수 있다. 예를 들어, 학습 데이터 세트 추가 객체(373)에 대한 선택 입력을 수신하는 경우, 컴퓨팅 장치(100)는 학습 데이터를 세트를 추가하기 위한 화면을 새롭게 디스플레이 할 수 있다. 또한, 컴퓨팅 장치(100)는 학습 데이터 세트를 추가하기 위한 팝업창을 디스플레이할 수도 있다. 학습 데이터 세트 제거 객체(375)는 사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 객체를 포함할 수 있다. 예를 들어, 사용자로부터 특정 학습 데이터 세트에 대한 선택 입력을 받은 후 학습 데이터 세트 제거 객체(375)에 대한 선택 입력을 수신한 경우, 컴퓨팅 장치(100)는 해당 학습 데이터 세트를 학습 데이터 세트 출력 화면(371)에서 제거할 수 있다. 따라서 사용자의 화면에는 제거된 학습 데이터 세트가 디스플레이 되지 않을 수도 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the training data set output screen 371 includes a training data set list listing at least one training data set, and training for a user to receive a selection input for a training data set to be used for model training. It may include at least one of a data set addition object 373 or a training data set removal object 375 for receiving a selection input for a training data set that will not be used for model training by the user. The training data set list may include a list in which at least one training data set is displayed in an ordered state. The training data set list may include, for example, a training data set selected by receiving a user's selection input, a training data set recommended by the computing device 100, a newly added training data set, and the like. The training data set list includes, for example, training data set 1 (377) used for training the model, training data set 3 (378) including data chunk 1 relabeled misclassified data, and for assessing the performance of the model. A sample data set 379 may be included. The sample data set 379 may include a data set input to the model to measure the performance of the model when there is no training data set. The training data set addition object 373 may include an object for a user to receive a selection input for a training data set to be used for model training. For example, when receiving a selection input for the learning data set addition object 373, the computing device 100 may newly display a screen for adding the learning data set. In addition, the computing device 100 may display a pop-up window for adding a learning data set. The training data set removal object 375 may include an object for a user to receive a selection input for a training data set that will not be used for model training. For example, when a selection input for a training data set removal object 375 is received after receiving a selection input for a specific training data set from a user, the computing device 100 displays the training data set on the training data set output screen. Can be removed from (371). Therefore, the removed training data set may not be displayed on the user's screen. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트는 적어도 하나 이상의 학습 데이터를 포함할 수 있다. 학습 데이터는 인공지능의 학습에 사용되는 임의의 형식의 데이터를 포함할 수 있다. 본 개시의 일 실시예에 따라, 학습 데이터 세트는, 모델의 학습에 사용된 제 1 학습 데이터 세트, 또는 모델의 재학습에 사용될 새로운 제 2 학습 데이터 세트 중 적어도 하나를 포함할 수 있다. 제 1 학습 데이터 세트는 모델의 학습에 사용된 학습 데이터 세트를 포함할 수 있다. 본 개시의 일 실시예에 따라, 제 2 학습 데이터 세트는 모델의 재학습에 사용될 새로운 학습 데이터 세트를 포함할 수 있다. 센서로부터 실시간으로 획득하는 시계열 데이터 중 적어도 일부 및 그에 대응하는 라벨을 포함할 수 있다. 라벨은 자동으로 라벨링을 수행하는 모델(예를 들어, 오토 라벨링을 수행하는 학습된 모델)을 이용하여 획득한 값 또는 사용자의 선택 입력에 기초하여 결정된 값을 포함할 수 있다. 라벨은 학습된 모델을 이용하여 획득한 값이 오분류 데이터에 해당하여 재라벨링된 값을 포함할 수 있다. 오분류 데이터는 모델을 이용하여 획득한 결과가 잘못 분류된 데이터를 의미할 수 있다. 오분류 데이터는 예를 들어, 학습 데이터 서브 세트가 정상 데이터 세트일 수 있다. 컴퓨팅 장치(100)가 모델을 이용하여 해당 학습 데이터 서브 세트가 어노말리라는 결과를 획득한 경우, 해당 학습 데이터 서브 세트는 오분류된 학습 데이터 서브 세트일 수 있다. 어노말리는 정상이 아닌 비정형 패턴을 가지는 부분일 수 있다. 어노말리는 예를 들어, 제품의 흠결이 있는 부분을 포함할 수 있다. 어노말리는 또한, 기계의 동작(예를 들어, 로봇 팔의 동작) 중 오작동이 있는 부분을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the training data set may include at least one or more training data. The training data may include data in any format used for learning artificial intelligence. According to an embodiment of the present disclosure, the training data set may include at least one of a first training data set used for training a model or a new second training data set used for retraining a model. The first training data set may include a training data set used for training a model. According to an embodiment of the present disclosure, the second training data set may include a new training data set to be used for retraining the model. At least some of the time series data acquired from the sensor in real time and a label corresponding thereto may be included. The label may include a value obtained by using a model that automatically performs labeling (eg, a learned model that performs auto-labeling) or a value that is determined based on a user's selection input. The label may include a relabeled value as a value obtained by using the learned model corresponds to misclassification data. Misclassified data may refer to data in which results obtained using a model are misclassified. For the misclassified data, for example, the training data subset may be a normal data set. When the computing device 100 obtains a result that the corresponding training data subset is anomalous using the model, the training data subset may be a misclassified training data subset. The anomaly may be a part having an irregular pattern that is not normal. The anomaly may include, for example, a defective part of the product. The anomaly may also include a portion of the machine's motion (eg, motion of a robotic arm) in which there is a malfunction. The foregoing is only an example, and the present disclosure is not limited thereto.

도 6은 본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면을 예시적으로 도시한 도면이다.6 is a diagram illustrating a screen for selecting a training data set according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 학습 데이터 세트 선택 화면을 디스플레이 할 수 있다. 학습 데이터 추가 객체(373)에 대한 선택 입력이 수신된 경우, 컴퓨팅 장치(100)는 학습 데이터 선택 화면을 디스플레이 할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may display a learning data set selection screen allowing a user to select a second learning data set. When a selection input for the learning data addition object 373 is received, the computing device 100 may display a learning data selection screen.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면(400)은 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면을 포함할 수 있다. 컴퓨팅 장치(100)는 사용자로 하여금 모델 성능을 향상시키기 위해 필요한 제 2 학습 데이터 세트를 선택할 수 있도록 화면을 디스플레이할 수 있다. 따라서, 사용자는 모델 재학습을 위하여 필요한 학습 데이터 세트를 디스플레이된 학습 데이터 세트 선택 화면을 통해 선택할 수 있다. 컴퓨팅 장치(100)는 사용자가 선택한 학습 데이터 세트에 대한 선택 입력을 수신할 수 있다. 컴퓨팅 장치(100)는 선택된 학습 데이터 세트를 모델에 입력시켜 모델을 학습시킬 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다. According to an embodiment of the present disclosure, the training data set selection screen 400 may include a screen allowing a user to select a second training data set. The computing device 100 may display a screen so that a user can select a second training data set necessary to improve model performance. Accordingly, the user can select a training data set necessary for retraining the model through the displayed training data set selection screen. The computing device 100 may receive a selection input for a training data set selected by a user. The computing device 100 may train the model by inputting the selected training data set into the model. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면은, 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면으로서, 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 시간 변수 설정 영역 또는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 데이터 청크 영역(450) 중 적어도 하나를 포함할 수 있다. 제 2 학습 데이터 세트는 모델의 재학습에 사용될 새로운 학습 데이터 세트를 포함할 수 있다. 본 개시의 일 실시예에 따라, 시간 변수 설정 영역은 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 영역을 포함할 수 있다. 사전 결정된 제 1 기준은 시간에 대한 기준을 포함할 수 있다. 사전 결정된 제 1 기준은 예를 들어, 연도, 월, 일, 시간, 분, 초 단위의 기간을 포함할 수 있다. 컴퓨팅 장치(100)는 사용자에 의하여 입력된 사전 결정된 제 1 기준에 기초하여, 입력된 기간에 해당하는 데이터만 학습 데이터 세트 선택 화면(400)에 디스플레이 할 수 있다. 예를 들어, 입력된 사전 결정된 제 1 기준이 2019년 10월 30일 00:00-24:00 인 경우, 컴퓨팅 장치(100)는 2019년 10월 30일 00:00-24:00 에 해당하는 데이터만 학습 데이터 세트 선택 화면(400)에 디스플레이 할 수 있다. 시간 변수 설정 영역은 특정 날짜에 대한 데이터를 필터링하기 위한 기간 설정 영역(410) 또는 특정 날짜의 특정 시간에 대한 데이터를 필터링하기 위한 시간 설정 영역(430)을 포함할 수 있다. 예를 들어, 기간 설정 영역(410)을 통해 2019년 10월 30일이라는 날짜를 수신하고, 시간 설정 영역(430)을 통해 6:00-12:00라는 시간을 수신할 수 있다. 이 경우, 컴퓨팅 장치(100)는 2019년 10월 30일 6:00-12:00에 대응하는 데이터를 학습 데이터 세트 선택 화면(400)에 디스플레이 할 수 있다. 구체적으로 학습 데이터 세트 선택 화면(400)에 디스플레이되는 데이터는 2019년 10월 30일 6:00-12:00에 대응하는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 포함할 수 있다. 이를 통해, 컴퓨팅 장치(100)는 모델의 성능을 향상시키기 위하여 재라벨링이 필요한 시간대의 데이터를 선별적으로 사용자에게 제공할 수 있다. 따라서 사용자는 오분류 데이터가 존재하는 시간대를 설정하여 해당 시간대의 데이터만 선별적으로 디스플레이되는 화면을 통해 볼 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다. According to an embodiment of the present disclosure, the training data set selection screen is a screen for allowing a user to select a second training data set, and data obtained by inputting time series data into a model are based on a predetermined first criterion It may include at least one of a time variable setting area for filtering with or a data chunk area 450 for displaying data chunks obtained by inputting time series data into the model and dividing the data obtained based on a predetermined second criterion. . The second training data set may include a new training data set to be used for retraining the model. According to an embodiment of the present disclosure, the time variable setting region may include a region for filtering data obtained by inputting time series data into a model based on a first predetermined criterion. The first predetermined criterion may include a criterion for time. The first predetermined criterion may include, for example, a period in units of year, month, day, hour, minute, and second. The computing device 100 may display only data corresponding to the input period on the learning data set selection screen 400 based on the first predetermined criterion input by the user. For example, if the input predetermined first criterion is 00:00-24:00 on October 30, 2019, the computing device 100 corresponds to 00:00-24:00 on October 30, 2019. Only data may be displayed on the training data set selection screen 400. The time variable setting area may include a period setting area 410 for filtering data on a specific date or a time setting area 430 for filtering data on a specific time on a specific date. For example, the date of October 30, 2019 may be received through the period setting area 410, and a time of 6:00-12:00 may be received through the time setting area 430. In this case, the computing device 100 may display data corresponding to 6:00-12:00 on October 30, 2019 on the training data set selection screen 400. Specifically, the data displayed on the training data set selection screen 400 may include data obtained by inputting time series data corresponding to 6:00-12:00 on October 30, 2019 into the model. Through this, the computing device 100 may selectively provide data for a time period requiring re-labeling to the user in order to improve the performance of the model. Accordingly, the user can set the time zone in which the misclassified data exists and view only the data in the corresponding time zone through a screen that is selectively displayed. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 데이터 청크 영역(450)은 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 영역을 포함할 수 있다. 데이터 청크는 데이터 세트의 적어도 일부인 데이터 서브 세트를 포함할 수 있다. 데이터 청크는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할된 데이터 중 일부를 포함할 수 있다. 데이터 청크는 각각 제 1 상태 및/또는 제 2 상태를 나타내는 것으로 분류될 수 있다. 제 1 상태, 제 2 상태는 컴퓨팅 장치(100)가 모델을 이용하여 이진 분류(Binary Classification)를 수행하는 경우, 이진 분류 결과를 의미할 수 있다. 예를 들어, 제 1 상태는 정상, 제 2 상태는 어노말리일 수 있다. 모델에 입력시켜 획득한 데이터를 컴퓨팅 장치(100)가 사전 결정된 제 2 기준에 기초하여 분할하는 방법은 후술하여 설명된다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the data chunk area 450 may include an area for displaying data chunks obtained by inputting time series data into a model and dividing data obtained based on a second predetermined criterion. The data chunk may include a data subset that is at least a part of the data set. The data chunk may include some of data obtained by inputting time series data into a model and divided based on a second predetermined criterion. Data chunks may be classified as representing a first state and/or a second state, respectively. The first state and the second state may mean a binary classification result when the computing device 100 performs binary classification using a model. For example, the first state may be normal, and the second state may be anomaly. A method of dividing the data obtained by inputting into the model based on a second predetermined criterion by the computing device 100 will be described later. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 데이터 청크는, 사전 결정된 제 2 기준을 기초로 분할된 복수개의 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 통계적 특징을 포함할 수 있다. 통계적 특징은 데이터 세트의 특성을 통계적 기법을 통해 나타낸 특징으로서, 데이터 세트의 확률 분포, 평균, 표준 편차, 분산 등을 포함할 수 있다. 따라서, 데이터 청크는 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 확률 분포, 평균, 표준 편차, 분산 등을 포함할 수 있다. 예를 들어, 데이터 청크가 5분 간격으로 분할된 경우, 컴퓨팅 장치(100)는 각 5분 간격으로 분할된 시계열 데이터 서브 세트를 모델에 입력시켜 획득한 데이터 세트의 평균값을 해당 데이터 청크에 대응하는 통계적 특징으로 결정할 수 있다. 또한 데이터 청크가 사전 결정된 제 2 기준으로 분할된 경우, 컴퓨팅 장치(100)는 사전 결정된 제 2 기준으로 분할된 시계열 데이터 서브 세트를 모델에 입력시켜 획득한 데이터 세트의 평균값을 해당 데이터 청크에 대응하는 통계적 특징으로 결정할 수 있다. 컴퓨팅 장치(100)는 데이터 청크의 통계적 특징을 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the data chunk may include statistical characteristics of each data set obtained by inputting a plurality of time series data divided based on a second predetermined criterion into a model. The statistical feature is a feature that represents a feature of a data set through a statistical technique, and may include a probability distribution, a mean, a standard deviation, and a variance of the data set. Accordingly, the data chunk may include probability distribution, average, standard deviation, variance, and the like of each data set obtained by inputting time series data into the model. For example, when the data chunks are divided at 5 minute intervals, the computing device 100 inputs the time series data subset divided at 5 minute intervals into the model and calculates the average value of the data set corresponding to the corresponding data chunk. It can be determined by statistical characteristics. In addition, when the data chunk is divided by a predetermined second criterion, the computing device 100 inputs the time-series data subset divided by the predetermined second criterion to the model and calculates the average value of the data set corresponding to the data chunk. It can be determined by statistical characteristics. The computing device 100 may display statistical characteristics of the data chunk. The foregoing is only an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따라, 사전 결정된 제 2 기준은, 모델을 이용하여 획득한 데이터 중 오분류 데이터를 검출하기 위한 기준으로서, 모델을 이용하여 획득한 데이터가 제 1 상태에서 제 2 상태로 변하는 제 1 포인트 또는 모델의 출력이 제 2 상태에서 제 1 상태로 변하는 제 2 포인트 중 적어도 하나에 기초하여 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준을 포함할 수 있다. 제 1 상태, 제 2 상태는 컴퓨팅 장치(100)가 모델을 이용하여 이진 분류를 수행하는 경우, 이진 분류 결과를 의미할 수 있다. 예를 들어, 제 1 상태는 정상, 제 2 상태는 어노말리일 수 있다. 컴퓨팅 장치(100)는 데이터 청크를 분할하는 기준을 제 1 포인트 및/또는 제 2 포인트로 결정할 수 있다. 따라서 컴퓨팅 장치(100)는 제 1 상태에서 제 2 상태로 변하는 제 1 포인트를 데이터 청크의 시작점으로 결정할 수 있다. 이 경우, 컴퓨팅 장치(100)는 제 2 상태에서 제 1 상태로 변하는 제 2 포인트를 해당 데이터 청크의 종료점으로 결정할 수 있다. 반대로, 컴퓨팅 장치(100)는 제 2 상태에서 제 1 상태로 변하는 제 2 포인트를 데이터 청크의 시작점으로 결정할 수 있다. 이 경우, 컴퓨팅 장치(100)는 제 1 상태에서 재 2 상태로 변하는 제 1 포인트를 해당 데이터 청크의 종료점으로 결정할 수도 있다. 이를 통해, 컴퓨팅 장치(100)는 모델의 출력이 정상인 데이터 청크, 모델의 출력이 어노말리인 데이터 청크를 분류할 수 있다. 따라서 컴퓨팅 장치(100)는 분류 결과별 데이터 청크를 데이터 청크 영역(450)에 디스플레이할 수 있다. 디스플레이된 데이터 청크를 사용자가 보고 어떤 데이터 청크가 오분류 데이터인지 판단할 수 있다. 예를 들어, 도 6에 도시된 바와 같이 데이터 청크 영역(450)에는 데이터 청크1(451), 데이터 청크2(453), 데이터 청크3(455)이 디스플레이될 수 있다. 여기서 데이터 청크1(451)은 오분류 데이터(예를 들어, False Positive-정상 데이터이지만 모델을 이용하여 획득한 출력이 어노말리인 경우)일 수 있다. 즉, 모델의 예측이 잘못된 경우, 컴퓨팅 장치(100)는 사용자로부터 입력 신호를 수신하여 오분류된 데이터 청크를 재라벨링할 수 있다. 즉 정상 데이터이지만 모델을 이용하여 획득한 출력이 어노말리인 경우, 프로세서(110) 해당 데이터의 라벨을 정상으로 재라벨링할 수 있다. 컴퓨팅 장치(100)는 재라벨링된 데이터 청크를 모델에 입력시켜 모델을 재학습시킬 수 있다. 이를 통해, 모델의 예측 정확도를 향상시킬 수 있다. 데이터 청크3(455)의 경우, 모델을 이용하여 획득한 결과값이 Normal일 수 있다. 그리고 입력된 데이터도 Normal일 수 있다. 이 경우, 데이터 청크3(455)는 정확하게 예측 및/또는 분류된 데이터 세트일 수 있다. 따라서, 데이터 청크3에 대해서는 모델에 다시 입력시켜 재학습시킬 필요성이 떨어질 수 있다. 이 경우, 컴퓨팅 장치(100)는 데이터 청크3에 대해서는 재라벨링을 수행하지 않을 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the second predetermined criterion is a criterion for detecting misclassified data among data acquired using a model, and the data acquired using the model changes from a first state to a second state. Based on at least one of a changing first point or a second point in which the output of the model changes from the second state to the first state, the data obtained by inputting time series data to the model may be divided into a plurality of data chunks. have. The first state and the second state may mean a binary classification result when the computing device 100 performs binary classification using a model. For example, the first state may be normal, and the second state may be anomaly. The computing device 100 may determine a criterion for dividing the data chunk as a first point and/or a second point. Accordingly, the computing device 100 may determine a first point that changes from the first state to the second state as the start point of the data chunk. In this case, the computing device 100 may determine a second point that changes from the second state to the first state as the end point of the corresponding data chunk. Conversely, the computing device 100 may determine a second point that changes from the second state to the first state as a starting point of the data chunk. In this case, the computing device 100 may determine the first point that changes from the first state to the second state as the end point of the corresponding data chunk. Through this, the computing device 100 may classify a data chunk in which the model output is normal and a data chunk in which the model output is anomaly. Accordingly, the computing device 100 may display data chunks for each classification result in the data chunk area 450. The user can see the displayed data chunk and determine which data chunk is misclassified data. For example, as illustrated in FIG. 6, a data chunk 1 451, a data chunk 2 453, and a data chunk 3 455 may be displayed in the data chunk area 450. Here, the data chunk 1 451 may be misclassified data (eg, false positive-normal data, but when the output obtained by using the model is anomaly). That is, if the prediction of the model is incorrect, the computing device 100 may receive an input signal from the user and relabel the misclassified data chunk. That is, if the data is normal, but the output obtained by using the model is anomaly, the processor 110 may relabel the label of the corresponding data as normal. The computing device 100 may retrain the model by inputting the relabeled data chunk into the model. Through this, it is possible to improve the prediction accuracy of the model. In the case of data chunk 3 455, a result value obtained by using the model may be Normal. And the input data may also be Normal. In this case, data chunk 3 455 may be an accurately predicted and/or classified data set. Therefore, the need for data chunk 3 to be retrained by re-input to the model may decrease. In this case, the computing device 100 may not perform relabeling of the data chunk 3. The foregoing is only an example, and the present disclosure is not limited thereto.

도 7은 본 개시의 일 실시예에 따라, 모델 아카이브 출력 화면을 예시적으로 도시한 도면이다.7 is a diagram illustrating an example of a model archive output screen according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 출력 영역에 모델 아카이브 출력 화면(510)을 디스플레이 할 수 있다. 컴퓨팅 장치(100)는 모델 아카이브 선택 객체(337)에 대한 입력 신호를 수신하여 모델 아카이브 출력 화면(510)을 제 2 출력 영역(340)에 디스플레이 할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may display the model archive output screen 510 in the second output area. The computing device 100 may receive an input signal for the model archive selection object 337 and display the model archive output screen 510 on the second output area 340.

본 개시의 일 실시예에 따라, 모델 아카이브 출력 화면(510)은 복수개의 모델 각각에 대한 정보를 디스플레이하는 화면을 포함할 수 있다. 모델 아카이브 출력 화면(510)은 모델 아카이브에 저장된 복수개의 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 모델 리스트 출력 영역(513) 또는 사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하는 모델 정보 출력 영역(515) 중 적어도 하나를 포함할 수 있다. 모델 아카이브는 복수개의 모델이 저장된 저장소를 포함할 수 있다. 모델 아카이브는 예를 들어, 학습된 모델, 학습되지 않은 모델, 재학습된 모델 등을 포함할 수 있다. 컴퓨팅 장치(100)는 모델 아카이브에서 사용자의 입력 신호를 수신하여 사용자가 선택한 모델을 호출할 수 있다. 본 개시의 일 실시예에 따라, 모델 리스트 출력 영역(513)은 모델 아카이브에 저장된 복수개의 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 영역을 포함할 수 있다. 모델 리스트 출력 영역(513)은 사용자의 선택 입력에 기초하여 선별된 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 모델 리스트 출력 영역(513)은 프로젝트에 포함된 모델, 사용자가 선택한 모델, 사용자에게 추천된 모델 등을 포함할 수 있다. 본 개시의 일 실시예에 따라, 모델 정보 출력 영역(515)은 사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하기 위한 영역을 포함할 수 있다. 모델 정보 출력 영역(515)은 예를 들어, 모델 이름, 모델 상태(예를 들어, 학습 전, 학습 후, 학습 중), 모델 생성 날짜, 모델을 학습시킨 학습 데이터 세트 정보 등이 디스플레이 된 영역을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the model archive output screen 510 may include a screen displaying information on each of a plurality of models. The model archive output screen 510 is a model list output area 513 for displaying a plurality of models stored in the model archive at a glance, or model information for displaying information on a selected model by receiving a user's selection input signal. It may include at least one of the output areas 515. The model archive may include a repository in which a plurality of models are stored. The model archive may contain, for example, trained models, untrained models, retrained models, and the like. The computing device 100 may call a model selected by the user by receiving a user's input signal from the model archive. According to an embodiment of the present disclosure, the model list output area 513 may include an area for displaying a plurality of models stored in the model archive so that they can be viewed at a glance. The model list output area 513 may include an area for displaying a model selected based on a user's selection input so that the selected model can be viewed at a glance. For example, the model list output area 513 may include a model included in a project, a model selected by a user, a model recommended to a user, and the like. According to an embodiment of the present disclosure, the model information output area 515 may include an area for receiving a user's selection input signal and displaying information on a selected model. The model information output area 515 is an area in which, for example, a model name, a model status (eg, before training, after training, during training), a model creation date, information on a training data set that trained the model, and the like are displayed. Can include. The foregoing is only an example, and the present disclosure is not limited thereto.

도 8은 본 개시의 일 실시예에 따라, 히트된 모델을 설명하기 위한 예시도이다.8 is an exemplary diagram for describing a hit model according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 모델 리스트는 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델(521)을 포함할 수 있다.According to an embodiment of the present disclosure, the model list may include a model 521 determined based on a hit rate of each of a plurality of models included in the model archive.

본 개시의 일 실시예에 따라, 도 8에서는 모델 아카이브(520) 및 히트된 모델(521)이 도시되어 있다. 히트된 모델(521)은 새롭게 입력된 데이터에 대응하는 모델을 사용자에게 추천하기 위하여, 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델을 포함할 수 있다. 히트된 모델(521)은 입력 데이터를 정상 또는 비정상으로 판단한 모델을 의미할 수 있다. 복수의 모델 중에서 입력 데이터에 대한 최종 판단을 내린 모델을 히트된 모델(521)로 할 수 있다. 새롭게 입력된 시계열 데이터에 대하여 사용자는 어떤 모델이 최적의 결과를 출력하는지 알지 못할 수도 있다. 또한 모델 아카이브에 포함된 모든 모델에 새롭게 입력된 시계열 데이터를 입력시켜 성능을 비교하는 경우, 많은 시간과 비용이 소모될 수도 있다. 따라서 새롭게 입력된 시계열 데이터에 대하여 컴퓨팅 장치(100)는 모델 아카이브(520)에 저장된 모델 히트할 가능성이 높은 모델을 선정하여, 히트할 가능성이 가장 높은 모델을 디스플레이할 수 있다. 이를 통해, 사용자는 새롭게 입력된 데이터에 대하여 적합한 모델을 실험 과정을 거치지 않고 신속하게 획득할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, a model archive 520 and a hit model 521 are shown in FIG. 8. The hit model 521 may include a model determined based on a hit rate of each of a plurality of models included in the model archive in order to recommend a model corresponding to the newly input data to the user. The hit model 521 may refer to a model in which input data is determined to be normal or abnormal. Among the plurality of models, a model for which a final judgment on input data is made may be a hit model 521. For newly input time series data, the user may not know which model outputs the best results. In addition, when comparing performance by inputting newly input time series data to all models included in the model archive, it may take a lot of time and cost. Accordingly, for newly input time series data, the computing device 100 may select a model with a high probability of hitting a model stored in the model archive 520 and display a model with the highest probability of hitting. Through this, the user can quickly acquire a model suitable for newly inputted data without going through an experiment process. The foregoing is only an example, and the present disclosure is not limited thereto.

도 9는 본 개시의 일 실시예에 따라, 통합된 모델을 설명하기 위한 예시도이다.9 is an exemplary diagram for describing an integrated model according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 모델 리스트는 모델 아카이브에 포함된 복수개의 모델 중에서 유사한 통계적 특징을 가지는 모델을 통합하여 새롭게 생성된 모델(525)을 포함할 수 있다.According to an embodiment of the present disclosure, the model list may include a model 525 newly generated by integrating models having similar statistical characteristics among a plurality of models included in the model archive.

본 개시의 일 실시예에 따라, 도 9에서는 모델 아카이브(520), 비슷한 분포를 가진 모델(523) 및 통합된 모델(525)이 도시되어 있다. 컴퓨팅 장치(100)는 비슷한 분포를 가진 모델(523)을 통합시켜 통합된 모델(525)을 새롭게 생성할 수 있다. 즉, 컴퓨팅 장치(100)는 새롭게 입력된 데이터에 대하여 이용될 가능성이 낮은 모델을 적어도 하나 이상 통합시킴으로써, 새롭게 입력된 데이터에 대하여 이용될 가능성이 높은 모델을 생성할 수도 있다. 이를 통해, 컴퓨팅 장치(100)는 이용될 가능성이 높은 군에 포함된 모델들 각각에 대한 히트율을 선별적으로 산출함으로써, 새롭게 입력된 데이터에 대하여 적합한 모델을 신속하게 산출할 수도 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.In accordance with an embodiment of the present disclosure, in FIG. 9 a model archive 520, a model 523 having a similar distribution, and an integrated model 525 are shown. The computing device 100 may newly generate an integrated model 525 by integrating a model 523 having a similar distribution. That is, the computing device 100 may generate a model that is likely to be used for newly input data by integrating at least one or more models that are unlikely to be used for newly input data. Through this, the computing device 100 may selectively calculate a hit rate for each of the models included in the group that is likely to be used, so that a model suitable for newly input data may be quickly calculated. The foregoing is only an example, and the present disclosure is not limited thereto.

도 10은 본 개시의 일 실시예에 따라, 감지된 어노말리 출력 화면을 예시적으로 도시한 도면이다.10 is a diagram illustrating an example of a detected anomaly output screen according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 출력 영역에 감지된 어노말리 출력 화면을 디스플레이할 수 있다. 컴퓨팅 장치(100)는 감지된 어노말리 출력 선택 객체(339)에 대한 입력 신호를 수신하여 감지된 어노말리 출력 화면(530)을 제 2 출력 영역(340)에 디스플레이 할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may display the detected anomaly output screen in the second output area. The computing device 100 may receive an input signal for the detected anomaly output selection object 339 and display the detected anomaly output screen 530 on the second output area 340.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 출력 영역에 감지된 어노말리 출력 화면(530)을 디스플레이 할 수 있다. 감지된 어노말리 출력 화면(530)은 모델을 이용하여 획득한 어노말리 감지 결과를 디스플레이하기 위한 어노말리 감지 결과 출력 영역을 포함할 수 있다. According to an embodiment of the present disclosure, the computing device 100 may display the detected anomaly output screen 530 in the second output area. The detected anomaly output screen 530 may include an anomaly detection result output area for displaying the anomaly detection result obtained using the model.

본 개시의 일 실시예에 따라, 감지된 어노말리 출력 화면(530)은, 모델을 이용하여 획득한 데이터 중 어노말리 데이터에 관련된 정보를 디스플레이하기 위한 화면을 포함할 수 있다. 감지된 어노말리 출력 화면(530)은 모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 어노말리 감지 결과 출력 영역(531) 또는 사용자 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 어노말리 정보 출력 영역(533) 중 적어도 하나를 포함할 수 있다. 어노말리 감지 결과 출력 영역(531)은 모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 모델을 이용하여 획득한 데이터 중 어노말리로 분류된 데이터를 어노말리 감지 결과 출력 영역(531)에 디스플레이할 수 있다. 어노말리 정보 출력 영역(533)은 사용자의 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 영역을 포함할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 사용자의 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보인 어노말리가 발생한 시작 시간, 어노말리가 끝난 종료 시간, 어노말리가 발생한 기간 등을 디스플레이할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the detected anomaly output screen 530 may include a screen for displaying information related to anomaly data among data acquired using a model. The detected anomaly output screen 530 displays information on the anomaly data selected by receiving an anomaly detection result output area 531 or a user selection input signal for displaying a list of anomaly data acquired using the model. It may include at least one of the anomaly information output area 533 for performing the operation. The anomaly detection result output area 531 may include an area for displaying an anomaly data list acquired using a model. For example, the computing device 100 may display data classified as anomaly among data acquired using a model on the output area 531 as a result of the anomaly detection. The anomaly information output area 533 may include an area for receiving a user's selection input signal and displaying information on the selected anomaly data. For example, the computing device 100 may receive a user's selection input signal and display the information on the selected anomaly data, such as a start time of anomaly occurrence, an end time of anomaly end, a period at which anomaly occurs, and the like. have. The foregoing is only an example, and the present disclosure is not limited thereto.

도 11은 본 개시의 일 실시예에 따라, 모니터링 선을 출력 화면을 예시적으로 도시한 도면이다.11 is a diagram illustrating an output screen of a monitoring line according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)는 제 2 출력 영역에 모델 성능 출력 화면을 디스플레이 할 수 있다. 컴퓨팅 장치(100)는 성능 모니터링 선택 객체(331)에 대한 입력 신호를 수신하여 모델 성능 출력 화면(550)을 제 2 출력 영역(340)에 디스플레이 할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may display a model performance output screen in the second output area. The computing device 100 may receive an input signal for the performance monitoring selection object 331 and display the model performance output screen 550 on the second output area 340.

본 개시의 일 실시예에 따라, 도 11 에 도시된 바와 같이 컴퓨팅 장치(100)는 제 2 출력 영역에 모델 성능 출력 화면(550)을 디스플레이 할 수 있다. 모델 성능 출력 화면(550)은 모델의 성능 정보를 디스플레이하기 위한 화면을 포함할 수 있다. 모델의 성능 정보는 모델의 성능과 관련되는 정보를 모두 포함할 수 있다. 예를 들어, 모델의 성능 정보는 모델이 입력 데이터에 대하여 얼마나 정확한 예측 결과값을 출력하는지에 대한 척도를 포함할 수 있다. 또한 모델의 성능 정보는 컴퓨팅 장치(100)가 모델을 이용하여 획득한 예측값을 포함할 수 있다. 전술한 사항은 예시일 뿐 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, as illustrated in FIG. 11, the computing device 100 may display a model performance output screen 550 in the second output area. The model performance output screen 550 may include a screen for displaying model performance information. The model performance information may include all information related to the model performance. For example, the performance information of the model may include a measure of how accurate the model outputs prediction results for input data. In addition, the performance information of the model may include a predicted value obtained by the computing device 100 using the model. The foregoing is only an example, and the present disclosure is not limited thereto.

도 12는 본 개시의 일 실시예에 따른 신경망을 학습시키기 위한 방법의 순서도이다.12 is a flowchart of a method for training a neural network according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따라, 프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이(710)할 수 있다.According to an embodiment of the present disclosure, a first screen including at least one first object for receiving a selection input for a project may be displayed 710.

본 개시의 일 실시예에 따라, 선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이(720)할 수 있다.According to an embodiment of the present disclosure, a second screen 720 for displaying project-related information corresponding to the selected project may be displayed.

본 개시의 일 실시예에 따라, 제 2 화면은, 센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the second screen includes a first output area for displaying time series data acquired from a sensor, and at least one second object for receiving a selection input related to model retraining. It may include at least one of a second output area for displaying information corresponding to the area or the second object.

본 개시의 일 실시예에 따라, 프로젝트는 인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트로서, 특정 목표는, 인공지능이 적용된 모델의 성능을 향상시키는 목표를 포함할 수 있다.According to an embodiment of the present disclosure, the project is an artificial intelligence-related project for achieving a specific goal by using artificial intelligence, and the specific goal may include a goal of improving the performance of a model to which the artificial intelligence is applied.

본 개시의 일 실시예에 따라, 선택 영역은, 모델 학습에 관련된 정보를 제 2 출력 영역에 디스플레이하기 위한 객체가 포함된 영역으로서, 모델의 성능 정보를 제 2 출력 영역에 디스플레이하기 위한 성능 모니터링 선택 객체, 모델의 학습과 관련된 학습 데이터 세트 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 데이터 세트 선택 객체, 현재 모델의 학습 진행 상황에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 콘솔 선택 객체, 적어도 하나 이상의 모델에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 모델 아카이브 선택 객체, 또는 모델을 이용하여 감지된 어노말리 정보를 제 2 출력 영역에 디스플레이하기 위한 감지된 어노말리 출력 선택 객체 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the selection area is an area including an object for displaying information related to model training in the second output area, and performance monitoring selection for displaying the performance information of the model in the second output area An object, a training data set selection object for displaying training data set information related to training of the model in the second output area, a learning console selection object for displaying information on the training progress of the current model in the second output area, at least At least one of a model archive selection object for displaying information on one or more models in a second output area, or a sensed anomaly output selection object for displaying anomaly information detected using a model in a second output area Can include.

본 개시의 일 실시예에 따라, 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이하는 동작을 더 포함하고, 학습 데이터 세트 출력 화면은, 적어도 하나의 학습 데이터 세트가 나열된 학습 데이터 세트 리스트, 사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 추가 객체, 또는 사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 제거 객체 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, further comprising an operation of displaying a training data set output screen in the second output area, wherein the training data set output screen includes: a list of training data sets in which at least one training data set is listed, and a user At least one of a training data set addition object for receiving selection input for a training data set to be used for model training, or a training data set removal object for receiving selection input for a training data set that is not to be used by the user to train the model. Can include.

본 개시의 일 실시예에 따라, 학습 데이터 세트는, 모델의 학습에 사용된 제 1 학습 데이터 세트, 또는 모델의 재학습에 사용될 새로운 제 2 학습 데이터 세트 중 적어도 하나를 포함하고, 제 2 학습 데이터 세트는, 센서로부터 실시간으로 획득하는 시계열 데이터 중 적어도 일부 및 그에 대응하는 라벨을 포함할 수 있다.According to an embodiment of the present disclosure, the training data set includes at least one of a first training data set used for training a model, or a new second training data set used for retraining a model, and the second training data The set may include at least some of the time series data acquired from the sensor in real time and a label corresponding thereto.

본 개시의 일 실시예에 따라, 학습 데이터 세트 선택 화면은, 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면으로서, 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 시간 변수 설정 영역 또는 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 데이터 청크 영역 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the training data set selection screen is a screen that allows a user to select a second training data set, and data obtained by inputting time series data into a model are based on a predetermined first criterion. It may include at least one of a time variable setting area for filtering with or a data chunk area for displaying data chunks obtained by inputting time series data into the model and dividing the data based on a predetermined second criterion.

본 개시의 일 실시예에 따라, 데이터 청크는, 사전 결정된 제 2 기준을 기초로 분할된 복수개의 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 통계적 특징을 포함할 수 있다.According to an embodiment of the present disclosure, the data chunk may include statistical characteristics of each data set obtained by inputting a plurality of time series data divided based on a second predetermined criterion into a model.

본 개시의 일 실시예에 따라, 사전 결정된 제 2 기준은, 모델을 이용하여 획득한 데이터 중 오분류 데이터를 검출하기 위한 기준으로서, 모델을 이용하여 획득한 데이터가 제 1 상태에서 제 2 상태로 변하는 제 1 포인트 또는 모델의 출력이 제 2 상태에서 제 1 상태로 변하는 제 2 포인트 중 적어도 하나에 기초하여 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준을 포함할 수 있다.According to an embodiment of the present disclosure, the second predetermined criterion is a criterion for detecting misclassified data among data acquired using a model, and the data acquired using the model changes from a first state to a second state. Based on at least one of a changing first point or a second point in which the output of the model changes from the second state to the first state, the data obtained by inputting time series data to the model may be divided into a plurality of data chunks. have.

본 개시의 일 실시예에 따라, 데이터 청크는, 사용자에게 모델 재학습에 이용될 데이터 청크를 데이터 청크 추천 알고리즘을 통해 산출된 데이터 청크를 포함하는 데이터 청크, 또는 사용자 선택 입력 신호를 수신하여 선택된 데이터 청크와 통계적 특징이 유사한 적어도 하나의 데이터 청크를 포함하는 데이터 청크 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the data chunk includes a data chunk including a data chunk calculated through a data chunk recommendation algorithm for a data chunk to be used for model retraining to a user, or data selected by receiving a user selection input signal. It may include at least one of data chunks including at least one data chunk having a similar statistical characteristic to the chunk.

본 개시의 일 실시예에 따라, 모델 아카이브 출력 화면은, 복수개의 모델 각각에 대한 정보를 디스플레이하는 화면으로서, 모델 아카이브에 저장된 복수개의 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 모델 리스트 출력 영역 또는 사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하는 모델 정보 출력 영역 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the model archive output screen is a screen for displaying information on each of a plurality of models, and a model list output area or a user for displaying a plurality of models stored in the model archive so that they can be viewed at a glance. It may include at least one of the model information output area for receiving the selection input signal of and displaying information on the selected model.

본 개시의 일 실시예에 따라, 모델 리스트는, 프로젝트를 진행하면서 학습된 모델, 제 2 학습 데이터 세트를 학습된 모델에 입력시켜 재학습시킨 모델, 모델 아카이브에 포함된 복수개의 모델 중에서 유사한 통계적 특징을 가지는 모델을 통합하여 새롭게 생성된 모델, 또는 새롭게 입력된 데이터에 대응하는 모델을 사용자에게 추천하기 위하여, 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the model list includes a model that is trained while a project is being progressed, a model that is retrained by inputting a second training data set to the trained model, and a statistical feature similar among a plurality of models included in the model archive In order to recommend to the user a newly created model by integrating a model having a model or a model corresponding to the newly input data, at least one of the models determined based on the hit rate of each of the plurality of models included in the model archive may be included. I can.

본 개시의 일 실시예에 따라, 감지된 어노말리 출력 화면은, 모델을 이용하여 획득한 데이터 중 어노말리 데이터에 관련된 정보를 디스플레이하기 위한 화면으로서, 모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 어노말리 감지 결과 출력 영역 또는 사용자 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 어노말리 정보 출력 영역 중 적어도 하나를 포함할 수 있다.According to an embodiment of the present disclosure, the detected anomaly output screen is a screen for displaying information related to anomaly data among data acquired using a model, and displays a list of anomaly data acquired using a model. It may include at least one of an anomaly detection result output area for receiving a user selection input signal and an anomaly information output area for displaying information on the selected anomaly data by receiving a user selection input signal.

도 13은 본 개시의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 간략하고 일반적인 개략도이다.13 is a simplified and general schematic diagram of an exemplary computing environment in which embodiments of the present disclosure may be implemented.

본 개시가 일반적으로 컴퓨팅 장치에 의해 구현될 수 있는 것으로 전술되었지만, 당업자라면 본 개시가 하나 이상의 컴퓨터 상에서 실행될 수 있는 컴퓨터 실행가능 명령어 및/또는 기타 프로그램 모듈들과 결합되어 및/또는 하드웨어와 소프트웨어의 조합으로써 구현될 수 있다는 것을 잘 알 것이다.While the present disclosure has been described above as generally capable of being implemented by a computing device, one of ordinary skill in the art would appreciate the disclosure in combination with computer-executable instructions and/or other program modules that may be executed on one or more computers and/or of hardware and software. It will be appreciated that it can be implemented in combination.

일반적으로, 프로그램 모듈은 특정의 태스크를 수행하거나 특정의 추상 데이터 유형을 구현하는 루틴, 프로그램, 컴포넌트, 데이터 구조, 기타 등등을 포함한다. 또한, 당업자라면 본 개시의 방법이 단일-프로세서 또는 멀티프로세서 컴퓨터 시스템, 미니컴퓨터, 메인프레임 컴퓨터는 물론 퍼스널 컴퓨터, 핸드헬드 컴퓨팅 장치, 마이크로프로세서-기반 또는 프로그램가능 가전 제품, 기타 등등(이들 각각은 하나 이상의 연관된 장치와 연결되어 동작할 수 있음)을 비롯한 다른 컴퓨터 시스템 구성으로 실시될 수 있다는 것을 잘 알 것이다.Generally, program modules include routines, programs, components, data structures, etc. that perform particular tasks or implement particular abstract data types. In addition, to those skilled in the art, the method of the present disclosure is not limited to single-processor or multiprocessor computer systems, minicomputers, mainframe computers, as well as personal computers, handheld computing devices, microprocessor-based or programmable household appliances, etc. (each of which is It will be appreciated that other computer system configurations may be implemented, including one that may operate in connection with one or more associated devices.

본 개시의 설명된 실시예들은 또한 어떤 태스크들이 통신 네트워크를 통해 연결되어 있는 원격 처리 장치들에 의해 수행되는 분산 컴퓨팅 환경에서 실시될 수 있다. 분산 컴퓨팅 환경에서, 프로그램 모듈은 로컬 및 원격 메모리 저장 장치 둘 다에 위치할 수 있다.The described embodiments of the present disclosure may also be practiced in a distributed computing environment where certain tasks are performed by remote processing devices that are connected through a communication network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.

컴퓨터는 통상적으로 다양한 컴퓨터 판독가능 매체를 포함한다. 컴퓨터에 의해 액세스 가능한 매체는 그 어떤 것이든지 컴퓨터 판독가능 매체가 될 수 있고, 이러한 컴퓨터 판독가능 매체는 휘발성 및 비휘발성 매체, 일시적(transitory) 및 비일시적(non-transitory) 매체, 이동식 및 비-이동식 매체를 포함한다. 제한이 아닌 예로서, 컴퓨터 판독가능 매체는 컴퓨터 판독가능 저장 매체 및 컴퓨터 판독가능 전송 매체를 포함할 수 있다. 컴퓨터 판독가능 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보를 저장하는 임의의 방법 또는 기술로 구현되는 휘발성 및 비휘발성 매체, 일시적 및 비-일시적 매체, 이동식 및 비이동식 매체를 포함한다. 컴퓨터 판독가능 저장 매체는 RAM, ROM, EEPROM, 플래시 메모리 또는 기타 메모리 기술, CD-ROM, DVD(digital video disk) 또는 기타 광 디스크 저장 장치, 자기 카세트, 자기 테이프, 자기 디스크 저장 장치 또는 기타 자기 저장 장치, 또는 컴퓨터에 의해 액세스될 수 있고 원하는 정보를 저장하는 데 사용될 수 있는 임의의 기타 매체를 포함하지만, 이에 한정되지 않는다.Computers typically include a variety of computer-readable media. Computer-readable media can be any computer-readable media, including volatile and nonvolatile media, transitory and non-transitory media, removable and non-transitory media. Includes removable media. By way of example and not limitation, computer-readable media may include computer-readable storage media and computer-readable transmission media. Computer-readable storage media include volatile and nonvolatile media, temporary and non-transitory media, removable and non-removable media implemented in any method or technology for storing information such as computer readable instructions, data structures, program modules or other data. Includes the medium. Computer-readable storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital video disk (DVD) or other optical disk storage, magnetic cassette, magnetic tape, magnetic disk storage, or other magnetic storage. Devices, or any other medium that can be accessed by a computer and used to store desired information.

컴퓨터 판독가능 전송 매체는 통상적으로 반송파(carrier wave) 또는 기타 전송 메커니즘(transport mechanism)과 같은 피변조 데이터 신호(modulated data signal)에 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터 등을 구현하고 모든 정보 전달 매체를 포함한다. 피변조 데이터 신호라는 용어는 신호 내에 정보를 인코딩하도록 그 신호의 특성들 중 하나 이상을 설정 또는 변경시킨 신호를 의미한다. 제한이 아닌 예로서, 컴퓨터 판독가능 전송 매체는 유선 네트워크 또는 직접 배선 접속(direct-wired connection)과 같은 유선 매체, 그리고 음향, RF, 적외선, 기타 무선 매체와 같은 무선 매체를 포함한다. 상술된 매체들 중 임의의 것의 조합도 역시 컴퓨터 판독가능 전송 매체의 범위 안에 포함되는 것으로 한다.Computer-readable transmission media typically implement computer-readable instructions, data structures, program modules, or other data on a modulated data signal such as a carrier wave or other transport mechanism. Includes all information delivery media. The term modulated data signal refers to a signal in which one or more of the characteristics of the signal is set or changed so as to encode information in the signal. By way of example and not limitation, computer-readable transmission media include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above-described media are also intended to be included within the scope of computer-readable transmission media.

컴퓨터(1102)를 포함하는 본 개시의 여러가지 측면들을 구현하는 예시적인 환경(1100)이 나타내어져 있으며, 컴퓨터(1102)는 처리 장치(1104), 시스템 메모리(1106) 및 시스템 버스(1108)를 포함한다. 시스템 버스(1108)는 시스템 메모리(1106)(이에 한정되지 않음)를 비롯한 시스템 컴포넌트들을 처리 장치(1104)에 연결시킨다. 처리 장치(1104)는 다양한 상용 프로세서들 중 임의의 프로세서일 수 있다. 듀얼 프로세서 및 기타 멀티프로세서 아키텍처도 역시 처리 장치(1104)로서 이용될 수 있다.An exemplary environment 1100 is shown that implements various aspects of the present disclosure, including a computer 1102, which includes a processing device 1104, a system memory 1106, and a system bus 1108. do. System bus 1108 couples system components, including but not limited to, system memory 1106 to processing device 1104. The processing unit 1104 may be any of a variety of commercially available processors. Dual processors and other multiprocessor architectures may also be used as processing unit 1104.

시스템 버스(1108)는 메모리 버스, 주변장치 버스, 및 다양한 상용 버스 아키텍처 중 임의의 것을 사용하는 로컬 버스에 추가적으로 상호 연결될 수 있는 몇 가지 유형의 버스 구조 중 임의의 것일 수 있다. 시스템 메모리(1106)는 판독 전용 메모리(ROM)(1110) 및 랜덤 액세스 메모리(RAM)(1112)를 포함한다. 기본 입/출력 시스템(BIOS)은 ROM, EPROM, EEPROM 등의 비휘발성 메모리(1110)에 저장되며, 이 BIOS는 시동 중과 같은 때에 컴퓨터(1102) 내의 구성요소들 간에 정보를 전송하는 일을 돕는 기본적인 루틴을 포함한다. RAM(1112)은 또한 데이터를 캐싱하기 위한 정적 RAM 등의 고속 RAM을 포함할 수 있다.The system bus 1108 may be any of several types of bus structures that may be additionally interconnected to a memory bus, a peripheral bus, and a local bus using any of a variety of commercial bus architectures. System memory 1106 includes read-only memory (ROM) 1110 and random access memory (RAM) 1112. The basic input/output system (BIOS) is stored in non-volatile memory 1110 such as ROM, EPROM, EEPROM, etc. This BIOS is a basic input/output system that helps transfer information between components within the computer 1102, such as during startup. Includes routines. RAM 1112 may also include high speed RAM such as static RAM for caching data.

컴퓨터(1102)는 또한 내장형 하드 디스크 드라이브(HDD)(1114)(예를 들어, EIDE, SATA)-이 내장형 하드 디스크 드라이브(1114)는 또한 적당한 섀시(도시 생략) 내에서 외장형 용도로 구성될 수 있음-, 자기 플로피 디스크 드라이브(FDD)(1116)(예를 들어, 이동식 디스켓(1118)으로부터 판독을 하거나 그에 기록을 하기 위한 것임), 및 광 디스크 드라이브(1120)(예를 들어, CD-ROM 디스크(1122)를 판독하거나 DVD 등의 기타 고용량 광 매체로부터 판독을 하거나 그에 기록을 하기 위한 것임)를 포함한다. 하드 디스크 드라이브(1114), 자기 디스크 드라이브(1116) 및 광 디스크 드라이브(1120)는 각각 하드 디스크 드라이브 인터페이스(1124), 자기 디스크 드라이브 인터페이스(1126) 및 광 드라이브 인터페이스(1128)에 의해 시스템 버스(1108)에 연결될 수 있다. 외장형 드라이브 구현을 위한 인터페이스(1124)는 USB(Universal Serial Bus) 및 IEEE 1394 인터페이스 기술 중 적어도 하나 또는 그 둘 다를 포함한다.The computer 1102 also includes an internal hard disk drive (HDD) 1114 (e.g., EIDE, SATA)-this internal hard disk drive 1114 can also be configured for external use within a suitable chassis (not shown). Yes—, a magnetic floppy disk drive (FDD) 1116 (for example, to read from or write to a removable diskette 1118), and an optical disk drive 1120 (for example, a CD-ROM). For reading the disk 1122 or for reading from or writing to other high-capacity optical media such as DVD). The hard disk drive 1114, the magnetic disk drive 1116, and the optical disk drive 1120 are each connected to the system bus 1108 by a hard disk drive interface 1124, a magnetic disk drive interface 1126, and an optical drive interface 1128. ) Can be connected. The interface 1124 for implementing an external drive includes at least one or both of Universal Serial Bus (USB) and IEEE 1394 interface technologies.

이들 드라이브 및 그와 연관된 컴퓨터 판독가능 매체는 데이터, 데이터 구조, 컴퓨터 실행가능 명령어, 기타 등등의 비휘발성 저장을 제공한다. 컴퓨터(1102)의 경우, 드라이브 및 매체는 임의의 데이터를 적당한 디지털 형식으로 저장하는 것에 대응한다. 상기에서의 컴퓨터 판독가능 매체에 대한 설명이 HDD, 이동식 자기 디스크, 및 CD 또는 DVD 등의 이동식 광 매체를 언급하고 있지만, 당업자라면 집 드라이브(zip drive), 자기 카세트, 플래쉬 메모리 카드, 카트리지, 기타 등등의 컴퓨터에 의해 판독가능한 다른 유형의 매체도 역시 예시적인 운영 환경에서 사용될 수 있으며 또 임의의 이러한 매체가 본 개시의 방법들을 수행하기 위한 컴퓨터 실행가능 명령어를 포함할 수 있다는 것을 잘 알 것이다.These drives and their associated computer readable media provide non-volatile storage of data, data structures, computer executable instructions, and the like. In the case of computer 1102, drives and media correspond to storing any data in a suitable digital format. Although the description of the computer-readable medium above refers to a removable optical medium such as a HDD, a removable magnetic disk, and a CD or DVD, those skilled in the art may use a zip drive, a magnetic cassette, a flash memory card, a cartridge, etc. It will be appreciated that other types of computer-readable media, such as the ones, may also be used in the exemplary operating environment and that any such media may contain computer-executable instructions for performing the methods of the present disclosure.

운영 체제(1130), 하나 이상의 애플리케이션 프로그램(1132), 기타 프로그램 모듈(1134) 및 프로그램 데이터(1136)를 비롯한 다수의 프로그램 모듈이 드라이브 및 RAM(1112)에 저장될 수 있다. 운영 체제, 애플리케이션, 모듈 및/또는 데이터의 전부 또는 그 일부분이 또한 RAM(1112)에 캐싱될 수 있다. 본 개시가 여러가지 상업적으로 이용가능한 운영 체제 또는 운영 체제들의 조합에서 구현될 수 있다는 것을 잘 알 것이다.A number of program modules, including the operating system 1130, one or more application programs 1132, other program modules 1134, and program data 1136, may be stored in the drive and RAM 1112. All or part of the operating system, applications, modules and/or data may also be cached in RAM 1112. It will be appreciated that the present disclosure may be implemented on several commercially available operating systems or combinations of operating systems.

사용자는 하나 이상의 유선/무선 입력 장치, 예를 들어, 키보드(1138) 및 마우스(1140) 등의 포인팅 장치를 통해 컴퓨터(1102)에 명령 및 정보를 입력할 수 있다. 기타 입력 장치(도시 생략)로는 마이크, IR 리모콘, 조이스틱, 게임 패드, 스타일러스 펜, 터치 스크린, 기타 등등이 있을 수 있다. 이들 및 기타 입력 장치가 종종 시스템 버스(1108)에 연결되어 있는 입력 장치 인터페이스(1142)를 통해 처리 장치(1104)에 연결되지만, 병렬 포트, IEEE 1394 직렬 포트, 게임 포트, USB 포트, IR 인터페이스, 기타 등등의 기타 인터페이스에 의해 연결될 수 있다.A user may input commands and information into the computer 1102 through one or more wired/wireless input devices, for example, a pointing device such as a keyboard 1138 and a mouse 1140. Other input devices (not shown) may include a microphone, IR remote control, joystick, game pad, stylus pen, touch screen, and the like. These and other input devices are often connected to the processing unit 1104 through the input device interface 1142, which is connected to the system bus 1108, but the parallel port, IEEE 1394 serial port, game port, USB port, IR interface, It can be connected by other interfaces such as etc.

모니터(1144) 또는 다른 유형의 디스플레이 장치도 역시 비디오 어댑터(1146) 등의 인터페이스를 통해 시스템 버스(1108)에 연결된다. 모니터(1144)에 부가하여, 컴퓨터는 일반적으로 스피커, 프린터, 기타 등등의 기타 주변 출력 장치(도시 생략)를 포함한다.A monitor 1144 or other type of display device is also connected to the system bus 1108 through an interface such as a video adapter 1146. In addition to the monitor 1144, the computer generally includes other peripheral output devices (not shown) such as speakers, printers, and the like.

컴퓨터(1102)는 유선 및/또는 무선 통신을 통한 원격 컴퓨터(들)(1148) 등의 하나 이상의 원격 컴퓨터로의 논리적 연결을 사용하여 네트워크화된 환경에서 동작할 수 있다. 원격 컴퓨터(들)(1148)는 워크스테이션, 컴퓨팅 디바이스 컴퓨터, 라우터, 퍼스널 컴퓨터, 휴대용 컴퓨터, 마이크로프로세서-기반 오락 기기, 피어 장치 또는 기타 통상의 네트워크 노드일 수 있으며, 일반적으로 컴퓨터(1102)에 대해 기술된 구성요소들 중 다수 또는 그 전부를 포함하지만, 간략함을 위해, 메모리 저장 장치(1150)만이 도시되어 있다. 도시되어 있는 논리적 연결은 근거리 통신망(LAN)(1152) 및/또는 더 큰 네트워크, 예를 들어, 원거리 통신망(WAN)(1154)에의 유선/무선 연결을 포함한다. 이러한 LAN 및 WAN 네트워킹 환경은 사무실 및 회사에서 일반적인 것이며, 인트라넷 등의 전사적 컴퓨터 네트워크(enterprise-wide computer network)를 용이하게 해주며, 이들 모두는 전세계 컴퓨터 네트워크, 예를 들어, 인터넷에 연결될 수 있다.Computer 1102 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer(s) 1148, via wired and/or wireless communication. The remote computer(s) 1148 may be a workstation, a computing device computer, a router, a personal computer, a portable computer, a microprocessor-based entertainment device, a peer device, or other common network node, and is generally connected to the computer 1102. Although it includes many or all of the components described for simplicity, only memory storage device 1150 is shown. The logical connections shown include wired/wireless connections to a local area network (LAN) 1152 and/or to a larger network, eg, a wide area network (WAN) 1154. Such LAN and WAN networking environments are common in offices and companies, and facilitate enterprise-wide computer networks such as intranets, all of which can be connected to worldwide computer networks, for example the Internet.

LAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 유선 및/또는 무선 통신 네트워크 인터페이스 또는 어댑터(1156)를 통해 로컬 네트워크(1152)에 연결된다. 어댑터(1156)는 LAN(1152)에의 유선 또는 무선 통신을 용이하게 해줄 수 있으며, 이 LAN(1152)은 또한 무선 어댑터(1156)와 통신하기 위해 그에 설치되어 있는 무선 액세스 포인트를 포함하고 있다. WAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 모뎀(1158)을 포함할 수 있거나, WAN(1154) 상의 통신 컴퓨팅 디바이스에 연결되거나, 또는 인터넷을 통하는 등, WAN(1154)을 통해 통신을 설정하는 기타 수단을 갖는다. 내장형 또는 외장형 및 유선 또는 무선 장치일 수 있는 모뎀(1158)은 직렬 포트 인터페이스(1142)를 통해 시스템 버스(1108)에 연결된다. 네트워크화된 환경에서, 컴퓨터(1102)에 대해 설명된 프로그램 모듈들 또는 그의 일부분이 원격 메모리/저장 장치(1150)에 저장될 수 있다. 도시된 네트워크 연결이 예시적인 것이며 컴퓨터들 사이에 통신 링크를 설정하는 기타 수단이 사용될 수 있다는 것을 잘 알 것이다.When used in a LAN networking environment, the computer 1102 is connected to the local network 1152 via a wired and/or wireless communication network interface or adapter 1156. Adapter 1156 may facilitate wired or wireless communication to LAN 1152, which also includes a wireless access point installed therein to communicate with wireless adapter 1156. When used in a WAN networking environment, the computer 1102 may include a modem 1158, connected to a communication computing device on the WAN 1154, or through the Internet, to establish communication over the WAN 1154. Have other means. The modem 1158, which may be an internal or external and a wired or wireless device, is connected to the system bus 1108 through a serial port interface 1142. In a networked environment, program modules described for the computer 1102 or portions thereof may be stored in the remote memory/storage device 1150. It will be appreciated that the network connections shown are exemplary and other means of establishing communication links between computers may be used.

컴퓨터(1102)는 무선 통신으로 배치되어 동작하는 임의의 무선 장치 또는 개체, 예를 들어, 프린터, 스캐너, 데스크톱 및/또는 휴대용 컴퓨터, PDA(portable data assistant), 통신 위성, 무선 검출가능 태그와 연관된 임의의 장비 또는 장소, 및 전화와 통신을 하는 동작을 한다. 이것은 적어도 Wi-Fi 및 블루투스 무선 기술을 포함한다. 따라서, 통신은 종래의 네트워크에서와 같이 미리 정의된 구조이거나 단순하게 적어도 2개의 장치 사이의 애드혹 통신(ad hoc communication)일 수 있다.Computer 1102 is associated with any wireless device or entity deployed and operated in wireless communication, e.g., a printer, scanner, desktop and/or portable computer, portable data assistant (PDA), communication satellite, wireless detectable tag. It operates to communicate with any device or place, and a phone. This includes at least Wi-Fi and Bluetooth wireless technologies. Accordingly, the communication may be a predefined structure as in a conventional network or may simply be ad hoc communication between at least two devices.

Wi-Fi(Wireless Fidelity)는 유선 없이도 인터넷 등으로의 연결을 가능하게 해준다. Wi-Fi는 이러한 장치, 예를 들어, 컴퓨터가 실내에서 및 실외에서, 즉 기지국의 통화권 내의 아무 곳에서나 데이터를 전송 및 수신할 수 있게 해주는 셀 전화와 같은 무선 기술이다. Wi-Fi 네트워크는 안전하고 신뢰성 있으며 고속인 무선 연결을 제공하기 위해 IEEE 802.11(a, b, g, 기타)이라고 하는 무선 기술을 사용한다. 컴퓨터를 서로에, 인터넷에 및 유선 네트워크(IEEE 802.3 또는 이더넷을 사용함)에 연결시키기 위해 Wi-Fi가 사용될 수 있다. Wi-Fi 네트워크는 비인가 2.4 및 5GHz 무선 대역에서, 예를 들어, 11Mbps(802.11a) 또는 54 Mbps(802.11b) 데이터 레이트로 동작하거나, 양 대역(듀얼 대역)을 포함하는 제품에서 동작할 수 있다.Wi-Fi (Wireless Fidelity) allows you to connect to the Internet or the like without wires. Wi-Fi is a wireless technology such as a cell phone that allows such devices, for example computers, to transmit and receive data indoors and outdoors, that is, anywhere within the coverage area of a base station. Wi-Fi networks use a wireless technology called IEEE 802.11 (a, b, g, etc.) to provide a secure, reliable and high-speed wireless connection. Wi-Fi can be used to connect computers to each other, to the Internet, and to a wired network (using IEEE 802.3 or Ethernet). Wi-Fi networks can operate in unlicensed 2.4 and 5 GHz radio bands, for example, at a data rate of 11 Mbps (802.11a) or 54 Mbps (802.11b), or in a product including both bands (dual band) .

본 개시의 기술 분야에서 통상의 지식을 가진 자는 정보 및 신호들이 임의의 다양한 상이한 기술들 및 기법들을 이용하여 표현될 수 있다는 것을 이해할 것이다. 예를 들어, 위의 설명에서 참조될 수 있는 데이터, 지시들, 명령들, 정보, 신호들, 비트들, 심볼들 및 칩들은 전압들, 전류들, 전자기파들, 자기장들 또는 입자들, 광학장들 또는 입자들, 또는 이들의 임의의 결합에 의해 표현될 수 있다.Those of ordinary skill in the art of this disclosure will understand that information and signals may be represented using any of a variety of different technologies and techniques. For example, data, instructions, commands, information, signals, bits, symbols and chips that may be referenced in the above description are voltages, currents, electromagnetic waves, magnetic fields or particles, optical fields. Or particles, or any combination thereof.

본 개시의 기술 분야에서 통상의 지식을 가진 자는 여기에 개시된 실시예들과 관련하여 설명된 다양한 예시적인 논리 블록들, 모듈들, 프로세서들, 수단들, 회로들 및 알고리즘 단계들이 전자 하드웨어, (편의를 위해, 여기에서 소프트웨어로 지칭되는) 다양한 형태들의 프로그램 또는 설계 코드 또는 이들 모두의 결합에 의해 구현될 수 있다는 것을 이해할 것이다. 하드웨어 및 소프트웨어의 이러한 상호 호환성을 명확하게 설명하기 위해, 다양한 예시적인 컴포넌트들, 블록들, 모듈들, 회로들 및 단계들이 이들의 기능과 관련하여 위에서 일반적으로 설명되었다. 이러한 기능이 하드웨어 또는 소프트웨어로서 구현되는지 여부는 특정한 애플리케이션 및 전체 시스템에 대하여 부과되는 설계 제약들에 따라 좌우된다. 본 개시의 기술 분야에서 통상의 지식을 가진 자는 각각의 특정한 애플리케이션에 대하여 다양한 방식들로 설명된 기능을 구현할 수 있으나, 이러한 구현 결정들은 본 개시의 범위를 벗어나는 것으로 해석되어서는 안 될 것이다.A person of ordinary skill in the art of the present disclosure includes various exemplary logical blocks, modules, processors, means, circuits and algorithm steps described in connection with the embodiments disclosed herein, electronic hardware, (convenience). For the sake of clarity, it will be appreciated that it may be implemented by various types of programs or design code or a combination of both (referred to herein as software). To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends on the particular application and design constraints imposed on the overall system. A person of ordinary skill in the art of the present disclosure may implement the described functions in various ways for each specific application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.

여기서 제시된 다양한 실시예들은 방법, 장치, 또는 표준 프로그래밍 및/또는 엔지니어링 기술을 사용한 제조 물품(article)으로 구현될 수 있다. 용어 제조 물품은 임의의 컴퓨터-판독가능 저장장치로부터 액세스 가능한 컴퓨터 프로그램, 캐리어, 또는 매체(media)를 포함한다. 예를 들어, 컴퓨터-판독가능 저장매체는 자기 저장 장치(예를 들면, 하드 디스크, 플로피 디스크, 자기 스트립, 등), 광학 디스크(예를 들면, CD, DVD, 등), 스마트 카드, 및 플래쉬 메모리 장치(예를 들면, EEPROM, 카드, 스틱, 키 드라이브, 등)를 포함하지만, 이들로 제한되는 것은 아니다. 또한, 여기서 제시되는 다양한 저장 매체는 정보를 저장하기 위한 하나 이상의 장치 및/또는 다른 기계-판독가능한 매체를 포함한다.The various embodiments presented herein may be implemented as a method, apparatus, or article of manufacture using standard programming and/or engineering techniques. The term article of manufacture includes a computer program, carrier, or media accessible from any computer-readable storage device. For example, computer-readable storage media include magnetic storage devices (e.g., hard disks, floppy disks, magnetic strips, etc.), optical disks (e.g., CD, DVD, etc.), smart cards, and flash Memory devices (eg, EEPROM, cards, sticks, key drives, etc.). In addition, the various storage media presented herein include one or more devices and/or other machine-readable media for storing information.

제시된 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조는 예시적인 접근들의 일례임을 이해하도록 한다. 설계 우선순위들에 기반하여, 본 개시의 범위 내에서 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조가 재배열될 수 있다는 것을 이해하도록 한다. 첨부된 방법 청구항들은 샘플 순서로 다양한 단계들의 엘리먼트들을 제공하지만 제시된 특정한 순서 또는 계층 구조에 한정되는 것을 의미하지는 않는다.It is to be understood that the specific order or hierarchy of steps in the presented processes is an example of exemplary approaches. Based on the design priorities, it is to be understood that within the scope of the present disclosure a specific order or hierarchy of steps in processes may be rearranged. The appended method claims provide elements of the various steps in a sample order, but are not meant to be limited to the specific order or hierarchy presented.

제시된 실시예들에 대한 설명은 임의의 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 개시를 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이며, 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 개시는 여기에 제시된 실시예들로 한정되는 것이 아니라, 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다.A description of the presented embodiments is provided to enable any person skilled in the art to make or use the present disclosure. Various modifications to these embodiments will be apparent to those of ordinary skill in the art, and general principles defined herein may be applied to other embodiments without departing from the scope of the present disclosure. Thus, the present disclosure is not to be limited to the embodiments presented herein, but is to be construed in the widest scope consistent with the principles and novel features presented herein.

Claims (17)

컴퓨터 판독가능 저장 매체 저장된 컴퓨터 프로그램으로서, 상기 컴퓨터 프로그램은 하나 이상의 프로세서에서 실행되는 경우, 신경망을 학습시키기 위한 이하의 동작들을 수행하도록 하며, 상기 동작들은:
프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이 하는 동작; 및
선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 하는 동작;
을 포함하고,
상기 제 2 화면은,
센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 상기 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
A computer program stored in a computer-readable storage medium, wherein the computer program, when executed on one or more processors, causes the following operations to be performed for training a neural network, the operations:
Displaying a first screen including at least one first object for receiving a selection input for a project; And
Displaying a second screen for displaying project-related information corresponding to the selected project;
Including,
The second screen,
A first output area for displaying time series data acquired from a sensor, a selection area including at least one second object for receiving a selection input related to model retraining, or for displaying information corresponding to the second object Including at least one of the second output areas,
A computer program stored on a computer-readable storage medium.
제 1 항에 있어서,
상기 프로젝트는,
인공지능을 이용하여 특정 목표를 달성하기 위한 인공지능 관련 프로젝트로서,
상기 특정 목표는,
인공지능이 적용된 모델의 성능을 향상시키는 목표를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
The above project is:
As an artificial intelligence-related project to achieve specific goals using artificial intelligence,
The specific goals above are,
Including the goal of improving the performance of models to which artificial intelligence is applied,
A computer program stored on a computer-readable storage medium.
제 1 항에 있어서,
상기 선택 영역은,
상기 모델 학습에 관련된 정보를 제 2 출력 영역에 디스플레이하기 위한 객체가 포함된 영역으로서,
모델의 성능 정보를 상기 제 2 출력 영역에 디스플레이하기 위한 성능 모니터링 선택 객체,
모델의 학습과 관련된 학습 데이터 세트 정보를 상기 제 2 출력 영역에 디스플레이하기 위한 학습 데이터 세트 선택 객체,
현재 모델의 학습 진행 상황에 대한 정보를 제 2 출력 영역에 디스플레이하기 위한 학습 콘솔 선택 객체,
적어도 하나 이상의 모델에 대한 정보를 상기 제 2 출력 영역에 디스플레이하기 위한 모델 아카이브 선택 객체, 또는
상기 모델을 이용하여 감지된 어노말리 정보를 상기 제 2 출력 영역에 디스플레이하기 위한 감지된 어노말리 출력 선택 객체 중
적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
The selection area,
An area including an object for displaying information related to model training in a second output area,
A performance monitoring selection object for displaying model performance information in the second output area,
A training data set selection object for displaying training data set information related to training of the model in the second output area,
Learning console selection object for displaying information on the training progress of the current model in the second output area,
A model archive selection object for displaying information on at least one model in the second output area, or
Among the detected anomaly output selection objects for displaying the anomaly information detected using the model in the second output area
Containing at least one,
A computer program stored on a computer-readable storage medium.
제 1 항에 있어서,
상기 제 2 출력 영역에 학습 데이터 세트 출력 화면을 디스플레이하는 동작;
을 더 포함하고,
상기 학습 데이터 세트 출력 화면은,
적어도 하나의 학습 데이터 세트가 나열된 학습 데이터 세트 리스트,
사용자가 모델 학습에 사용될 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 추가 객체, 또는
사용자가 모델 학습에 사용되지 않을 학습 데이터 세트에 대한 선택 입력을 수신하기 위한 학습 데이터 세트 제거 객체
중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
Displaying a training data set output screen in the second output area;
Including more,
The training data set output screen,
A list of training data sets listing at least one training data set,
A training data set additional object for the user to receive selection input for the training data set to be used for model training, or
Training dataset removal object for the user to receive selection inputs for training datasets that will not be used to train the model.
Containing at least one of,
A computer program stored on a computer-readable storage medium.
제 4 항에 있어서,
상기 학습 데이터 세트는,
모델의 학습에 사용된 제 1 학습 데이터 세트, 또는
모델의 재학습에 사용될 새로운 제 2 학습 데이터 세트
중 적어도 하나를 포함하고,
상기 제 2 학습 데이터 세트는,
상기 센서로부터 실시간으로 획득하는 상기 시계열 데이터 중 적어도 일부 및 그에 대응하는 라벨을 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 4,
The training data set,
The first set of training data used to train the model, or
A new second training data set to be used for retraining the model
Including at least one of,
The second training data set,
Including at least a portion of the time series data acquired in real time from the sensor and a label corresponding thereto,
A computer program stored on a computer-readable storage medium.
제 1 항에 있어서,
제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 학습 데이터 세트 선택 화면을 디스플레이하는 동작;
을 더 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
Displaying a training data set selection screen allowing a user to select a second training data set;
It further includes,
A computer program stored on a computer-readable storage medium.
제 6 항에 있어서,
상기 학습 데이터 세트 선택 화면은,
상기 제 2 학습 데이터 세트를 사용자로 하여금 선택할 수 있도록 하는 화면으로서,
상기 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 1 기준을 기초로 필터링하기 위한 시간 변수 설정 영역 또는
상기 시계열 데이터를 모델에 입력시켜 획득한 데이터를 사전 결정된 제 2 기준을 기초로 분할한 데이터 청크를 디스플레이하기 위한 데이터 청크 영역
중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 6,
The training data set selection screen,
As a screen allowing a user to select the second training data set,
A time variable setting area for filtering the data obtained by inputting the time series data into the model based on a predetermined first criterion, or
A data chunk area for displaying a data chunk obtained by inputting the time series data into a model and dividing the data obtained based on a second predetermined criterion
Containing at least one of,
A computer program stored on a computer-readable storage medium.
제 7 항에 있어서,
상기 데이터 청크는,
사전 결정된 제 2 기준을 기초로 분할된 복수개의 상기 시계열 데이터를 모델에 입력시켜 획득한 데이터 세트 각각의 통계적 특징
을 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 7,
The data chunk is
Statistical features of each data set obtained by inputting a plurality of the time series data divided based on a predetermined second criterion into a model
Containing,
A computer program stored on a computer-readable storage medium.
제 7 항에 있어서,
상기 사전 결정된 제 2 기준은,
상기 모델을 이용하여 획득한 데이터 중 오분류 데이터를 검출하기 위한 기준으로서,
상기 모델을 이용하여 획득한 데이터가 제 1 상태에서 제 2 상태로 변하는 제 1 포인트, 상기 모델의 출력이 상기 제 2 상태에서 상기 제 1 상태로 변하는 제 2 포인트, 상기 제 1 상태인 상기 모델의 출력에 존재하는 임의의 제 3 포인트 또는 상기 제 2 상태인 상기 모델의 출력에 존재하는 임의의 제 4 포인트 중 적어도 하나에 기초하여 상기 시계열 데이터를 모델에 입력시켜 획득한 데이터를 복수개의 데이터 청크로 분할하는 기준
을 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 7,
The predetermined second criterion is,
As a criterion for detecting misclassified data among data acquired using the model,
A first point at which data acquired using the model changes from a first state to a second state, a second point at which the output of the model changes from the second state to the first state, and the first state of the model Data obtained by inputting the time series data to a model based on at least one of a third point present in the output or a fourth point present in the output of the model in the second state is converted into a plurality of data chunks. Standard to divide
Containing,
A computer program stored on a computer-readable storage medium.
제 7 항에 있어서,
상기 데이터 청크는,
사용자에게 모델 재학습에 이용될 데이터 청크를 데이터 청크 추천 알고리즘을 통해 산출된 데이터 청크를 포함하는 데이터 청크, 또는
사용자 선택 입력 신호를 수신하여 선택된 데이터 청크와 통계적 특징이 유사한 적어도 하나의 데이터 청크를 포함하는 데이터 청크
중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 7,
The data chunk is
A data chunk including a data chunk calculated through a data chunk recommendation algorithm for the data chunk to be used for model retraining to the user, or
A data chunk including at least one data chunk having statistical characteristics similar to the selected data chunk by receiving a user-selected input signal
Containing at least one of,
A computer program stored on a computer-readable storage medium.
제 1 항에 있어서,
상기 제 2 출력 영역에 모델 아카이브 출력 화면을 디스플레이하는 동작;
을 더 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
Displaying a model archive output screen in the second output area;
It further includes,
A computer program stored on a computer-readable storage medium.
제 11 항에 있어서,
상기 모델 아카이브 출력 화면은,
복수개의 모델 각각에 대한 정보를 디스플레이하는 화면으로서,
모델 아카이브에 저장된 복수개의 모델을 한눈에 볼 수 있도록 디스플레이하기 위한 모델 리스트 출력 영역 또는
사용자의 선택 입력 신호를 수신하여 선택된 모델에 대한 정보를 디스플레이하기 위한 모델 정보 출력 영역
중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 11,
The above model archive output screen is:
As a screen that displays information on each of a plurality of models,
Model list output area for displaying multiple models stored in the model archive in a glance, or
Model information output area for receiving user's selection input signal and displaying information on the selected model
Containing at least one of,
A computer program stored on a computer-readable storage medium.
제 12 항에 있어서,
상기 모델 리스트는,
상기 프로젝트를 진행하면서 학습된 모델,
제 2 학습 데이터 세트를 학습된 모델에 입력시켜 재학습된 모델,
상기 모델 아카이브에 포함된 복수개의 모델 중에서 유사한 통계적 특징을 가지는 모델을 통합하여 새롭게 생성된 모델, 또는
새롭게 입력된 데이터에 대응하는 모델을 사용자에게 추천하기 위하여, 상기 모델 아카이브에 포함된 복수개의 모델 각각의 히트율에 기초하여 결정된 모델
중 적어도 하나를 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 12,
The above model list is:
The model learned while proceeding with the above project,
The retrained model by inputting the second training data set into the trained model,
A model newly created by integrating a model having similar statistical characteristics among a plurality of models included in the model archive, or
A model determined based on the hit rate of each of a plurality of models included in the model archive in order to recommend a model corresponding to the newly inputted data to the user
Containing at least one of,
A computer program stored on a computer-readable storage medium.
제 1 항에 있어서,
상기 제 2 출력 영역에 감지된 어노말리 출력 화면을 디스플레이하는 동작;
을 더 포함하는,
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 1,
Displaying an anomaly output screen detected in the second output area;
It further includes,
A computer program stored on a computer-readable storage medium.
제 14 항에 있어서,
상기 감지된 어노말리 출력 화면은,
상기 모델을 이용하여 획득한 데이터 중 어노말리 데이터에 관련된 정보를 디스플레이하기 위한 화면으로서,
모델을 이용하여 획득한 어노말리 데이터 리스트를 디스플레이하기 위한 어노말리 감지 결과 출력 영역 또는
사용자 선택 입력 신호를 수신하여 선택된 어노말리 데이터에 대한 정보를 디스플레이하기 위한 어노말리 정보 출력 영역
중 적어도 하나를 포함하는
컴퓨터 판독가능 저장매체에 저장된 컴퓨터 프로그램.
The method of claim 14,
The detected anomaly output screen,
As a screen for displaying information related to anomaly data among data acquired using the model,
An anomaly detection result output area for displaying an anomaly data list acquired using the model, or
An anomaly information output area for receiving a user-selected input signal and displaying information on the selected anomaly data
Containing at least one of
A computer program stored on a computer-readable storage medium.
신경망을 학습시키기 위한 방법으로서,
프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이 하는 단계; 및
선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 하는 단계;
를 포함하고,
상기 제 2 화면은,
센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 상기 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함하는,
신경망을 학습시키기 위한 방법.
As a way to train a neural network,
Displaying a first screen including at least one first object for receiving a selection input for a project; And
Displaying a second screen for displaying project-related information corresponding to the selected project;
Including,
The second screen,
A first output area for displaying time series data acquired from a sensor, a selection area including at least one second object for receiving a selection input related to model retraining, or for displaying information corresponding to the second object Including at least one of the second output areas,
A method for training a neural network.
신경망을 학습시키기 위한 방법을 제공하기 위한 컴퓨팅 장치로서,
하나 이상의 코어를 포함하는 프로세서; 및
메모리;
를 포함하고,
상기 프로세서는,
프로젝트에 대한 선택 입력을 수신하기 위한 적어도 하나의 제 1 객체를 포함하는 제 1 화면을 디스플레이 하고, 그리고
선택된 프로젝트와 대응되는 프로젝트 관련 정보를 디스플레이 하기 위한 제 2 화면을 디스플레이 하고,
상기 제 2 화면은,
센서로부터 획득한 시계열 데이터를 디스플레이하기 위한 제 1 출력 영역, 모델 재학습에 관련된 선택 입력을 수신하기 위한 적어도 하나의 제 2 객체를 포함하는 선택 영역 또는 상기 제 2 객체에 대응하는 정보를 디스플레이 하기 위한 제 2 출력 영역 중 적어도 하나를 포함하는,
컴퓨팅 장치

A computing device for providing a method for training a neural network,
A processor including one or more cores; And
Memory;
Including,
The processor,
Displaying a first screen including at least one first object for receiving a selection input for the project, and
Display a second screen for displaying project-related information corresponding to the selected project,
The second screen,
A first output area for displaying time series data acquired from a sensor, a selection area including at least one second object for receiving a selection input related to model retraining, or for displaying information corresponding to the second object Including at least one of the second output areas,
Computing device

KR1020200022453A 2019-10-28 2020-02-24 Method for training neural network KR20210050414A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/083,178 US20210125068A1 (en) 2019-10-28 2020-10-28 Method for training neural network
KR1020230033044A KR102549702B1 (en) 2019-10-28 2023-03-14 Method for training neural network

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20190134213 2019-10-28
KR1020190134213 2019-10-28

Related Child Applications (1)

Application Number Title Priority Date Filing Date
KR1020230033044A Division KR102549702B1 (en) 2019-10-28 2023-03-14 Method for training neural network

Publications (1)

Publication Number Publication Date
KR20210050414A true KR20210050414A (en) 2021-05-07

Family

ID=75916732

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200022453A KR20210050414A (en) 2019-10-28 2020-02-24 Method for training neural network

Country Status (1)

Country Link
KR (1) KR20210050414A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11386706B1 (en) 2021-11-17 2022-07-12 Suprema Inc. Device and method for classifying biometric authentication data

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11386706B1 (en) 2021-11-17 2022-07-12 Suprema Inc. Device and method for classifying biometric authentication data
KR20230072216A (en) 2021-11-17 2023-05-24 주식회사 슈프리마 Method and apparatus for classifying processing biometric authentication data
US11861938B2 (en) 2021-11-17 2024-01-02 Suprema Inc. Device and method for classifying biometric authentication data

Similar Documents

Publication Publication Date Title
KR102101974B1 (en) Anomaly detection
KR102295805B1 (en) Method for managing training data
KR102531645B1 (en) Computer program for performance testing of models
KR102313626B1 (en) Method for training neural network
KR102372487B1 (en) Method for determinating optimal anomaly detection model for processing input data
KR102583582B1 (en) Method for generating anoamlous data
US20230152777A1 (en) Method for detecting abnormality
KR102549702B1 (en) Method for training neural network
KR20210074269A (en) Method for determinating optimal anomaly detection model for processing input data
US11625574B2 (en) Method for generating abnormal data
KR20210050414A (en) Method for training neural network
KR102364881B1 (en) Training method for model that imitates expert and apparatus thereof
KR102287673B1 (en) Method for generating abnormal data
KR102292703B1 (en) Method for transfer learning based on feature set information
KR102552230B1 (en) Data labeling method using artificial intelligence model in cloud platform
KR102260169B1 (en) Method to generate data
KR102562197B1 (en) Method of data selection and anomaly detection base on auto-encoder model
KR102550108B1 (en) Welding defects detecting method using artificial intelligence model in cloud platform
KR102616968B1 (en) Method for determining whether to additionally train anomaly detection model and determining adequacy of training data
KR102550107B1 (en) Affective quality inspection method using artificial intelligence model in cloud platform
US20230267311A1 (en) Method Of Selection And Optimization Of Auto-Encoder Model
KR20240025318A (en) Method for prediction from sequential information
KR20230103820A (en) Method and device for training gan model to perform missing data imputation

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E601 Decision to refuse application
E601 Decision to refuse application
E801 Decision on dismissal of amendment