• Title/Summary/Keyword: Hybrid-process

Search Result 1,923, Processing Time 0.036 seconds

Prediction of field failure rate using data mining in the Automotive semiconductor (데이터 마이닝 기법을 이용한 차량용 반도체의 불량률 예측 연구)

  • Yun, Gyungsik;Jung, Hee-Won;Park, Seungbum
    • Journal of Technology Innovation
    • /
    • v.26 no.3
    • /
    • pp.37-68
    • /
    • 2018
  • Since the 20th century, automobiles, which are the most common means of transportation, have been evolving as the use of electronic control devices and automotive semiconductors increases dramatically. Automotive semiconductors are a key component in automotive electronic control devices and are used to provide stability, efficiency of fuel use, and stability of operation to consumers. For example, automotive semiconductors include engines control, technologies for managing electric motors, transmission control units, hybrid vehicle control, start/stop systems, electronic motor control, automotive radar and LIDAR, smart head lamps, head-up displays, lane keeping systems. As such, semiconductors are being applied to almost all electronic control devices that make up an automobile, and they are creating more effects than simply combining mechanical devices. Since automotive semiconductors have a high data rate basically, a microprocessor unit is being used instead of a micro control unit. For example, semiconductors based on ARM processors are being used in telematics, audio/video multi-medias and navigation. Automotive semiconductors require characteristics such as high reliability, durability and long-term supply, considering the period of use of the automobile for more than 10 years. The reliability of automotive semiconductors is directly linked to the safety of automobiles. The semiconductor industry uses JEDEC and AEC standards to evaluate the reliability of automotive semiconductors. In addition, the life expectancy of the product is estimated at the early stage of development and at the early stage of mass production by using the reliability test method and results that are presented as standard in the automobile industry. However, there are limitations in predicting the failure rate caused by various parameters such as customer's various conditions of use and usage time. To overcome these limitations, much research has been done in academia and industry. Among them, researches using data mining techniques have been carried out in many semiconductor fields, but application and research on automotive semiconductors have not yet been studied. In this regard, this study investigates the relationship between data generated during semiconductor assembly and package test process by using data mining technique, and uses data mining technique suitable for predicting potential failure rate using customer bad data.

A Collaborative Filtering System Combined with Users' Review Mining : Application to the Recommendation of Smartphone Apps (사용자 리뷰 마이닝을 결합한 협업 필터링 시스템: 스마트폰 앱 추천에의 응용)

  • Jeon, ByeoungKug;Ahn, Hyunchul
    • Journal of Intelligence and Information Systems
    • /
    • v.21 no.2
    • /
    • pp.1-18
    • /
    • 2015
  • Collaborative filtering(CF) algorithm has been popularly used for recommender systems in both academic and practical applications. A general CF system compares users based on how similar they are, and creates recommendation results with the items favored by other people with similar tastes. Thus, it is very important for CF to measure the similarities between users because the recommendation quality depends on it. In most cases, users' explicit numeric ratings of items(i.e. quantitative information) have only been used to calculate the similarities between users in CF. However, several studies indicated that qualitative information such as user's reviews on the items may contribute to measure these similarities more accurately. Considering that a lot of people are likely to share their honest opinion on the items they purchased recently due to the advent of the Web 2.0, user's reviews can be regarded as the informative source for identifying user's preference with accuracy. Under this background, this study proposes a new hybrid recommender system that combines with users' review mining. Our proposed system is based on conventional memory-based CF, but it is designed to use both user's numeric ratings and his/her text reviews on the items when calculating similarities between users. In specific, our system creates not only user-item rating matrix, but also user-item review term matrix. Then, it calculates rating similarity and review similarity from each matrix, and calculates the final user-to-user similarity based on these two similarities(i.e. rating and review similarities). As the methods for calculating review similarity between users, we proposed two alternatives - one is to use the frequency of the commonly used terms, and the other one is to use the sum of the importance weights of the commonly used terms in users' review. In the case of the importance weights of terms, we proposed the use of average TF-IDF(Term Frequency - Inverse Document Frequency) weights. To validate the applicability of the proposed system, we applied it to the implementation of a recommender system for smartphone applications (hereafter, app). At present, over a million apps are offered in each app stores operated by Google and Apple. Due to this information overload, users have difficulty in selecting proper apps that they really want. Furthermore, app store operators like Google and Apple have cumulated huge amount of users' reviews on apps until now. Thus, we chose smartphone app stores as the application domain of our system. In order to collect the experimental data set, we built and operated a Web-based data collection system for about two weeks. As a result, we could obtain 1,246 valid responses(ratings and reviews) from 78 users. The experimental system was implemented using Microsoft Visual Basic for Applications(VBA) and SAS Text Miner. And, to avoid distortion due to human intervention, we did not adopt any refining works by human during the user's review mining process. To examine the effectiveness of the proposed system, we compared its performance to the performance of conventional CF system. The performances of recommender systems were evaluated by using average MAE(mean absolute error). The experimental results showed that our proposed system(MAE = 0.7867 ~ 0.7881) slightly outperformed a conventional CF system(MAE = 0.7939). Also, they showed that the calculation of review similarity between users based on the TF-IDF weights(MAE = 0.7867) leaded to better recommendation accuracy than the calculation based on the frequency of the commonly used terms in reviews(MAE = 0.7881). The results from paired samples t-test presented that our proposed system with review similarity calculation using the frequency of the commonly used terms outperformed conventional CF system with 10% statistical significance level. Our study sheds a light on the application of users' review information for facilitating electronic commerce by recommending proper items to users.

Optimization of Support Vector Machines for Financial Forecasting (재무예측을 위한 Support Vector Machine의 최적화)

  • Kim, Kyoung-Jae;Ahn, Hyun-Chul
    • Journal of Intelligence and Information Systems
    • /
    • v.17 no.4
    • /
    • pp.241-254
    • /
    • 2011
  • Financial time-series forecasting is one of the most important issues because it is essential for the risk management of financial institutions. Therefore, researchers have tried to forecast financial time-series using various data mining techniques such as regression, artificial neural networks, decision trees, k-nearest neighbor etc. Recently, support vector machines (SVMs) are popularly applied to this research area because they have advantages that they don't require huge training data and have low possibility of overfitting. However, a user must determine several design factors by heuristics in order to use SVM. For example, the selection of appropriate kernel function and its parameters and proper feature subset selection are major design factors of SVM. Other than these factors, the proper selection of instance subset may also improve the forecasting performance of SVM by eliminating irrelevant and distorting training instances. Nonetheless, there have been few studies that have applied instance selection to SVM, especially in the domain of stock market prediction. Instance selection tries to choose proper instance subsets from original training data. It may be considered as a method of knowledge refinement and it maintains the instance-base. This study proposes the novel instance selection algorithm for SVMs. The proposed technique in this study uses genetic algorithm (GA) to optimize instance selection process with parameter optimization simultaneously. We call the model as ISVM (SVM with Instance selection) in this study. Experiments on stock market data are implemented using ISVM. In this study, the GA searches for optimal or near-optimal values of kernel parameters and relevant instances for SVMs. This study needs two sets of parameters in chromosomes in GA setting : The codes for kernel parameters and for instance selection. For the controlling parameters of the GA search, the population size is set at 50 organisms and the value of the crossover rate is set at 0.7 while the mutation rate is 0.1. As the stopping condition, 50 generations are permitted. The application data used in this study consists of technical indicators and the direction of change in the daily Korea stock price index (KOSPI). The total number of samples is 2218 trading days. We separate the whole data into three subsets as training, test, hold-out data set. The number of data in each subset is 1056, 581, 581 respectively. This study compares ISVM to several comparative models including logistic regression (logit), backpropagation neural networks (ANN), nearest neighbor (1-NN), conventional SVM (SVM) and SVM with the optimized parameters (PSVM). In especial, PSVM uses optimized kernel parameters by the genetic algorithm. The experimental results show that ISVM outperforms 1-NN by 15.32%, ANN by 6.89%, Logit and SVM by 5.34%, and PSVM by 4.82% for the holdout data. For ISVM, only 556 data from 1056 original training data are used to produce the result. In addition, the two-sample test for proportions is used to examine whether ISVM significantly outperforms other comparative models. The results indicate that ISVM outperforms ANN and 1-NN at the 1% statistical significance level. In addition, ISVM performs better than Logit, SVM and PSVM at the 5% statistical significance level.

STUDIES ON THE CYSTINE COMPONENT IN THE SERICULTURAL PROTEINS OF BOMBYX MORI L. (가잠사단백질의 각과정에서의 Cystine 성분에 대한 연구)

  • Choe, Byong-Hee
    • Journal of Sericultural and Entomological Science
    • /
    • v.2
    • /
    • pp.1-31
    • /
    • 1962
  • The purpose of this treatise is to prove the presence of cystine in silk fiber through wide sampling throughout all the sericultural processes of Bombyx mori.; also to show that disulfide cross linkages exist in the silk fiber. The conclusions reached were as follows: 1. Crystalline cystine was obtained from silk fibroin using Folin's Method. 2. Analytical data showing the cystine content of silk fiber and its related materials were obtained using Sullvan's Method as follows: Material Percent Cystine A. Mulberry leaf protein 0.175 B. Silkworm egg 0.33 C. Silkworm Body, matured, fat extracted, without silk gland 0.41 D. Silk gland, matured 1.23 E. Silkworm feces none F. Silkworm pupa, fat extracted 0.30 G. Silkworm moth, fat extracted 0.60 H. Raw Silk 0.22 I. Fibroin 0.175 J. Sericin 0.30 3. The presence of cystine in the silkworm was substantiated the existence of 0.175 % methionine in mulberry leaves and 0.12% methionine in the silk gland. 4. Part of the sulfhydryl compounds in the silk gland is believed to transfer to serine and methionine, with the former being secreted into the liquid silk finally as silk fiber and the latter used for nutritive purposes in the growing of silk gland tissue. 5. The cystine content is variable by mulberry species, silkworm species, sex, breeding process, and other culturing environments. 6. Hybrid silkworms require more nutritive amino acids for effective growth than the original parents, and secrete less of them as silk fiber. 7. From such an observation, the amino acid composition of silk fiber is believed to be fairly flexible. Cystine if included in the amorphous part of the fiber, especially in sericin. 8. The result from enriching the silkworm diet with pure cystine or wool cystine did not result in any advantage, therefore it is believed that the natural cystine and methionine contents in the mulberry leafaregoodenoughforsilkwormnutrition. 9. The disulfide cross linkage in silk fiber was verified by using the Harris Method. Contraction took place following the treatment of the fiber with various salts and acids. Comparisons were made with wool fiber. 10. During these experiments, the fibrious structure of silk fiber and the net-globular liquid form were photographed microscopically. It is believed that the globules of liquid silk are net-formed by the inter attraction of the OH ion of the globular peptide and the H ion of water as shown by the hair cracking behavior of the film. The net-globular protein precipitation from the mulberry protein solution showed that mulberry is a proper diet for the formation of fibrous protein in the silk fiber. 11. The significance of the presence of cystine in silk fiber as emphasized in this paper should result in modification of the general conception that cystine is absent from this fiber. NOTICE: A part of this treatise was presented at the annual Korea Sericultural Society meeting held in 1961.

  • PDF

Flowering Patterns of Miscanthus Germplasms in Korea (국내 수집 억새 유전자원의 출수 특성)

  • An, Gi-Hong;Um, Kyoung-Ran;Lee, Jun-Hee;Jang, Yun-Hui;Lee, Ji-Eun;Yu, Gyeong-Dan;Cha, Young-Lok;Moon, Yun-Ho;Ahn, Jong-Woong
    • KOREAN JOURNAL OF CROP SCIENCE
    • /
    • v.60 no.4
    • /
    • pp.510-517
    • /
    • 2015
  • Miscanthus has been considered as the most promising bioenergy crop for lignocellulosic biomass production. In Korea, M. sacchariflorus and M. sinensis can be found easily in all regions. It is a great advantage to utilize as important species with respect to genetic and cross-breeding programs materials for creation of novel hybrids. For successful breeding programs, it is important to precisely understand the variability of flowering traits among Miscanthus species as breeding parents materials. In this study, flowering traits were observed daily in 960 germplasms of two Miscanthus species (M. sacchariflorus and M. sinensis) for growing seasons over 2 years. The flowering process was divided into three stages. ST (sprouting time) was recorded when first leaf of the plant emerged on soil. FS1 (flowering stage 1) and FS2 (flowering stage 2) were recorded when flag leaf was firstly observed, and 1 cm of panicle was showing on at least one stem, respectively. For 2013 and 2014, the latest germplasms exerted flag leaf, i.e. September 30 (DOY of FS1 164.1) and September 4 (DOY of FS1 141.0) occurred M. sacchariflorus cv. Geodae 1 and M. sacchariflorus cv. Uram collected from Southern Korea (Jeollanam-do), while Miscanthus germplasms collected from northern Korea (Gyeonggi-do) which emerged the earliest flag leaf in July and August, significantly decreased DOY. For DOY from ST to FS2, M. sacchriflorus germplasms ranged from 140 to 190 days, and 110 to 170 days for 2013 and 2014. The highest frequency showed to 160 days for 2013, and 150 days for 2014. In M. sinensis germplasms, the highest frequency showed to 180 days for 2013, and 170 days for 2014. In the results of correlation between the day of years from ST to FS2 for 2013 and 2014, M. sacchriflorus and M. sinensis showed high coefficient of correlation (0.70 and 0.89). It can be supposed that flowering characteristics of Miscanthus are largely affected by the unique phenotypic characteristic of native habitat than environmental factors of the current planted site. This study for flowering traits of Miscanthus may provides an important information in order to expedite the introduction as breeding materials for creation of new hybrid.

Predicting the Performance of Recommender Systems through Social Network Analysis and Artificial Neural Network (사회연결망분석과 인공신경망을 이용한 추천시스템 성능 예측)

  • Cho, Yoon-Ho;Kim, In-Hwan
    • Journal of Intelligence and Information Systems
    • /
    • v.16 no.4
    • /
    • pp.159-172
    • /
    • 2010
  • The recommender system is one of the possible solutions to assist customers in finding the items they would like to purchase. To date, a variety of recommendation techniques have been developed. One of the most successful recommendation techniques is Collaborative Filtering (CF) that has been used in a number of different applications such as recommending Web pages, movies, music, articles and products. CF identifies customers whose tastes are similar to those of a given customer, and recommends items those customers have liked in the past. Numerous CF algorithms have been developed to increase the performance of recommender systems. Broadly, there are memory-based CF algorithms, model-based CF algorithms, and hybrid CF algorithms which combine CF with content-based techniques or other recommender systems. While many researchers have focused their efforts in improving CF performance, the theoretical justification of CF algorithms is lacking. That is, we do not know many things about how CF is done. Furthermore, the relative performances of CF algorithms are known to be domain and data dependent. It is very time-consuming and expensive to implement and launce a CF recommender system, and also the system unsuited for the given domain provides customers with poor quality recommendations that make them easily annoyed. Therefore, predicting the performances of CF algorithms in advance is practically important and needed. In this study, we propose an efficient approach to predict the performance of CF. Social Network Analysis (SNA) and Artificial Neural Network (ANN) are applied to develop our prediction model. CF can be modeled as a social network in which customers are nodes and purchase relationships between customers are links. SNA facilitates an exploration of the topological properties of the network structure that are implicit in data for CF recommendations. An ANN model is developed through an analysis of network topology, such as network density, inclusiveness, clustering coefficient, network centralization, and Krackhardt's efficiency. While network density, expressed as a proportion of the maximum possible number of links, captures the density of the whole network, the clustering coefficient captures the degree to which the overall network contains localized pockets of dense connectivity. Inclusiveness refers to the number of nodes which are included within the various connected parts of the social network. Centralization reflects the extent to which connections are concentrated in a small number of nodes rather than distributed equally among all nodes. Krackhardt's efficiency characterizes how dense the social network is beyond that barely needed to keep the social group even indirectly connected to one another. We use these social network measures as input variables of the ANN model. As an output variable, we use the recommendation accuracy measured by F1-measure. In order to evaluate the effectiveness of the ANN model, sales transaction data from H department store, one of the well-known department stores in Korea, was used. Total 396 experimental samples were gathered, and we used 40%, 40%, and 20% of them, for training, test, and validation, respectively. The 5-fold cross validation was also conducted to enhance the reliability of our experiments. The input variable measuring process consists of following three steps; analysis of customer similarities, construction of a social network, and analysis of social network patterns. We used Net Miner 3 and UCINET 6.0 for SNA, and Clementine 11.1 for ANN modeling. The experiments reported that the ANN model has 92.61% estimated accuracy and 0.0049 RMSE. Thus, we can know that our prediction model helps decide whether CF is useful for a given application with certain data characteristics.

Job Preference Analysis and Job Matching System Development for the Middle Aged Class (중장년층 일자리 요구사항 분석 및 인력 고용 매칭 시스템 개발)

  • Kim, Seongchan;Jang, Jincheul;Kim, Seong Jung;Chin, Hyojin;Yi, Mun Yong
    • Journal of Intelligence and Information Systems
    • /
    • v.22 no.4
    • /
    • pp.247-264
    • /
    • 2016
  • With the rapid acceleration of low-birth rate and population aging, the employment of the neglected groups of people including the middle aged class is a crucial issue in South Korea. In particular, in the 2010s, the number of the middle aged who want to find a new job after retirement age is significantly increasing with the arrival of the retirement time of the baby boom generation (born 1955-1963). Despite the importance of matching jobs to this emerging middle aged class, private job portals as well as the Korean government do not provide any online job service tailored for them. A gigantic amount of job information is available online; however, the current recruiting systems do not meet the demand of the middle aged class as their primary targets are young workers. We are in dire need of a specially designed recruiting system for the middle aged. Meanwhile, when users are searching the desired occupations on the Worknet website, provided by the Korean Ministry of Employment and Labor, users are experiencing discomfort to search for similar jobs because Worknet is providing filtered search results on the basis of exact matches of a preferred job code. Besides, according to our Worknet data analysis, only about 24% of job seekers had landed on a job position consistent with their initial preferred job code while the rest had landed on a position different from their initial preference. To improve the situation, particularly for the middle aged class, we investigate a soft job matching technique by performing the following: 1) we review a user behavior logs of Worknet, which is a public job recruiting system set up by the Korean government and point out key system design implications for the middle aged. Specifically, we analyze the job postings that include preferential tags for the middle aged in order to disclose what types of jobs are in favor of the middle aged; 2) we develope a new occupation classification scheme for the middle aged, Korea Occupation Classification for the Middle-aged (KOCM), based on the similarity between jobs by reorganizing and modifying a general occupation classification scheme. When viewed from the perspective of job placement, an occupation classification scheme is a way to connect the enterprises and job seekers and a basic mechanism for job placement. The key features of KOCM include establishing the Simple Labor category, which is the most requested category by enterprises; and 3) we design MOMA (Middle-aged Occupation Matching Algorithm), which is a hybrid job matching algorithm comprising constraint-based reasoning and case-based reasoning. MOMA incorporates KOCM to expand query to search similar jobs in the database. MOMA utilizes cosine similarity between user requirement and job posting to rank a set of postings in terms of preferred job code, salary, distance, and job type. The developed system using MOMA demonstrates about 20 times of improvement over the hard matching performance. In implementing the algorithm for a web-based application of recruiting system for the middle aged, we also considered the usability issue of making the system easier to use, which is especially important for this particular class of users. That is, we wanted to improve the usability of the system during the job search process for the middle aged users by asking to enter only a few simple and core pieces of information such as preferred job (job code), salary, and (allowable) distance to the working place, enabling the middle aged to find a job suitable to their needs efficiently. The Web site implemented with MOMA should be able to contribute to improving job search of the middle aged class. We also expect the overall approach to be applicable to other groups of people for the improvement of job matching results.

Expression and Purification of Recombinant Human Interferon-gamma Produced by Escherichia coli (대장균이 생산한 재조합 인체 감마인터페론의 발현과 정제)

  • Park, Jung-Ryeol;Kim, Sung-Woo;Kim, Jae-Bum;Jung, Woo-Hyuk;Han, Myung-Wan;Jo, Young-Bae;Jung, Joon-Ki
    • KSBB Journal
    • /
    • v.21 no.3
    • /
    • pp.204-211
    • /
    • 2006
  • For the production of the recombinant human interferon-gamma(rhIFN-${\gamma}$) in Escherichia coli, human glucagon and ferritin heavy chain were used as fusion partners. Even though rhIFN-${\gamma}$ is expressed as an inclusion body form in E. coli because of strong hydrophobicity of itself, over 50% of fused rhIFN-${\gamma}$ was expressed as soluble form in E. coli $Origami^{TM}$(DE3) harboring pT7FH(HE)-IFN-${\gamma}$ which encodes ferritin heavy chain-fused rhIFN-${\gamma}$. In the case of using glucagon-ferritin heavy chain hybrid mutant as a fusion partner, 6X His-tag was additionally introduced to N-terminus of GFHM(HE)-IFN-${\gamma}$ for enhancing purification yields of rhIFN-${\gamma}$. Fusion protein HGFHM(HE)-IFN-${\gamma}$ with two 6X His-tag was more effectively bound to Ni-NTA agarose bead than GFHM(HE)-IFN-${\gamma}$ with a 6X His-tag. rhIFN-${\gamma}$ was completely purified from enterokinase-treated HGFHM(HE)-IFN-${\gamma}$ by Ni-NTA affinity column. For high-level production of rhIFN-${\gamma}$, glucose was used as the sole carbon source with simple exponential feeding rate($2.4{\sim}7.2g/h$) in fed-batch process. The effective lactose concentration for the expression of the rhIFN-${\gamma}$ was $10{\sim}20mM$. Under the fed-batch culture conditions, rhIFN-${\gamma}$ production yield reached 11 g DCW/L for 6 hours after lactose induction.

Inhibition of Pancreatic Lipase Activity and Adipocyte Differentiation in 3T3-L1 Cells Treated with Purple Corn Husk and Cob Extracts (자색옥수수 포엽과 속대 추출물의 리파아제 저해활성 및 3T3-L1 지방전구세포에서의 지방분화 억제효과)

  • Lee, Ki Yeon;Hong, Soo Young;Kim, Tae Hee;Kim, Jai Eun;Park, A-Reum;Noh, Hee Sun;Kim, Si Chang;Park, Jong Yeol;Ahn, Mun Seob;Jeong, Won Jin;Kim, Hee Yeon
    • Journal of Food Hygiene and Safety
    • /
    • v.33 no.2
    • /
    • pp.131-139
    • /
    • 2018
  • Our review begins with the maize hybrid for grain, called 'Seakso 1,' which was developed in 2008 by the Gangwon Agricultural Research and Extension Services in Korea, and subsequently registered in 2011. In this study, we aimed to investigate the lipid metabolic enzyme activity and inhibitory effect on the adipocyte differentiation, in 3T3-L1 cells of the identified Seakso 1 corn husk and cob extracts (EHCS). We investigated the pancreatic lipase inhibitory effect and anti-adipogenic effect of EHCS.The lipid accumulation and adipocyte differentiation were measured by the procedure of Oil Red O staining, Real-time PCR and the Western blot analysis. The pancreatic lipase inhibitory activity of EHCS was measured at higher levels than those of the positive control (orlistat) at 100, 500, and $1,000{\mu}g/mL$. In particular, EHCS was noted as being significantly inhibited and including a measured adipocyte differentiation and lipid accumulation, when treated during the adipocyte differentiation process in 3T3-L1 cells. Based on the Oil Red O staining, EHCS inhibited lipid accumulation at 19.19%, 33.30% at $1000{\mu}g/mL$, $2000{\mu}g/mL$, respectively. The real-time PCR and Western blot analysis showed that EHCS significantly decreased in the mRNA expression and protein level of obesity-related factors, such as peroxisome-proliferatorsactivated-receptor-${\gamma}$ ($PPAR{\gamma}$) and CCAAT enhancer-binding-proteins ${\alpha}$ ($C/EBP{\alpha}$). This study potentially suggests that the Saekso 1 corn husk and cob extracts may improve lipid metabolism and reduce lipid accumulation.

Deep Learning OCR based document processing platform and its application in financial domain (금융 특화 딥러닝 광학문자인식 기반 문서 처리 플랫폼 구축 및 금융권 내 활용)

  • Dongyoung Kim;Doohyung Kim;Myungsung Kwak;Hyunsoo Son;Dongwon Sohn;Mingi Lim;Yeji Shin;Hyeonjung Lee;Chandong Park;Mihyang Kim;Dongwon Choi
    • Journal of Intelligence and Information Systems
    • /
    • v.29 no.1
    • /
    • pp.143-174
    • /
    • 2023
  • With the development of deep learning technologies, Artificial Intelligence powered Optical Character Recognition (AI-OCR) has evolved to read multiple languages from various forms of images accurately. For the financial industry, where a large number of diverse documents are processed through manpower, the potential for using AI-OCR is great. In this study, we present a configuration and a design of an AI-OCR modality for use in the financial industry and discuss the platform construction with application cases. Since the use of financial domain data is prohibited under the Personal Information Protection Act, we developed a deep learning-based data generation approach and used it to train the AI-OCR models. The AI-OCR models are trained for image preprocessing, text recognition, and language processing and are configured as a microservice architected platform to process a broad variety of documents. We have demonstrated the AI-OCR platform by applying it to financial domain tasks of document sorting, document verification, and typing assistance The demonstrations confirm the increasing work efficiency and conveniences.