• Title/Summary/Keyword: image analysis method

Search Result 4,236, Processing Time 0.036 seconds

Stock Price Direction Prediction Using Convolutional Neural Network: Emphasis on Correlation Feature Selection (합성곱 신경망을 이용한 주가방향 예측: 상관관계 속성선택 방법을 중심으로)

  • Kyun Sun Eo;Kun Chang Lee
    • Information Systems Review
    • /
    • v.22 no.4
    • /
    • pp.21-39
    • /
    • 2020
  • Recently, deep learning has shown high performance in various applications such as pattern analysis and image classification. Especially known as a difficult task in the field of machine learning research, stock market forecasting is an area where the effectiveness of deep learning techniques is being verified by many researchers. This study proposed a deep learning Convolutional Neural Network (CNN) model to predict the direction of stock prices. We then used the feature selection method to improve the performance of the model. We compared the performance of machine learning classifiers against CNN. The classifiers used in this study are as follows: Logistic Regression, Decision Tree, Neural Network, Support Vector Machine, Adaboost, Bagging, and Random Forest. The results of this study confirmed that the CNN showed higher performancecompared with other classifiers in the case of feature selection. The results show that the CNN model effectively predicted the stock price direction by analyzing the embedded values of the financial data

Pattern Clustering of Symmetric Regional Cerebral Edema on Brain MRI in Patients with Hepatic Encephalopathy (간성뇌증 환자의 뇌 자기공명영상에서 대칭적인 지역 뇌부종 양상의 군집화)

  • Chun Geun Lim;Hui Joong Lee
    • Journal of the Korean Society of Radiology
    • /
    • v.85 no.2
    • /
    • pp.381-393
    • /
    • 2024
  • Purpose Metabolic abnormalities in hepatic encephalopathy (HE) cause brain edema or demyelinating disease, resulting in symmetric regional cerebral edema (SRCE) on MRI. This study aimed to investigate the usefulness of the clustering analysis of SRCE in predicting the development of brain failure. Materials and Methods MR findings and clinical data of 98 consecutive patients with HE were retrospectively analyzed. The correlation between the 12 regions of SRCE was calculated using the phi (φ) coefficient, and the pattern was classified using hierarchical clustering using the φ2 distance measure and Ward's method. The classified patterns of SRCE were correlated with clinical parameters such as the model for end-stage liver disease (MELD) score and HE grade. Results Significant associations were found between 22 pairs of regions of interest, including the red nucleus and corpus callosum (φ = 0.81, p < 0.001), crus cerebri and red nucleus (φ = 0.72, p < 0.001), and red nucleus and dentate nucleus (φ = 0.66, p < 0.001). After hierarchical clustering, 24 cases were classified into Group I, 35 into Group II, and 39 into Group III. Group III had a higher MELD score (p = 0.04) and HE grade (p = 0.002) than Group I. Conclusion Our study demonstrates that the SRCE patterns can be useful in predicting hepatic preservation and the occurrence of cerebral failure in HE.

Exploring the Direction of Christian Unification Education through the Tasks of Peace Unification Education (평화통일교육의 과제를 통해 본 기독교통일교육의 방향 탐구)

  • Duk-Lyoul Oh
    • Journal of Christian Education in Korea
    • /
    • v.75
    • /
    • pp.103-125
    • /
    • 2023
  • This study aims to explore the direction and tasks of Christian unification education as peace education. To this end, after examining the historical trend of peace education and unification education in Korea, the tasks of peaceful unification education are reviewed. Peace education has expanded with the activation of peace movements and educational discourse starting from civil society, while unification education has been planned in accordance with the government's unification and North Korea policy and is moving toward the field of education practice. However, due to the nature of unification education that aspires for peace, the combination of the two fields has continued steadily, and research on peace unification education has been continuously conducted. The direction and tasks of Christian unification education as peace education were proposed based on the tasks of peace unification education derived through prior research analysis and the trend of the times in the two areas to carry out the research purpose. For the sustainability of peace on the Korean Peninsula, Christian unification education as a peace education should aim to foster peaceful citizens who take the lead in transitioning from a culture of violence to a culture of peace. To this end, first, it is necessary to seek the direction of Christian education for the dissolution of the antagonist image. Second, activities that guarantee learners' subjectivity and autonomy should be carried out away from the top-down method in teaching and learning. Third, a curriculum connected to daily life should be formed.

Feasibility of Deep Learning Algorithms for Binary Classification Problems (이진 분류문제에서의 딥러닝 알고리즘의 활용 가능성 평가)

  • Kim, Kitae;Lee, Bomi;Kim, Jong Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.23 no.1
    • /
    • pp.95-108
    • /
    • 2017
  • Recently, AlphaGo which is Bakuk (Go) artificial intelligence program by Google DeepMind, had a huge victory against Lee Sedol. Many people thought that machines would not be able to win a man in Go games because the number of paths to make a one move is more than the number of atoms in the universe unlike chess, but the result was the opposite to what people predicted. After the match, artificial intelligence technology was focused as a core technology of the fourth industrial revolution and attracted attentions from various application domains. Especially, deep learning technique have been attracted as a core artificial intelligence technology used in the AlphaGo algorithm. The deep learning technique is already being applied to many problems. Especially, it shows good performance in image recognition field. In addition, it shows good performance in high dimensional data area such as voice, image and natural language, which was difficult to get good performance using existing machine learning techniques. However, in contrast, it is difficult to find deep leaning researches on traditional business data and structured data analysis. In this study, we tried to find out whether the deep learning techniques have been studied so far can be used not only for the recognition of high dimensional data but also for the binary classification problem of traditional business data analysis such as customer churn analysis, marketing response prediction, and default prediction. And we compare the performance of the deep learning techniques with that of traditional artificial neural network models. The experimental data in the paper is the telemarketing response data of a bank in Portugal. It has input variables such as age, occupation, loan status, and the number of previous telemarketing and has a binary target variable that records whether the customer intends to open an account or not. In this study, to evaluate the possibility of utilization of deep learning algorithms and techniques in binary classification problem, we compared the performance of various models using CNN, LSTM algorithm and dropout, which are widely used algorithms and techniques in deep learning, with that of MLP models which is a traditional artificial neural network model. However, since all the network design alternatives can not be tested due to the nature of the artificial neural network, the experiment was conducted based on restricted settings on the number of hidden layers, the number of neurons in the hidden layer, the number of output data (filters), and the application conditions of the dropout technique. The F1 Score was used to evaluate the performance of models to show how well the models work to classify the interesting class instead of the overall accuracy. The detail methods for applying each deep learning technique in the experiment is as follows. The CNN algorithm is a method that reads adjacent values from a specific value and recognizes the features, but it does not matter how close the distance of each business data field is because each field is usually independent. In this experiment, we set the filter size of the CNN algorithm as the number of fields to learn the whole characteristics of the data at once, and added a hidden layer to make decision based on the additional features. For the model having two LSTM layers, the input direction of the second layer is put in reversed position with first layer in order to reduce the influence from the position of each field. In the case of the dropout technique, we set the neurons to disappear with a probability of 0.5 for each hidden layer. The experimental results show that the predicted model with the highest F1 score was the CNN model using the dropout technique, and the next best model was the MLP model with two hidden layers using the dropout technique. In this study, we were able to get some findings as the experiment had proceeded. First, models using dropout techniques have a slightly more conservative prediction than those without dropout techniques, and it generally shows better performance in classification. Second, CNN models show better classification performance than MLP models. This is interesting because it has shown good performance in binary classification problems which it rarely have been applied to, as well as in the fields where it's effectiveness has been proven. Third, the LSTM algorithm seems to be unsuitable for binary classification problems because the training time is too long compared to the performance improvement. From these results, we can confirm that some of the deep learning algorithms can be applied to solve business binary classification problems.

Land-Cover Change Detection of Western DMZ and Vicinity using Spectral Mixture Analysis of Landsat Imagery (선형분광혼합화소분석을 이용한 서부지역 DMZ의 토지피복 변화 탐지)

  • Kim, Sang-Wook
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.9 no.1
    • /
    • pp.158-167
    • /
    • 2006
  • The object of this study is to detect of land-cover change in western DMZ and vicinity. This was performed as a basic study to construct a decision support system for the conservation or a sustainable development of the DMZ and Vicinity near future. DMZ is an is 4km wide and 250km long and it's one of the most highly fortified boundaries in the world and also a unique thin green line. Environmentalists want to declare the DMZ as a natural reserve and a biodiversity zone, but nowadays through the strengthening of the inter-Korean economic cooperation, some developers are trying to construct a new-town or an industrial complex inside of the DMZ. This study investigates the current environmental conditions, especially deforestation of the western DMZ adopting remote sensing and GIS techniques. The Land-covers were identified through the linear spectvral mixture analysis(LSMA) which was used to handle the spectral mixture problem of low spatial resolution imagery of Landsat TM and ETM+ imagery. To analyze quantitative and spatial change of vegetation-cover in western DMZ, GIS overlay method was used. In LSMA, to develop high-quality fraction images, three endmembers of green vegetation(GV), soil, water were driven from pure features in the imagery. Through 15 years, from 1987 to 2002, forest of western DMZ and vicinity was devastated and changed to urban, farmland or barren land. Northern part of western DMZ and vicinity was more deforested than that of southern part. ($52.37km^2$ of North Korean forest and $39.04km^2$ of South Korean were change to other land-covers.) In case of North Korean part, forest changed to barren land and farmland and in South Korean part, forest changed to farmland and urban area. Especially, In North Korean part of DMZ and vicinity, $56.15km^2$ of farmland changed to barren land through 15 years, which showed the failure of the 'Darakbat' (terrace filed) project which is one of food increase projects in North Korea.

  • PDF

EFFECT OF IRRIGATION METHODS ON THE ADHESION OF RESILON/EPIPHANY SEALER AND GUTTA-PERCHA/AH 26 SEALER TO INTRACANAL DENTIN (근관 세척법이 Resilon/Epiphany sealer와 Gutta-percha/AH 26 sealer의 근관 상아질과의 접착에 미치는 영향)

  • Kim, Seo-Kyong;Hwang, Yun-Chan;Hwang, In-Nam;Oh, Won-Mann
    • Restorative Dentistry and Endodontics
    • /
    • v.33 no.2
    • /
    • pp.98-106
    • /
    • 2008
  • The purpose of this study was to evaluate whether intracanal irrigation method could affect the adhesion between intracanal dentin and root canal filling materials (Gutta-percha/AH 26 sealer and Resilon/Epiphany sealer). Thirty extracted human incisor teeth were prepared. Canals were irrigated with three different irrigation methods as a final rinse and obturated with two different canal filling materials (G groups: Gutta-percha/AH 26 sealer, R groups: Resilon/Epiphany sealer) respectively. Group G1, R1-irrigated with 5.25% NaOCl Group G2, R2-irrigated with 5.25% NaOCl, sterile saline Group G3, R3-irrigated with 5.25% NaOCl, 17% EDTA, sterile saline Thirty obturated roots were horizontally sliced and push-out bond strength test was performed in the universal testing machine. After test, the failure patterns of the specimens were observed using Image-analyzing microscope. The results were as follows. 1. Gutta-percha/AH 26 sealer groups had significantly higher push-out bond strength compared with the Resilon/Epiphany sealer groups (p < 0.05). 2. Push-out bond strength was higher when using 17% EDTA followed by sterile saline than using NaOCl as a final irrigation solution in the Resilon/Epiphany sealer groups (p < 0.05). 3. In the failure pattern analysis, there was no cohesive failure in Group G1, G2, and R1. Gutta-percha/AH 26 sealer groups appeared to exhibit predominantly adhesive and mixed failure patterns, whereas Resilon/Epiphany sealer groups exhibited mixed failures with the cohesive failure occurred within the Resilon substrate.

A Analysis on the Characteristics of Landscape Elements and the Reappearance Technique of Landscape Image in the Chinatown of Shanghai Street in Busan (부산 상해거리 상점 전면부 경관요소의 유형적 분석과 중국 전통 경관이미지의 재현 수법에 관한 연구)

  • Piao, Xiang-Hua;Kang, Young-Jo
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.30 no.2
    • /
    • pp.130-141
    • /
    • 2012
  • This study examines the characteristics of landscape elements and the reappearance techniques of traditional landscape image in Chinatown of the Shanghai Street in Busan, Korea. The subjects of the study are commercial buildings owned by Chinese residents, commercial buildings' naming design and environmental sculptures in the Shanghai Street. The results are as follows: First, the design methods of the front side of commercial buildings were classified into two parts: facede design of buildings and signboard design. The design form of the buildings' facades were classified into five types, there are: emphasis type on Chinese characters' signboard, addition type on decorative signboard, introduction type of traditional patterns, imitation type of traditional architectures and modern architectures' modes. The signs of chinese commercial buildings were observed mostly as having a traditional Chinese font in yellow/white on a red background. It has been found that this style was the most popular method of sign design. Secondly, The commercial buildings' naming design was analyzed into design methods and meanings. Design methods were classified into three types: a combination of meaning and place, a combination of season and atmosphere and tourist attractions. The meaning of the commercial buildings' names was divided into three kinds: the wishes of the prosperity, elegant type and the appropriation of local attractions. Thirdly, the environmental sculptures of Shanghai Street were found to have been influenced by both through out Chinese culture with mixed Korean culture. Finally, as for characteristics of landscape elements, we found three reappearance techniques - addition, replacement, juxtaposition. The technique of addition is added new face to the base map by just two methods - extending and overlapping area. Replacement is created new faces from base map by the action of replacing, it has three types - local replacement, package replacement, successive replacement. Juxtaposition is the fact of two or more things placed together with contrasting effect, it also has three types - the same kind juxtaposition, a different kind juxtaposition, topological juxtaposition. This study is the basic research which is analyzing the landscape design in chinatown. But the research only on Shanghai Street may have some limits in scope. It is considered an necessary study to add, which is about chinatown in other city such as Incheon, Jeonju. Then it is expected that the results of this study can be used for the basic data of the landscape plans, that municipalities are actively progressing their respective development projects of Chinatown.

Kinematical Analysis of Heel-Brake Stop in Inline Skate (인라인 스케이트(Inline Skate) 힐 브레이크(Heel-Brake) 정지에 관한 운동학적 분석)

  • Han, Jae-Hee;Lim, Yong-Kyu
    • Korean Journal of Applied Biomechanics
    • /
    • v.15 no.2
    • /
    • pp.11-20
    • /
    • 2005
  • This study has a purpose on contributing to apprehend safe and right way to stop to the inline skate beginners and to the instructors who teaches line skating on the basis for the result of the kinematical analysis on Heel brake stop movement of the inline skate, focusing on the displacement on COG, angle displacement of ankle joint, angle displacement of knee joint, angle displacement of hip joint, using a 3D image method by DLT. To achieve this goal, we analysed the kinematical factor of the 3 well-trained inline skating instructors and obtained the following results. 1. During the movement of heel-brake stop, when strong power was given to a stable and balanced stop and the lower limbs, if the physical centroid is lowered the stability increases, and if it is placed high from the base surface, as the stability decreases compared to the case of low physical centroid, we should make a stop by placing a physical centroid in the base surface and lowering the hight of physical centroid. 2. To make a stable and balanced stop and to provide a strong power to the lower limbs, it is advisable to make a stop by decreasing an angle displacement of ankle joint during a "down" movement. In case of the left ankle joint, in all events and phases the dorsiflexion angle showed a decrease. Nevertheless, in the case of the right ankle joint, the dorsiflexion angle shows an increase after a slight decrease. The dorsiflexion angle displacement of ankle joint can be diminished because of the brake pad of the rear axis frame of the right side inline skate by raising a toe, but cannot be more decreased if certain degree of an angle is made by a brake pad touching a ground surface. To provide a power to a brake pad, it is recommended to place a power by lowering a posture making the dorsiflexion angle of the left ankle joint relatively smaller than that of the right ankle. 3. To make a stable and balanced stop and to add a power to a brake pad, the power must be given to the lower limbs in lowering the hight of physical centroid. For this, it is recommended to make a down movement by decreasing the flexion angle of a knee joint and it is necessary to make a down movement by a regular decrease of the angle displacement of knee joint rather than a swift down movement in every event and phase. 4. The right angle displacement of hip joint is made by lowering vertically the hight of physical centroid as leaning slightly forward. If too narrow angle displacement of hip joint is made by leaning forward too much, the balance is lost during the stop by placing the center in front. To make a stable and balance stop and to place a strong power to the lower limbs, it is recommendable to make a narrow angle by lower the hip joint angle. However, excessive leaning of the upper body to make the angle too narrow, can cause an instable stop and loss of physical centroid. After this study, it is considered to assist the kinematical understanding during the heel brake stop movement of the inline skate, and, to present basic data in learning a method of stable and balanced stop for the inline skating beginners or for the inline skate instructors in the present situation of the complete absence of the study in inline skating.

Airborne Hyperspectral Imagery availability to estimate inland water quality parameter (수질 매개변수 추정에 있어서 항공 초분광영상의 가용성 고찰)

  • Kim, Tae-Woo;Shin, Han-Sup;Suh, Yong-Cheol
    • Korean Journal of Remote Sensing
    • /
    • v.30 no.1
    • /
    • pp.61-73
    • /
    • 2014
  • This study reviewed an application of water quality estimation using an Airborne Hyperspectral Imagery (A-HSI) and tested a part of Han River water quality (especially suspended solid) estimation with available in-situ data. The estimation of water quality was processed two methods. One is using observation data as downwelling radiance to water surface and as scattering and reflectance into water body. Other is linear regression analysis with water quality in-situ measurement and upwelling data as at-sensor radiance (or reflectance). Both methods drive meaningful results of RS estimation. However it has more effects on the auxiliary dataset as water quality in-situ measurement and water body scattering measurement. The test processed a part of Han River located Paldang-dam downstream. We applied linear regression analysis with AISA eagle hyperspectral sensor data and water quality measurement in-situ data. The result of linear regression for a meaningful band combination shows $-24.847+0.013L_{560}$ as 560 nm in radiance (L) with 0.985 R-square. To comparison with Multispectral Imagery (MSI) case, we make simulated Landsat TM by spectral resampling. The regression using MSI shows -55.932 + 33.881 (TM1/TM3) as radiance with 0.968 R-square. Suspended Solid (SS) concentration was about 3.75 mg/l at in-situ data and estimated SS concentration by A-HIS was about 3.65 mg/l, and about 5.85mg/l with MSI with same location. It shows overestimation trends case of estimating using MSI. In order to upgrade value for practical use and to estimate more precisely, it needs that minimizing sun glint effect into whole image, constructing elaborate flight plan considering solar altitude angle, and making good pre-processing and calibration system. We found some limitations and restrictions such as precise atmospheric correction, sample count of water quality measurement, retrieve spectral bands into A-HSI, adequate linear regression model selection, and quantitative calibration/validation method through the literature review and test adopted general methods.

Digitization of Adjectives that Describe Facial Complexion to Evaluate Various Expressions of Skin Tone in Korean (피부색을 표현하는 형용사들의 수치화를 통한 안색 평가법 연구)

  • Lee, Sun Hwa;Lee, Jung Ah;Park, Sun Mi;Kim, Younghee;Jang, Yoon Jung;Kim, Bora;Kim, Nam Soo;Moon, Tae Kee
    • Journal of the Society of Cosmetic Scientists of Korea
    • /
    • v.43 no.4
    • /
    • pp.349-355
    • /
    • 2017
  • Skin tone plays a key role in one of the determinant for facial attractiveness. Most female customers have an interest in choosing skin color and improving their skin tone and their needs have been contributed the expansion of cosmetic products in the market. Recently, cosmetic customers, who want bright skin, are also interested in healthy and lively-looking skin. However, there is no method to evaluate the skin tone with the complexion-describing adjectives (CDAs). Therefore, this study was conducted to find the ways to objectify and digitize the CDA. We obtained that quasi $L^*$ at dark skin is 65 and quasi $L^*$ at bright skin is 74 for standard images, which are selected from our data base. To match the following seven CDAs: pale, clear, radiant, lively, healthy, rosy and dull, the colors of both images were adjusted by 30 panels. The quasi $L^*$, $a^*$ and $b^*$ were converted from the RGB values of the manipulated images. The differences between the quasi $L^*$, $a^*$ and $b^*$ values of standard images and manipulated images reflecting each CDA were statistically significant (p < 0.05). However, there were no statistical significances between the $L^*$ values of dark and bright skin images that were modified in accordance with each CDA and there also were no statistical significances between the quasi $a^*$ values of dark and bright skin for pale and clear CDAs. From the statistical analysis, the CDAs were observed to form three groups: (i) pale-clear-radiant, (ii) lively-healthy-rosy and (iii) dull. We recognized that people have a similar opinion about perception of CDAs. Following our results of this study, we establish new standard method for sensibility evaluation which is difficult to carry out scientifically or objectively.