• Title/Summary/Keyword: 튜닝

Search Result 643, Processing Time 0.024 seconds

Similar Contents Recommendation Model Based On Contents Meta Data Using Language Model (언어모델을 활용한 콘텐츠 메타 데이터 기반 유사 콘텐츠 추천 모델)

  • Donghwan Kim
    • Journal of Intelligence and Information Systems
    • /
    • v.29 no.1
    • /
    • pp.27-40
    • /
    • 2023
  • With the increase in the spread of smart devices and the impact of COVID-19, the consumption of media contents through smart devices has significantly increased. Along with this trend, the amount of media contents viewed through OTT platforms is increasing, that makes contents recommendations on these platforms more important. Previous contents-based recommendation researches have mostly utilized metadata that describes the characteristics of the contents, with a shortage of researches that utilize the contents' own descriptive metadata. In this paper, various text data including titles and synopses that describe the contents were used to recommend similar contents. KLUE-RoBERTa-large, a Korean language model with excellent performance, was used to train the model on the text data. A dataset of over 20,000 contents metadata including titles, synopses, composite genres, directors, actors, and hash tags information was used as training data. To enter the various text features into the language model, the features were concatenated using special tokens that indicate each feature. The test set was designed to promote the relative and objective nature of the model's similarity classification ability by using the three contents comparison method and applying multiple inspections to label the test set. Genres classification and hash tag classification prediction tasks were used to fine-tune the embeddings for the contents meta text data. As a result, the hash tag classification model showed an accuracy of over 90% based on the similarity test set, which was more than 9% better than the baseline language model. Through hash tag classification training, it was found that the language model's ability to classify similar contents was improved, which demonstrated the value of using a language model for the contents-based filtering.

Forecasting Korean CPI Inflation (우리나라 소비자물가상승률 예측)

  • Kang, Kyu Ho;Kim, Jungsung;Shin, Serim
    • Economic Analysis
    • /
    • v.27 no.4
    • /
    • pp.1-42
    • /
    • 2021
  • The outlook for Korea's consumer price inflation rate has a profound impact not only on the Bank of Korea's operation of the inflation target system but also on the overall economy, including the bond market and private consumption and investment. This study presents the prediction results of consumer price inflation in Korea for the next three years. To this end, first, model selection is performed based on the out-of-sample predictive power of autoregressive distributed lag (ADL) models, AR models, small-scale vector autoregressive (VAR) models, and large-scale VAR models. Since there are many potential predictors of inflation, a Bayesian variable selection technique was introduced for 12 macro variables, and a precise tuning process was performed to improve predictive power. In the case of the VAR model, the Minnesota prior distribution was applied to solve the dimensional curse problem. Looking at the results of long-term and short-term out-of-sample predictions for the last five years, the ADL model was generally superior to other competing models in both point and distribution prediction. As a result of forecasting through the combination of predictions from the above models, the inflation rate is expected to maintain the current level of around 2% until the second half of 2022, and is expected to drop to around 1% from the first half of 2023.

Effect of Molecular Weight Distribution of Intrinsically Microporous Polymer (PIM-1) Membrane on the CO2 Separation Performance (마이크로기공 고분자(PIM-1)의 분자량 분포에 따른 이산화탄소 기체 분리막의 성능 변화 연구)

  • Ji Min Kwon;Hye Jeong Son;Jin Uk Kim;Chang Soo Lee
    • Membrane Journal
    • /
    • v.33 no.6
    • /
    • pp.362-368
    • /
    • 2023
  • This research article explores the application of Polymer of Intrinsic Microporosity (PIM-1) as a cutting-edge material for CO2 gas separation membranes in response to the escalating global concern over climate change and the imperative to reduce greenhouse gas emissions. The study delves into the synthesis, molecular weight control, and fabrication of PIM-1 membranes, providing comprehensive insights through various characterization techniques. The intrinsic microporosity of PIM-1, arising from its unique crosslinked and rigid structure, is harnessed for selective gas permeation, particularly of carbon dioxide. The article emphasizes the tunable chemical properties of PIM-1, allowing for customization and optimization of gas separation membranes. By controlling the molecular weight, higher molecular weight (H-PIM-1) membranes are demonstrated to exhibit superior CO2 permeability and selectivity compared to lower molecular weight counterparts (L-PIM-1). The study's findings highlight the critical role of molecular weight in tailoring PIM-1 membrane properties, contributing to the advancement of next-generation membrane technologies for efficient and selective CO2 capture-an essential step in addressing the pressing global challenge of climate change.

Statistical Method and Deep Learning Model for Sea Surface Temperature Prediction (수온 데이터 예측 연구를 위한 통계적 방법과 딥러닝 모델 적용 연구)

  • Moon-Won Cho;Heung-Bae Choi;Myeong-Soo Han;Eun-Song Jung;Tae-Soon Kang
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.29 no.6
    • /
    • pp.543-551
    • /
    • 2023
  • As climate change continues to prompt an increasing demand for advancements in disaster and safety management technologies to address abnormal high water temperatures, typhoons, floods, and droughts, sea surface temperature has emerged as a pivotal factor for swiftly assessing the impacts of summer harmful algal blooms in the seas surrounding Korean Peninsula and the formation and dissipation of cold water along the East Coast of Korea. Therefore, this study sought to gauge predictive performance by leveraging statistical methods and deep learning algorithms to harness sea surface temperature data effectively for marine anomaly research. The sea surface temperature data employed in the predictions spans from 2018 to 2022 and originates from the Heuksando Tidal Observatory. Both traditional statistical ARIMA methods and advanced deep learning models, including long short-term memory (LSTM) and gated recurrent unit (GRU), were employed. Furthermore, prediction performance was evaluated using the attention LSTM technique. The technique integrated an attention mechanism into the sequence-to-sequence (s2s), further augmenting the performance of LSTM. The results showed that the attention LSTM model outperformed the other models, signifying its superior predictive performance. Additionally, fine-tuning hyperparameters can improve sea surface temperature performance.

Generative AI service implementation using LLM application architecture: based on RAG model and LangChain framework (LLM 애플리케이션 아키텍처를 활용한 생성형 AI 서비스 구현: RAG모델과 LangChain 프레임워크 기반)

  • Cheonsu Jeong
    • Journal of Intelligence and Information Systems
    • /
    • v.29 no.4
    • /
    • pp.129-164
    • /
    • 2023
  • In a situation where the use and introduction of Large Language Models (LLMs) is expanding due to recent developments in generative AI technology, it is difficult to find actual application cases or implementation methods for the use of internal company data in existing studies. Accordingly, this study presents a method of implementing generative AI services using the LLM application architecture using the most widely used LangChain framework. To this end, we reviewed various ways to overcome the problem of lack of information, focusing on the use of LLM, and presented specific solutions. To this end, we analyze methods of fine-tuning or direct use of document information and look in detail at the main steps of information storage and retrieval methods using the retrieval augmented generation (RAG) model to solve these problems. In particular, similar context recommendation and Question-Answering (QA) systems were utilized as a method to store and search information in a vector store using the RAG model. In addition, the specific operation method, major implementation steps and cases, including implementation source and user interface were presented to enhance understanding of generative AI technology. This has meaning and value in enabling LLM to be actively utilized in implementing services within companies.

A Study on the Drug Classification Using Machine Learning Techniques (머신러닝 기법을 이용한 약물 분류 방법 연구)

  • Anmol Kumar Singh;Ayush Kumar;Adya Singh;Akashika Anshum;Pradeep Kumar Mallick
    • Advanced Industrial SCIence
    • /
    • v.3 no.2
    • /
    • pp.8-16
    • /
    • 2024
  • This paper shows the system of drug classification, the goal of this is to foretell the apt drug for the patients based on their demographic and physiological traits. The dataset consists of various attributes like Age, Sex, BP (Blood Pressure), Cholesterol Level, and Na_to_K (Sodium to Potassium ratio), with the objective to determine the kind of drug being given. The models used in this paper are K-Nearest Neighbors (KNN), Logistic Regression and Random Forest. Further to fine-tune hyper parameters using 5-fold cross-validation, GridSearchCV was used and each model was trained and tested on the dataset. To assess the performance of each model both with and without hyper parameter tuning evaluation metrics like accuracy, confusion matrices, and classification reports were used and the accuracy of the models without GridSearchCV was 0.7, 0.875, 0.975 and with GridSearchCV was 0.75, 1.0, 0.975. According to GridSearchCV Logistic Regression is the most suitable model for drug classification among the three-model used followed by the K-Nearest Neighbors. Also, Na_to_K is an essential feature in predicting the outcome.

The Effect of Nuclear Overhauser Enhancement in Liver and Heart $^{31}P$ NMR Spectra Localized by 2D Chemical Shift Technique (이차원 화학변위 기법을 이용한 간 및 심장 $^{31}P$ 자기공명분광에서의 Nuclear Overhauser 효과에 대한 연구)

  • Ryeom Hun-Kyu;Lee Jongmin;Kim Yong-Sun;Lee Sang-Kwon;Suh Kyung-Jin;Bae Sung-Jin;Chang Yongmin
    • Investigative Magnetic Resonance Imaging
    • /
    • v.8 no.2
    • /
    • pp.94-99
    • /
    • 2004
  • Purpose : To investigate the signal enhancement ratio by NOE effect on in vivo $^{31}P$ MRS in human heart muscle and liver. we also evaluated the enhancement ratios of different phosphorus metabolites, which are important in 31P MRS for each organ. Materials and Methods : Ten normal subjects (M:F = 8:2, age range = 24-32 yrs) were included for in vivo $^{31}P$ MRS measurements on a 1.5 T whole-body MRI/MRS system using $^1H-^{31}P$ dual tuned surface coil. Two-dimensional Chemical Shift Imaging (2D CSI) pulse sequence for $^{31}P$ MRS was employed in all $^{31}P$ MRS measurements. First, $^{31}P$ MRS performed without NOE effect and then the same 2D CSI data acquisitions were repeated with NOE effect. After postprocessing the MRS raw data in the time domain, the signal enhancements in percent were estimated from the major metabolites. Results : The calculated NOE enhancement for liver $^{31}P$ MRS were $\alpha-ATP\;(7\%),\;\beta-ATP\;(9\%),\;\gamma-ATP\;(17\%),\;Pi\;(1\%),\;PDE\;(19\%)$ and $PME\;(31\%)$. Because there is no creatine kinase activity in liver, PCr signal is absent. For cardiac $^{31}P$ MRS, whole body coil gave better scout images and thus better localization than surface coil. In $^{31}P$cardiac multi-voxel spectra, DPG signal increased from left to right according to the amount of blood included. The calculated enhancement for cardiac $^{31}P$ MRS were : $\alpha-ATP\;(12\%),\;\beta-ATP\;(19\%),\;\gamma-ATP\;(30\%),\;PCr\;(34\%),\;Pi\;(20\%),\;(PDE)\;(51\%),\;and\;DPG\;(72\%)$. Conclusion : Our results revealed that the NOE effect was more pronounced in heart muscle than in liver with different coupling to 1H spin system and thus different heteronuclear cross-relaxation.

  • PDF

Finding Influential Users in the SNS Using Interaction Concept : Focusing on the Blogosphere with Continuous Referencing Relationships (상호작용성에 의한 SNS 영향유저 선정에 관한 연구 : 연속적인 참조관계가 있는 블로고스피어를 중심으로)

  • Park, Hyunjung;Rho, Sangkyu
    • The Journal of Society for e-Business Studies
    • /
    • v.17 no.4
    • /
    • pp.69-93
    • /
    • 2012
  • Various influence-related relationships in Social Network Services (SNS) among users, posts, and user-and-post, can be expressed using links. The current research evaluates the influence of specific users or posts by analyzing the link structure of relevant social network graphs to identify influential users. We applied the concept of mutual interactions proposed for ranking semantic web resources, rather than the voting notion of Page Rank or HITS, to blogosphere, one of the early SNS. Through many experiments with network models, where the performance and validity of each alternative approach can be analyzed, we showed the applicability and strengths of our approach. The weight tuning processes for the links of these network models enabled us to control the experiment errors form the link weight differences and compare the implementation easiness of alternatives. An additional example of how to enter the content scores of commercial or spam posts into the graph-based method is suggested on a small network model as well. This research, as a starting point of the study on identifying influential users in SNS, is distinctive from the previous researches in the following points. First, various influence-related properties that are deemed important but are disregarded, such as scraping, commenting, subscribing to RSS feeds, and trusting friends, can be considered simultaneously. Second, the framework reflects the general phenomenon where objects interacting with more influential objects increase their influence. Third, regarding the extent to which a bloggers causes other bloggers to act after him or her as the most important factor of influence, we treated sequential referencing relationships with a viewpoint from that of PageRank or HITS (Hypertext Induced Topic Selection).

Conditional Generative Adversarial Network based Collaborative Filtering Recommendation System (Conditional Generative Adversarial Network(CGAN) 기반 협업 필터링 추천 시스템)

  • Kang, Soyi;Shin, Kyung-shik
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.157-173
    • /
    • 2021
  • With the development of information technology, the amount of available information increases daily. However, having access to so much information makes it difficult for users to easily find the information they seek. Users want a visualized system that reduces information retrieval and learning time, saving them from personally reading and judging all available information. As a result, recommendation systems are an increasingly important technologies that are essential to the business. Collaborative filtering is used in various fields with excellent performance because recommendations are made based on similar user interests and preferences. However, limitations do exist. Sparsity occurs when user-item preference information is insufficient, and is the main limitation of collaborative filtering. The evaluation value of the user item matrix may be distorted by the data depending on the popularity of the product, or there may be new users who have not yet evaluated the value. The lack of historical data to identify consumer preferences is referred to as data sparsity, and various methods have been studied to address these problems. However, most attempts to solve the sparsity problem are not optimal because they can only be applied when additional data such as users' personal information, social networks, or characteristics of items are included. Another problem is that real-world score data are mostly biased to high scores, resulting in severe imbalances. One cause of this imbalance distribution is the purchasing bias, in which only users with high product ratings purchase products, so those with low ratings are less likely to purchase products and thus do not leave negative product reviews. Due to these characteristics, unlike most users' actual preferences, reviews by users who purchase products are more likely to be positive. Therefore, the actual rating data is over-learned in many classes with high incidence due to its biased characteristics, distorting the market. Applying collaborative filtering to these imbalanced data leads to poor recommendation performance due to excessive learning of biased classes. Traditional oversampling techniques to address this problem are likely to cause overfitting because they repeat the same data, which acts as noise in learning, reducing recommendation performance. In addition, pre-processing methods for most existing data imbalance problems are designed and used for binary classes. Binary class imbalance techniques are difficult to apply to multi-class problems because they cannot model multi-class problems, such as objects at cross-class boundaries or objects overlapping multiple classes. To solve this problem, research has been conducted to convert and apply multi-class problems to binary class problems. However, simplification of multi-class problems can cause potential classification errors when combined with the results of classifiers learned from other sub-problems, resulting in loss of important information about relationships beyond the selected items. Therefore, it is necessary to develop more effective methods to address multi-class imbalance problems. We propose a collaborative filtering model using CGAN to generate realistic virtual data to populate the empty user-item matrix. Conditional vector y identify distributions for minority classes and generate data reflecting their characteristics. Collaborative filtering then maximizes the performance of the recommendation system via hyperparameter tuning. This process should improve the accuracy of the model by addressing the sparsity problem of collaborative filtering implementations while mitigating data imbalances arising from real data. Our model has superior recommendation performance over existing oversampling techniques and existing real-world data with data sparsity. SMOTE, Borderline SMOTE, SVM-SMOTE, ADASYN, and GAN were used as comparative models and we demonstrate the highest prediction accuracy on the RMSE and MAE evaluation scales. Through this study, oversampling based on deep learning will be able to further refine the performance of recommendation systems using actual data and be used to build business recommendation systems.

A Case Study on the Design of Pickup Truck Tuning Equipment according to the Lifestyle of Modern People (현대인의 라이프스타일에 따른 픽업트럭 튜닝 용품 디자인 사례 연구)

  • Lee, Dong-Hun;Park, Hae-Lim;Lee, Sang-Ki
    • Journal of Service Research and Studies
    • /
    • v.13 no.4
    • /
    • pp.131-141
    • /
    • 2023
  • Changes in consumer needs and behaviors according to lifestyle changes lead to consumption culture, affecting the automobile market. However, research and research to provide options tailored to the lifestyle of consumers in related markets are still insufficient. Focusing on pickup truck accessories applied to pickup trucks that reflect lifestyle the most among vehicle types, this study first examined the theoretical background of the aftermarket market and lifestyle of pickup trucks. Second, through image mapping, the market possibilities and opportunity factors of pickup trucks were discovered through market size analysis and possibilities, and through this, user types could be classified. Third, interviews were conducted with those representing user types, the contents were organized, and interviews were conducted centering on related groups to create a persona of a user group, and what needs each group's persona wanted. Finally, a design concept suitable for the issue keywords and insights derived for each user lifestyle type was presented. In this study, the user type was divided into ① outdoor activity type, ② hobby activity type, and ③ small-scale work type, and a design case study was conducted by applying the concept suitable for the keyword for each group. For the outdoor activity type, a variable storage structure and a living space-type accessory design were presented, and for the hobby type, a modular decktop design and a sports coupe-type hardtop design were presented. For the small business type, a partition that is easy to fix the load and a stepper design that is easy to board the cargo box were presented. It is expected that the size of the pickup truck aftermarket will be expanded by diversifying the option designs that users want by lifestyle by applying them to the development of pickup truck accessories that fit the lifestyle of pickup truck users in the automobile market, which is currently mass customized.