• Title/Summary/Keyword: label data

Search Result 461, Processing Time 0.031 seconds

Characteristics of Private Label Users of Low Involvement Products: Scanner Data Analysis (저관여 생필품 소매업체상표 구매자의 특성: 스캐너 데이터 분석)

  • CHO, Jae-Wun
    • Journal of Distribution Science
    • /
    • v.17 no.5
    • /
    • pp.95-102
    • /
    • 2019
  • Purpose - The purpose of the research is to identify the demographic characteristics of the customers with high private label purchase intention. According to the previous research demographics such as gender, age, income, and residence type affect private label purchase intention indirectly through psychographics rather than directly. For instance, higher income group is time pressured, price-insensitive, quality-sensitive, less likely to enjoy shopping utilitarian products, and less likely to be variety-seeking. The main contribution of this research is to verify the results found in the previous empirical foreign research using scanner data and to investigate the differences of the characteristics of private label users between Korea and the foreign countries. Research design, data, and methodology - In order to empirically test the proposed hypotheses, scanner data of a Korean major super center was analyzed. Results - Empirical results show that private labels are more favored by old people over 50s, dwellers in individual house, lower income group, and frequent store visitors. Age of 30s, dwellers in the apartment of 30 pyung, higher income group, and consumers who purchased a large amount are less likely to purchase private labels. Gender turned out not to affect private label purchase. It should be noted that there is a significant multicollinearity among independent variables. Conclusions - The research findings provide managerial implication for retailers' private label strategy. In general, retailers heavily send private label coupons to the customers with high purchase volume. According to the research, however, store visit frequency is much more positively associated with private label purchase than purchase amount. The study has some limitations. The samples are only consumers with private label purchase experience. The data were drawn from one store and only 8 commodity products were used for the analysis. Also, if more demographics were available, a more complete description on the private brand users' profile could have been derived. We propose the following future research. Research using the data including consumers without private label experience, research investigating direction of causality between private label loyalty and store loyalty, and research using hedonic private label products such as TV and PC could be promising.

A Comparative Study of Classification Methods Using Data with Label Noise (레이블 노이즈가 존재하는 자료의 판별분석 방법 비교연구)

  • Kwon, So Young;Kim, Kyoung Hee
    • Journal of the Korean Data Analysis Society
    • /
    • v.20 no.6
    • /
    • pp.2853-2864
    • /
    • 2018
  • Discriminant analysis predicts a class label of a new observation with an unknown label, using information from the existing labeled data. Hence, observed labels play a critical role in the analysis and we usually assume that these labels are correct. If the observed label contains an error, the data has label noise. Label noise can frequently occur in real data, which would affect classification performance. In order to resolve this, a comparative study was carried out using simulated data with label noise. In particular, we considered 4 different classification techniques such as LDA (linear discriminant analysis classifiers), QDA (quadratic discriminant analysis classifiers), KNN (k-nearest neighbour), and SVM (support vector machine). Then we evaluated each method via average accuracy using generated data from various scenarios. The effect of label noise was investigated through its occurrence rate and type (noise location). We confirmed that the label noise is a significant factor influencing the classification performance.

Effective Multi-label Feature Selection based on Large Offspring Set created by Enhanced Evolutionary Search Process

  • Lim, Hyunki;Seo, Wangduk;Lee, Jaesung
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.9
    • /
    • pp.7-13
    • /
    • 2018
  • Recent advancement in data gathering technique improves the capability of information collecting, thus allowing the learning process between gathered data patterns and application sub-tasks. A pattern can be associated with multiple labels, demanding multi-label learning capability, resulting in significant attention to multi-label feature selection since it can improve multi-label learning accuracy. However, existing evolutionary multi-label feature selection methods suffer from ineffective search process. In this study, we propose a evolutionary search process for the task of multi-label feature selection problem. The proposed method creates large set of offspring or new feature subsets and then retains the most promising feature subset. Experimental results demonstrate that the proposed method can identify feature subsets giving good multi-label classification accuracy much faster than conventional methods.

Label Embedding for Improving Classification Accuracy UsingAutoEncoderwithSkip-Connections (다중 레이블 분류의 정확도 향상을 위한 스킵 연결 오토인코더 기반 레이블 임베딩 방법론)

  • Kim, Museong;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.175-197
    • /
    • 2021
  • Recently, with the development of deep learning technology, research on unstructured data analysis is being actively conducted, and it is showing remarkable results in various fields such as classification, summary, and generation. Among various text analysis fields, text classification is the most widely used technology in academia and industry. Text classification includes binary class classification with one label among two classes, multi-class classification with one label among several classes, and multi-label classification with multiple labels among several classes. In particular, multi-label classification requires a different training method from binary class classification and multi-class classification because of the characteristic of having multiple labels. In addition, since the number of labels to be predicted increases as the number of labels and classes increases, there is a limitation in that performance improvement is difficult due to an increase in prediction difficulty. To overcome these limitations, (i) compressing the initially given high-dimensional label space into a low-dimensional latent label space, (ii) after performing training to predict the compressed label, (iii) restoring the predicted label to the high-dimensional original label space, research on label embedding is being actively conducted. Typical label embedding techniques include Principal Label Space Transformation (PLST), Multi-Label Classification via Boolean Matrix Decomposition (MLC-BMaD), and Bayesian Multi-Label Compressed Sensing (BML-CS). However, since these techniques consider only the linear relationship between labels or compress the labels by random transformation, it is difficult to understand the non-linear relationship between labels, so there is a limitation in that it is not possible to create a latent label space sufficiently containing the information of the original label. Recently, there have been increasing attempts to improve performance by applying deep learning technology to label embedding. Label embedding using an autoencoder, a deep learning model that is effective for data compression and restoration, is representative. However, the traditional autoencoder-based label embedding has a limitation in that a large amount of information loss occurs when compressing a high-dimensional label space having a myriad of classes into a low-dimensional latent label space. This can be found in the gradient loss problem that occurs in the backpropagation process of learning. To solve this problem, skip connection was devised, and by adding the input of the layer to the output to prevent gradient loss during backpropagation, efficient learning is possible even when the layer is deep. Skip connection is mainly used for image feature extraction in convolutional neural networks, but studies using skip connection in autoencoder or label embedding process are still lacking. Therefore, in this study, we propose an autoencoder-based label embedding methodology in which skip connections are added to each of the encoder and decoder to form a low-dimensional latent label space that reflects the information of the high-dimensional label space well. In addition, the proposed methodology was applied to actual paper keywords to derive the high-dimensional keyword label space and the low-dimensional latent label space. Using this, we conducted an experiment to predict the compressed keyword vector existing in the latent label space from the paper abstract and to evaluate the multi-label classification by restoring the predicted keyword vector back to the original label space. As a result, the accuracy, precision, recall, and F1 score used as performance indicators showed far superior performance in multi-label classification based on the proposed methodology compared to traditional multi-label classification methods. This can be seen that the low-dimensional latent label space derived through the proposed methodology well reflected the information of the high-dimensional label space, which ultimately led to the improvement of the performance of the multi-label classification itself. In addition, the utility of the proposed methodology was identified by comparing the performance of the proposed methodology according to the domain characteristics and the number of dimensions of the latent label space.

Calibration for Gingivitis Binary Classifier via Epoch-wise Decaying Label-Smoothing (라벨 스무딩을 활용한 치은염 이진 분류기 캘리브레이션)

  • Lee, Sanghyun
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.10a
    • /
    • pp.594-596
    • /
    • 2021
  • Future healthcare systems will heavily rely on ill-labeled data due to scarcity of the experts who are trained enough to label the data. Considering the contamination of the dataset, it is not desirable to make the neural network being overconfident to the dataset, but rather giving them some margins for the prediction is preferable. In this paper, we propose a novel epoch-wise decaying label-smoothing function to alleviate the model over-confidency, and it outperforms the neural network trained with conventional cross entropy by 6.0%.

  • PDF

Implementation of the Label Distribution Protocol for the Multiprotocol Label Switching (Multiprotocol Label Switching System을 위한 Label Distribution Protocol 구현)

  • 박재현
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.24 no.12B
    • /
    • pp.2249-2261
    • /
    • 1999
  • In this paper, we describe the design and implementation of the Label Distribution Protocol (LDP) for Multiprotocol Label Switching System. We review the implementation issues of LDP that is required to make a gigabit switched router, and propose a detail design of it. We present the data structures and procedures for the LDP as a result, which are based on IETF standard. We present design issues for applying this to carrier class products. The implemented protocol could afford 40,000 entries of the IP routing table that is required for deploying this system to commercialized data network. Furthermore this system implemented using the standard API of Unix, as a result, it has portability. By implementing LDP based on the international standard and these implementation issues, we expect that the implemented LDP will be interoperable with other commercialized products. We prove the validity of the design of the LDP through prototyping, and also verify the prototype with the specification using the process algebra and the performance analysis.

  • PDF

The Nexus Between Islamic Label and Firm Value: Evidence From Cross Country Panel Data

  • ULLAH, Naeem;WAHEED, Abdul;AMAN, Nida
    • The Journal of Asian Finance, Economics and Business
    • /
    • v.9 no.4
    • /
    • pp.409-417
    • /
    • 2022
  • This research uses a panel data set of selected developed and emerging economies to investigate the relationship between firm value and the Islamic label. A low-debt company is a proxy for excellent governance, and good governance has a significant positive impact on a company's valuation. We can claim that the Islamic label may also be a proxy for excellent governance and will significantly impact a company's economic value because it reflects low debt Sharia-compliant companies. To explore this relationship, cross-country data from non-financial enterprises in Pakistan, the United States, Malaysia, and Indonesia was acquired from 2010 to 2015. The study's findings indicate that the Islamic label has a positive significant impact on the firm's worth in the whole sample, including all countries. With the exception of the United States, we have also collected the same information at the country level. We also discovered that the corporate governance index at the firm level has a positive significant impact on firm value. The findings show that the Islamic label reflects good governance and hence can be used as a proxy for good governance. The analysis differentiates between Islamic labeled and conventional enterprises in developed and emerging nations, adding to our understanding of who contributes to enhanced corporate financial performance.

Factors associated with nutrition label use among female college students applying the theory of planned behavior

  • Lim, Hyun Jeong;Kim, Min Ju;Kim, Kyung Won
    • Nutrition Research and Practice
    • /
    • v.9 no.1
    • /
    • pp.63-70
    • /
    • 2015
  • BACKGROUND/OBJECTIVES: Use of nutrition labels in food selection is recommended for consumers. The aim of this study is to examine factors, mainly beliefs explaining nutrition label use in female college students based on the Theory of Planned Behavior (TPB). SUBJECTS/METHODS: The subjects were female college students from a university in Seoul, Korea. The survey questionnaire was composed of items examining general characteristics, nutrition label use, behavioral beliefs, normative beliefs, corresponding motivation to comply, and control beliefs. The subjects (n = 300) responded to the questionnaire by self-report, and data from 275 students were analyzed using t-test or ${\chi}^2$-test. RESULTS: The results showed that 37.8% of subjects were nutrition label users. Three out of 15 behavioral beliefs differed significantly by nutrition label use. Nutrition label users agreed more strongly on the benefits of using nutrition labels including 'comparing and selecting better foods' (P < 0.001), 'selecting healthy foods' (P < 0.05). The negative belief of 'annoying' was stronger in non-users than in users (P < 0.001). Three out of 7 sources (parents, siblings, best friend) were important in nutrition label use. Twelve out of 15 control beliefs differed significantly by nutrition label use. These included beliefs regarding constraints of using nutrition labels (e.g., time, spending money for healthy foods) and lack of nutrition knowledge (P < 0.001). Perceived confidence in understanding and applying the specifics of nutrition labels in food selection was also significantly related to nutrition label use (P < 0.001). CONCLUSIONS: This study found that the beliefs, especially control beliefs, suggested in the TPB were important in explaining nutrition label use. To promote nutrition label use, nutrition education might focus on increasing perceived control over constraints of using nutrition labels, acquiring skills for checking nutrition labels, as well as the benefits of using nutrition labels and receiving support from significant others for nutrition label use.

Design of a Node Label Data Flow Machine based on Self-timed (Self-timed 기반의 Node Label Data Flow Machine 설계)

  • Kim, Hee-Sook;Jung, Sung-Tae;Park, Hee-Soon
    • Proceedings of the KIEE Conference
    • /
    • 1998.11b
    • /
    • pp.666-668
    • /
    • 1998
  • In this paper we illustrate the design of a node label data flow machine based on self-timed paradigm. Data flow machines differ from most other parallel architectures, they are based on the concept of the data-driven computation model instead of the program store computation model. Since the data-driven computation model provides the excution of instructions asynchronously, it is natural to implement a data flow machine using self timed circuits.

  • PDF