• Title/Summary/Keyword: 구조성능실험

Search Result 5,141, Processing Time 0.037 seconds

Major Class Recommendation System based on Deep learning using Network Analysis (네트워크 분석을 활용한 딥러닝 기반 전공과목 추천 시스템)

  • Lee, Jae Kyu;Park, Heesung;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.95-112
    • /
    • 2021
  • In university education, the choice of major class plays an important role in students' careers. However, in line with the changes in the industry, the fields of major subjects by department are diversifying and increasing in number in university education. As a result, students have difficulty to choose and take classes according to their career paths. In general, students choose classes based on experiences such as choices of peers or advice from seniors. This has the advantage of being able to take into account the general situation, but it does not reflect individual tendencies and considerations of existing courses, and has a problem that leads to information inequality that is shared only among specific students. In addition, as non-face-to-face classes have recently been conducted and exchanges between students have decreased, even experience-based decisions have not been made as well. Therefore, this study proposes a recommendation system model that can recommend college major classes suitable for individual characteristics based on data rather than experience. The recommendation system recommends information and content (music, movies, books, images, etc.) that a specific user may be interested in. It is already widely used in services where it is important to consider individual tendencies such as YouTube and Facebook, and you can experience it familiarly in providing personalized services in content services such as over-the-top media services (OTT). Classes are also a kind of content consumption in terms of selecting classes suitable for individuals from a set content list. However, unlike other content consumption, it is characterized by a large influence of selection results. For example, in the case of music and movies, it is usually consumed once and the time required to consume content is short. Therefore, the importance of each item is relatively low, and there is no deep concern in selecting. Major classes usually have a long consumption time because they have to be taken for one semester, and each item has a high importance and requires greater caution in choice because it affects many things such as career and graduation requirements depending on the composition of the selected classes. Depending on the unique characteristics of these major classes, the recommendation system in the education field supports decision-making that reflects individual characteristics that are meaningful and cannot be reflected in experience-based decision-making, even though it has a relatively small number of item ranges. This study aims to realize personalized education and enhance students' educational satisfaction by presenting a recommendation model for university major class. In the model study, class history data of undergraduate students at University from 2015 to 2017 were used, and students and their major names were used as metadata. The class history data is implicit feedback data that only indicates whether content is consumed, not reflecting preferences for classes. Therefore, when we derive embedding vectors that characterize students and classes, their expressive power is low. With these issues in mind, this study proposes a Net-NeuMF model that generates vectors of students, classes through network analysis and utilizes them as input values of the model. The model was based on the structure of NeuMF using one-hot vectors, a representative model using data with implicit feedback. The input vectors of the model are generated to represent the characteristic of students and classes through network analysis. To generate a vector representing a student, each student is set to a node and the edge is designed to connect with a weight if the two students take the same class. Similarly, to generate a vector representing the class, each class was set as a node, and the edge connected if any students had taken the classes in common. Thus, we utilize Node2Vec, a representation learning methodology that quantifies the characteristics of each node. For the evaluation of the model, we used four indicators that are mainly utilized by recommendation systems, and experiments were conducted on three different dimensions to analyze the impact of embedding dimensions on the model. The results show better performance on evaluation metrics regardless of dimension than when using one-hot vectors in existing NeuMF structures. Thus, this work contributes to a network of students (users) and classes (items) to increase expressiveness over existing one-hot embeddings, to match the characteristics of each structure that constitutes the model, and to show better performance on various kinds of evaluation metrics compared to existing methodologies.

A Study of Anomaly Detection for ICT Infrastructure using Conditional Multimodal Autoencoder (ICT 인프라 이상탐지를 위한 조건부 멀티모달 오토인코더에 관한 연구)

  • Shin, Byungjin;Lee, Jonghoon;Han, Sangjin;Park, Choong-Shik
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.57-73
    • /
    • 2021
  • Maintenance and prevention of failure through anomaly detection of ICT infrastructure is becoming important. System monitoring data is multidimensional time series data. When we deal with multidimensional time series data, we have difficulty in considering both characteristics of multidimensional data and characteristics of time series data. When dealing with multidimensional data, correlation between variables should be considered. Existing methods such as probability and linear base, distance base, etc. are degraded due to limitations called the curse of dimensions. In addition, time series data is preprocessed by applying sliding window technique and time series decomposition for self-correlation analysis. These techniques are the cause of increasing the dimension of data, so it is necessary to supplement them. The anomaly detection field is an old research field, and statistical methods and regression analysis were used in the early days. Currently, there are active studies to apply machine learning and artificial neural network technology to this field. Statistically based methods are difficult to apply when data is non-homogeneous, and do not detect local outliers well. The regression analysis method compares the predictive value and the actual value after learning the regression formula based on the parametric statistics and it detects abnormality. Anomaly detection using regression analysis has the disadvantage that the performance is lowered when the model is not solid and the noise or outliers of the data are included. There is a restriction that learning data with noise or outliers should be used. The autoencoder using artificial neural networks is learned to output as similar as possible to input data. It has many advantages compared to existing probability and linear model, cluster analysis, and map learning. It can be applied to data that does not satisfy probability distribution or linear assumption. In addition, it is possible to learn non-mapping without label data for teaching. However, there is a limitation of local outlier identification of multidimensional data in anomaly detection, and there is a problem that the dimension of data is greatly increased due to the characteristics of time series data. In this study, we propose a CMAE (Conditional Multimodal Autoencoder) that enhances the performance of anomaly detection by considering local outliers and time series characteristics. First, we applied Multimodal Autoencoder (MAE) to improve the limitations of local outlier identification of multidimensional data. Multimodals are commonly used to learn different types of inputs, such as voice and image. The different modal shares the bottleneck effect of Autoencoder and it learns correlation. In addition, CAE (Conditional Autoencoder) was used to learn the characteristics of time series data effectively without increasing the dimension of data. In general, conditional input mainly uses category variables, but in this study, time was used as a condition to learn periodicity. The CMAE model proposed in this paper was verified by comparing with the Unimodal Autoencoder (UAE) and Multi-modal Autoencoder (MAE). The restoration performance of Autoencoder for 41 variables was confirmed in the proposed model and the comparison model. The restoration performance is different by variables, and the restoration is normally well operated because the loss value is small for Memory, Disk, and Network modals in all three Autoencoder models. The process modal did not show a significant difference in all three models, and the CPU modal showed excellent performance in CMAE. ROC curve was prepared for the evaluation of anomaly detection performance in the proposed model and the comparison model, and AUC, accuracy, precision, recall, and F1-score were compared. In all indicators, the performance was shown in the order of CMAE, MAE, and AE. Especially, the reproduction rate was 0.9828 for CMAE, which can be confirmed to detect almost most of the abnormalities. The accuracy of the model was also improved and 87.12%, and the F1-score was 0.8883, which is considered to be suitable for anomaly detection. In practical aspect, the proposed model has an additional advantage in addition to performance improvement. The use of techniques such as time series decomposition and sliding windows has the disadvantage of managing unnecessary procedures; and their dimensional increase can cause a decrease in the computational speed in inference.The proposed model has characteristics that are easy to apply to practical tasks such as inference speed and model management.

Basic Research on the Possibility of Developing a Landscape Perceptual Response Prediction Model Using Artificial Intelligence - Focusing on Machine Learning Techniques - (인공지능을 활용한 경관 지각반응 예측모델 개발 가능성 기초연구 - 머신러닝 기법을 중심으로 -)

  • Kim, Jin-Pyo;Suh, Joo-Hwan
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.51 no.3
    • /
    • pp.70-82
    • /
    • 2023
  • The recent surge of IT and data acquisition is shifting the paradigm in all aspects of life, and these advances are also affecting academic fields. Research topics and methods are being improved through academic exchange and connections. In particular, data-based research methods are employed in various academic fields, including landscape architecture, where continuous research is needed. Therefore, this study aims to investigate the possibility of developing a landscape preference evaluation and prediction model using machine learning, a branch of Artificial Intelligence, reflecting the current situation. To achieve the goal of this study, machine learning techniques were applied to the landscaping field to build a landscape preference evaluation and prediction model to verify the simulation accuracy of the model. For this, wind power facility landscape images, recently attracting attention as a renewable energy source, were selected as the research objects. For analysis, images of the wind power facility landscapes were collected using web crawling techniques, and an analysis dataset was built. Orange version 3.33, a program from the University of Ljubljana was used for machine learning analysis to derive a prediction model with excellent performance. IA model that integrates the evaluation criteria of machine learning and a separate model structure for the evaluation criteria were used to generate a model using kNN, SVM, Random Forest, Logistic Regression, and Neural Network algorithms suitable for machine learning classification models. The performance evaluation of the generated models was conducted to derive the most suitable prediction model. The prediction model derived in this study separately evaluates three evaluation criteria, including classification by type of landscape, classification by distance between landscape and target, and classification by preference, and then synthesizes and predicts results. As a result of the study, a prediction model with a high accuracy of 0.986 for the evaluation criterion according to the type of landscape, 0.973 for the evaluation criterion according to the distance, and 0.952 for the evaluation criterion according to the preference was developed, and it can be seen that the verification process through the evaluation of data prediction results exceeds the required performance value of the model. As an experimental attempt to investigate the possibility of developing a prediction model using machine learning in landscape-related research, this study was able to confirm the possibility of creating a high-performance prediction model by building a data set through the collection and refinement of image data and subsequently utilizing it in landscape-related research fields. Based on the results, implications, and limitations of this study, it is believed that it is possible to develop various types of landscape prediction models, including wind power facility natural, and cultural landscapes. Machine learning techniques can be more useful and valuable in the field of landscape architecture by exploring and applying research methods appropriate to the topic, reducing the time of data classification through the study of a model that classifies images according to landscape types or analyzing the importance of landscape planning factors through the analysis of landscape prediction factors using machine learning.

T-Cache: a Fast Cache Manager for Pipeline Time-Series Data (T-Cache: 시계열 배관 데이타를 위한 고성능 캐시 관리자)

  • Shin, Je-Yong;Lee, Jin-Soo;Kim, Won-Sik;Kim, Seon-Hyo;Yoon, Min-A;Han, Wook-Shin;Jung, Soon-Ki;Park, Se-Young
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.13 no.5
    • /
    • pp.293-299
    • /
    • 2007
  • Intelligent pipeline inspection gauges (PIGs) are inspection vehicles that move along within a (gas or oil) pipeline and acquire signals (also called sensor data) from their surrounding rings of sensors. By analyzing the signals captured in intelligent PIGs, we can detect pipeline defects, such as holes and curvatures and other potential causes of gas explosions. There are two major data access patterns apparent when an analyzer accesses the pipeline signal data. The first is a sequential pattern where an analyst reads the sensor data one time only in a sequential fashion. The second is the repetitive pattern where an analyzer repeatedly reads the signal data within a fixed range; this is the dominant pattern in analyzing the signal data. The existing PIG software reads signal data directly from the server at every user#s request, requiring network transfer and disk access cost. It works well only for the sequential pattern, but not for the more dominant repetitive pattern. This problem becomes very serious in a client/server environment where several analysts analyze the signal data concurrently. To tackle this problem, we devise a fast in-memory cache manager, called T-Cache, by considering pipeline sensor data as multiple time-series data and by efficiently caching the time-series data at T-Cache. To the best of the authors# knowledge, this is the first research on caching pipeline signals on the client-side. We propose a new concept of the signal cache line as a caching unit, which is a set of time-series signal data for a fixed distance. We also provide the various data structures including smart cursors and algorithms used in T-Cache. Experimental results show that T-Cache performs much better for the repetitive pattern in terms of disk I/Os and the elapsed time. Even with the sequential pattern, T-Cache shows almost the same performance as a system that does not use any caching, indicating the caching overhead in T-Cache is negligible.

Effects of Various Ventilation Systems on the Carbon Dioxide Concentration and Fruiting Body Formation of King Oyster Mushroom (Pleurotus eryngii) Grown in Culture Bottles (새송이버섯 병재배에서 환기방법이 이산화탄소 농도 및 자실체형성에 미치는 영향)

  • Lee, Hyun-Uk;Ahn, Mi-Jeong;Lee, Shin-Woo;Lee, Cheol-Ho
    • Journal of Life Science
    • /
    • v.17 no.1 s.81
    • /
    • pp.82-90
    • /
    • 2007
  • In an attempt to establish the appropriate ventilation device for the bottle culture of king oyster mushroom (Pleurotus eryngii), we investigated carbon dioxide concentration and fruiting body formation according to the various ventilation systems within the mushroom house. In addition to, the efficiency of air circulation and growth rate as well as the appearance of physiologically abnormal phenotypes during their growth stage were also evaluated. four different ventilation devices, parallel-pressure type, positive-pressure type, negative-pressure type, and positive- and negative-pressure type were applied in this study. The positive-and negative-pressure type showed the highest efficiency of air circulation as $CO_2$ concentration was 800 ppm and the level of air current was relatively low compared to the other types (the $CO_2$ concentration of parallel-pressure type was 1,400 ppm). Moreover, the stipe length, the cap diameter, yield, and general quality grown in positive- and negative type ventilation device were also better than in the other three devices though it took slightly longer period for harvesting (18.4 days) than the others (17.6, 17.9 and 18.3 days). The appearance of physiologically abnormal phenotypes such as fruiting body lump, soft rot, and brown rot were significantly decreased in positive-and negative type compared to other types, while the appearance rates were not much different for other symptoms of bacterial ooze, stipe limb and stipe bumpy. In summary, we propose that the optimal ventilation system for the bottle culture of king oyster mushroom is positive- and negative type, and this device is expected to increase the total quality as well as yield all year around.

Development and Performance Evaluation of Multi-sensor Module for Use in Disaster Sites of Mobile Robot (조사로봇의 재난현장 활용을 위한 다중센서모듈 개발 및 성능평가에 관한 연구)

  • Jung, Yonghan;Hong, Junwooh;Han, Soohee;Shin, Dongyoon;Lim, Eontaek;Kim, Seongsam
    • Korean Journal of Remote Sensing
    • /
    • v.38 no.6_3
    • /
    • pp.1827-1836
    • /
    • 2022
  • Disasters that occur unexpectedly are difficult to predict. In addition, the scale and damage are increasing compared to the past. Sometimes one disaster can develop into another disaster. Among the four stages of disaster management, search and rescue are carried out in the response stage when an emergency occurs. Therefore, personnel such as firefighters who are put into the scene are put in at a lot of risk. In this respect, in the initial response process at the disaster site, robots are a technology with high potential to reduce damage to human life and property. In addition, Light Detection And Ranging (LiDAR) can acquire a relatively wide range of 3D information using a laser. Due to its high accuracy and precision, it is a very useful sensor when considering the characteristics of a disaster site. Therefore, in this study, development and experiments were conducted so that the robot could perform real-time monitoring at the disaster site. Multi-sensor module was developed by combining LiDAR, Inertial Measurement Unit (IMU) sensor, and computing board. Then, this module was mounted on the robot, and a customized Simultaneous Localization and Mapping (SLAM) algorithm was developed. A method for stably mounting a multi-sensor module to a robot to maintain optimal accuracy at disaster sites was studied. And to check the performance of the module, SLAM was tested inside the disaster building, and various SLAM algorithms and distance comparisons were performed. As a result, PackSLAM developed in this study showed lower error compared to other algorithms, showing the possibility of application in disaster sites. In the future, in order to further enhance usability at disaster sites, various experiments will be conducted by establishing a rough terrain environment with many obstacles.

Development of a Ranging Inspection Technique in a Sodium-cooled Fast Reactor Using a Plate-type Ultrasonic Waveguide Sensor (판형 웨이브가이드 초음파 센서를 이용한 소듐냉각고속로 원격주사 검사기법 개발)

  • Kim, Hoe Woong;Kim, Sang Hwal;Han, Jae Won;Joo, Young Sang;Park, Chang Gyu;Kim, Jong Bum
    • Transactions of the Korean Society for Noise and Vibration Engineering
    • /
    • v.25 no.1
    • /
    • pp.48-57
    • /
    • 2015
  • In a sodium-cooled fast reactor, which is a Generation-IV reactor, refueling is conducted by rotating, but not opening, the reactor head to prevent a reaction between the sodium, water and air. Therefore, an inspection technique that checks for the presence of any obstacles between the reactor core and the upper internal structure, which could disturb the rotation of the reactor head, is essential prior to the refueling of a sodium-cooled fast reactor. To this end, an ultrasound-based inspection technique should be employed because the opacity of the sodium prevents conventional optical inspection techniques from being applied to the monitoring of obstacles. In this study, a ranging inspection technique using a plate-type ultrasonic waveguide sensor was developed to monitor the presence of any obstacles between the reactor core and the upper internal structure in the opaque sodium. Because the waveguide sensor installs an ultrasonic transducer in a relatively cold region and transmits the ultrasonic waves into the hot radioactive liquid sodium through a long waveguide, it offers better reliability and is less susceptible to thermal or radiation damage. A 10 m horizontal beam waveguide sensor capable of radiating an ultrasonic wave horizontally was developed, and beam profile measurements and basic experiments were carried out to investigate the characteristics of the developed sensor. The beam width and propagation distance of the ultrasonic wave radiated from the sensor were assessed based on the experimental results. Finally, a feasibility test using cylindrical targets (corresponding to the shape of possible obstacles) was also conducted to evaluate the applicability of the developed ranging inspection technique to actual applications.

Simultaneous Multiple Transmit Focusing Method with Orthogonal Chirp Signal for Ultrasound Imaging System (초음파 영상 장치에서 직교 쳐프 신호를 이용한 동시 다중 송신집속 기법)

  • 정영관;송태경
    • Journal of Biomedical Engineering Research
    • /
    • v.23 no.1
    • /
    • pp.49-60
    • /
    • 2002
  • Receive dynamic focusing with an array transducer can provide near optimum resolution only in the vicinity of transmit focal depth. A customary method to increase the depth of field is to combine several beams with different focal depths, with an accompanying decrease in the frame rate. In this Paper. we Present a simultaneous multiple transmit focusing method in which chirp signals focused at different depths are transmitted at the same time. These chirp signals are mutually orthogonal in a sense that the autocorrelation function of each signal has a narrow mainlobe width and low sidelobe levels. and the crossorelation function of any Pair of the signals has values smaller than the sidelobe levels of each autocorrelation function. This means that each chirp signal can be separated from the combined received signals and compressed into a short pulse. which is then individually focused on a separate receive beamformer. Next. the individually focused beams are combined to form a frame of image. Theoretically, any two chirp signals defined over two nonoverlapped frequency bands are mutually orthogonal In the present work. however, a tractional overlap of adjacent frequency bands is permitted to design more chirp signals within a given transducer bandwidth. The elevation of the rosscorrelation values due to the frequency overlap could be reduced by alternating the direction of frequency sweep of the adjacent chirp signals We also observe that the Proposed method provides better images when the low frequency chirp is focused at a near Point and the high frequency chirp at a far point along the depth. better lateral resolution is obtained at the far field with reasonable SNR due to the SNR gain in Pulse compression Imaging .

Fundamental Study for Extension of Application of Recycled Concrete Aggregate: Spun High Strength Concrete (순환골재의 사용성 확대를 위한 연구: 원심력콘크리트로의 적용)

  • Sim, Jong-Sung;Park, Cheol-Woo;Park, Sung-Jae;Kim, Hyun-Jung;Kim, Taeg-Wang;Lee, Man-Suk
    • Journal of the Korean Recycled Construction Resources Institute
    • /
    • v.2 no.1
    • /
    • pp.103-112
    • /
    • 2006
  • Along with recent improvement of recycling technique, the quality of the recycled concrete aggregate have become very competitive to the natural concrete aggregate. Therefore, a practical use of the recycled concrete aggregate may be possible for structural members. Majority studies about the recycled concrete aggregate was emphasized a limitation of fundamental study concerned with a strength characteristics and durability of the recycled aggregate concrete, there is use for the structural members. Therefore, for the extension of application of recycled concrete aggregate, this investigation verifies the strength characteristics recycled concrete aggregate of the spun-concrete products with various coarse and fine recycled aggregate replacement ratio(coarse recycled aggregate: 0%, 20%, 40%, 60%, 100%; fine recycled aggregate: 0%, 30%, 60%, 100%) and with addition of cellulose fibers(0%, 0.01%, 0.03%, 0.05%, 0.08%). From the test results, The strength of spun concrete used with recycled aggregate [NR specimen], was measured as 72MPa, was found to be very approximately to the strength of spun concrete used with the natural aggregate(NN specimen), was measured as 74MPa, when only fine aggregate was replaced with the recycled. Therefore, the fine recycled concrete aggregate can be successfully used in the spun high strength concrete product. The compressive strength of all specimens used the specialty cellulose fiber were measured as about 70M Pa, however, the increasement of the specialty cellulose fiber content is showed to decrease compressive strength of spun concrete. Therefore, it is anticipated that the specialty cellulose fiber can be applied to the various spun concrete products.

  • PDF

Strategies about Optimal Measurement Matrix of Environment Factors Inside Plastic Greenhouse (플라스틱온실 내부 환경 인자 다중센서 설치 위치 최적화 전략)

  • Lee, JungKyu;Kang, DongHyun;Oh, SangHoon;Lee, DongHoon
    • Journal of Bio-Environment Control
    • /
    • v.29 no.2
    • /
    • pp.161-170
    • /
    • 2020
  • There is systematic spatial variations in environmental properties due to sensitive reaction to external conditions at plastic greenhouse occupied 99.2% of domestic agricultural facilities. In order to construct 3 dimensional distribution of temperature, relative humidity, CO2 and illuminance, measurement matrix as 3 by 3 by 5 in direction of width, height and length, respectively, dividing indoor space of greenhouse was designed and tested at experimental site. Linear regression analysis was conducted to evaluate optimal estimation method in terms with horizontal and vertical variations. Even though sole measurement point for temperature and relative humidity could be feasible to assess indoor condition, multiple measurement matrix is inevitably required to improve spatial precision at certain time domain such as period of sunrise and sunset. In case with CO2, multiple measurement matrix could not successfully improve the spatial predictability during a whole experimental period. In case with illuminance, prediction performance was getting smaller after a time period of sunrise due to systematic interference such as indoor structure. Thus, multiple sensing methodology was proposed in direction of length at higher height than growing bed, which could compensate estimation error in spatial domain. Appropriate measurement matrix could be constructed considering the transition of stability in indoor environmental properties due to external variations. As a result, optimal measurement matrix should be carefully designed considering flexibility of construction relevant with the type of property, indoor structure, the purpose of crop and the period of growth. For an instance, partial cooling and heating system to save a consumption of energy supplement could be successfully accomplished by the deployment of multiple measurement matrix.