• Title/Summary/Keyword: 학습기반

Search Result 10,129, Processing Time 0.037 seconds

An Intelligent Decision Support System for Selecting Promising Technologies for R&D based on Time-series Patent Analysis (R&D 기술 선정을 위한 시계열 특허 분석 기반 지능형 의사결정지원시스템)

  • Lee, Choongseok;Lee, Suk Joo;Choi, Byounggu
    • Journal of Intelligence and Information Systems
    • /
    • v.18 no.3
    • /
    • pp.79-96
    • /
    • 2012
  • As the pace of competition dramatically accelerates and the complexity of change grows, a variety of research have been conducted to improve firms' short-term performance and to enhance firms' long-term survival. In particular, researchers and practitioners have paid their attention to identify promising technologies that lead competitive advantage to a firm. Discovery of promising technology depends on how a firm evaluates the value of technologies, thus many evaluating methods have been proposed. Experts' opinion based approaches have been widely accepted to predict the value of technologies. Whereas this approach provides in-depth analysis and ensures validity of analysis results, it is usually cost-and time-ineffective and is limited to qualitative evaluation. Considerable studies attempt to forecast the value of technology by using patent information to overcome the limitation of experts' opinion based approach. Patent based technology evaluation has served as a valuable assessment approach of the technological forecasting because it contains a full and practical description of technology with uniform structure. Furthermore, it provides information that is not divulged in any other sources. Although patent information based approach has contributed to our understanding of prediction of promising technologies, it has some limitations because prediction has been made based on the past patent information, and the interpretations of patent analyses are not consistent. In order to fill this gap, this study proposes a technology forecasting methodology by integrating patent information approach and artificial intelligence method. The methodology consists of three modules : evaluation of technologies promising, implementation of technologies value prediction model, and recommendation of promising technologies. In the first module, technologies promising is evaluated from three different and complementary dimensions; impact, fusion, and diffusion perspectives. The impact of technologies refers to their influence on future technologies development and improvement, and is also clearly associated with their monetary value. The fusion of technologies denotes the extent to which a technology fuses different technologies, and represents the breadth of search underlying the technology. The fusion of technologies can be calculated based on technology or patent, thus this study measures two types of fusion index; fusion index per technology and fusion index per patent. Finally, the diffusion of technologies denotes their degree of applicability across scientific and technological fields. In the same vein, diffusion index per technology and diffusion index per patent are considered respectively. In the second module, technologies value prediction model is implemented using artificial intelligence method. This studies use the values of five indexes (i.e., impact index, fusion index per technology, fusion index per patent, diffusion index per technology and diffusion index per patent) at different time (e.g., t-n, t-n-1, t-n-2, ${\cdots}$) as input variables. The out variables are values of five indexes at time t, which is used for learning. The learning method adopted in this study is backpropagation algorithm. In the third module, this study recommends final promising technologies based on analytic hierarchy process. AHP provides relative importance of each index, leading to final promising index for technology. Applicability of the proposed methodology is tested by using U.S. patents in international patent class G06F (i.e., electronic digital data processing) from 2000 to 2008. The results show that mean absolute error value for prediction produced by the proposed methodology is lower than the value produced by multiple regression analysis in cases of fusion indexes. However, mean absolute error value of the proposed methodology is slightly higher than the value of multiple regression analysis. These unexpected results may be explained, in part, by small number of patents. Since this study only uses patent data in class G06F, number of sample patent data is relatively small, leading to incomplete learning to satisfy complex artificial intelligence structure. In addition, fusion index per technology and impact index are found to be important criteria to predict promising technology. This study attempts to extend the existing knowledge by proposing a new methodology for prediction technology value by integrating patent information analysis and artificial intelligence network. It helps managers who want to technology develop planning and policy maker who want to implement technology policy by providing quantitative prediction methodology. In addition, this study could help other researchers by proving a deeper understanding of the complex technological forecasting field.

Ensemble of Nested Dichotomies for Activity Recognition Using Accelerometer Data on Smartphone (Ensemble of Nested Dichotomies 기법을 이용한 스마트폰 가속도 센서 데이터 기반의 동작 인지)

  • Ha, Eu Tteum;Kim, Jeongmin;Ryu, Kwang Ryel
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.4
    • /
    • pp.123-132
    • /
    • 2013
  • As the smartphones are equipped with various sensors such as the accelerometer, GPS, gravity sensor, gyros, ambient light sensor, proximity sensor, and so on, there have been many research works on making use of these sensors to create valuable applications. Human activity recognition is one such application that is motivated by various welfare applications such as the support for the elderly, measurement of calorie consumption, analysis of lifestyles, analysis of exercise patterns, and so on. One of the challenges faced when using the smartphone sensors for activity recognition is that the number of sensors used should be minimized to save the battery power. When the number of sensors used are restricted, it is difficult to realize a highly accurate activity recognizer or a classifier because it is hard to distinguish between subtly different activities relying on only limited information. The difficulty gets especially severe when the number of different activity classes to be distinguished is very large. In this paper, we show that a fairly accurate classifier can be built that can distinguish ten different activities by using only a single sensor data, i.e., the smartphone accelerometer data. The approach that we take to dealing with this ten-class problem is to use the ensemble of nested dichotomy (END) method that transforms a multi-class problem into multiple two-class problems. END builds a committee of binary classifiers in a nested fashion using a binary tree. At the root of the binary tree, the set of all the classes are split into two subsets of classes by using a binary classifier. At a child node of the tree, a subset of classes is again split into two smaller subsets by using another binary classifier. Continuing in this way, we can obtain a binary tree where each leaf node contains a single class. This binary tree can be viewed as a nested dichotomy that can make multi-class predictions. Depending on how a set of classes are split into two subsets at each node, the final tree that we obtain can be different. Since there can be some classes that are correlated, a particular tree may perform better than the others. However, we can hardly identify the best tree without deep domain knowledge. The END method copes with this problem by building multiple dichotomy trees randomly during learning, and then combining the predictions made by each tree during classification. The END method is generally known to perform well even when the base learner is unable to model complex decision boundaries As the base classifier at each node of the dichotomy, we have used another ensemble classifier called the random forest. A random forest is built by repeatedly generating a decision tree each time with a different random subset of features using a bootstrap sample. By combining bagging with random feature subset selection, a random forest enjoys the advantage of having more diverse ensemble members than a simple bagging. As an overall result, our ensemble of nested dichotomy can actually be seen as a committee of committees of decision trees that can deal with a multi-class problem with high accuracy. The ten classes of activities that we distinguish in this paper are 'Sitting', 'Standing', 'Walking', 'Running', 'Walking Uphill', 'Walking Downhill', 'Running Uphill', 'Running Downhill', 'Falling', and 'Hobbling'. The features used for classifying these activities include not only the magnitude of acceleration vector at each time point but also the maximum, the minimum, and the standard deviation of vector magnitude within a time window of the last 2 seconds, etc. For experiments to compare the performance of END with those of other methods, the accelerometer data has been collected at every 0.1 second for 2 minutes for each activity from 5 volunteers. Among these 5,900 ($=5{\times}(60{\times}2-2)/0.1$) data collected for each activity (the data for the first 2 seconds are trashed because they do not have time window data), 4,700 have been used for training and the rest for testing. Although 'Walking Uphill' is often confused with some other similar activities, END has been found to classify all of the ten activities with a fairly high accuracy of 98.4%. On the other hand, the accuracies achieved by a decision tree, a k-nearest neighbor, and a one-versus-rest support vector machine have been observed as 97.6%, 96.5%, and 97.6%, respectively.

Subject-Balanced Intelligent Text Summarization Scheme (주제 균형 지능형 텍스트 요약 기법)

  • Yun, Yeoil;Ko, Eunjung;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.2
    • /
    • pp.141-166
    • /
    • 2019
  • Recently, channels like social media and SNS create enormous amount of data. In all kinds of data, portions of unstructured data which represented as text data has increased geometrically. But there are some difficulties to check all text data, so it is important to access those data rapidly and grasp key points of text. Due to needs of efficient understanding, many studies about text summarization for handling and using tremendous amounts of text data have been proposed. Especially, a lot of summarization methods using machine learning and artificial intelligence algorithms have been proposed lately to generate summary objectively and effectively which called "automatic summarization". However almost text summarization methods proposed up to date construct summary focused on frequency of contents in original documents. Those summaries have a limitation for contain small-weight subjects that mentioned less in original text. If summaries include contents with only major subject, bias occurs and it causes loss of information so that it is hard to ascertain every subject documents have. To avoid those bias, it is possible to summarize in point of balance between topics document have so all subject in document can be ascertained, but still unbalance of distribution between those subjects remains. To retain balance of subjects in summary, it is necessary to consider proportion of every subject documents originally have and also allocate the portion of subjects equally so that even sentences of minor subjects can be included in summary sufficiently. In this study, we propose "subject-balanced" text summarization method that procure balance between all subjects and minimize omission of low-frequency subjects. For subject-balanced summary, we use two concept of summary evaluation metrics "completeness" and "succinctness". Completeness is the feature that summary should include contents of original documents fully and succinctness means summary has minimum duplication with contents in itself. Proposed method has 3-phases for summarization. First phase is constructing subject term dictionaries. Topic modeling is used for calculating topic-term weight which indicates degrees that each terms are related to each topic. From derived weight, it is possible to figure out highly related terms for every topic and subjects of documents can be found from various topic composed similar meaning terms. And then, few terms are selected which represent subject well. In this method, it is called "seed terms". However, those terms are too small to explain each subject enough, so sufficient similar terms with seed terms are needed for well-constructed subject dictionary. Word2Vec is used for word expansion, finds similar terms with seed terms. Word vectors are created after Word2Vec modeling, and from those vectors, similarity between all terms can be derived by using cosine-similarity. Higher cosine similarity between two terms calculated, higher relationship between two terms defined. So terms that have high similarity values with seed terms for each subjects are selected and filtering those expanded terms subject dictionary is finally constructed. Next phase is allocating subjects to every sentences which original documents have. To grasp contents of all sentences first, frequency analysis is conducted with specific terms that subject dictionaries compose. TF-IDF weight of each subjects are calculated after frequency analysis, and it is possible to figure out how much sentences are explaining about each subjects. However, TF-IDF weight has limitation that the weight can be increased infinitely, so by normalizing TF-IDF weights for every subject sentences have, all values are changed to 0 to 1 values. Then allocating subject for every sentences with maximum TF-IDF weight between all subjects, sentence group are constructed for each subjects finally. Last phase is summary generation parts. Sen2Vec is used to figure out similarity between subject-sentences, and similarity matrix can be formed. By repetitive sentences selecting, it is possible to generate summary that include contents of original documents fully and minimize duplication in summary itself. For evaluation of proposed method, 50,000 reviews of TripAdvisor are used for constructing subject dictionaries and 23,087 reviews are used for generating summary. Also comparison between proposed method summary and frequency-based summary is performed and as a result, it is verified that summary from proposed method can retain balance of all subject more which documents originally have.

Development of a Stock Trading System Using M & W Wave Patterns and Genetic Algorithms (M&W 파동 패턴과 유전자 알고리즘을 이용한 주식 매매 시스템 개발)

  • Yang, Hoonseok;Kim, Sunwoong;Choi, Heung Sik
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.1
    • /
    • pp.63-83
    • /
    • 2019
  • Investors prefer to look for trading points based on the graph shown in the chart rather than complex analysis, such as corporate intrinsic value analysis and technical auxiliary index analysis. However, the pattern analysis technique is difficult and computerized less than the needs of users. In recent years, there have been many cases of studying stock price patterns using various machine learning techniques including neural networks in the field of artificial intelligence(AI). In particular, the development of IT technology has made it easier to analyze a huge number of chart data to find patterns that can predict stock prices. Although short-term forecasting power of prices has increased in terms of performance so far, long-term forecasting power is limited and is used in short-term trading rather than long-term investment. Other studies have focused on mechanically and accurately identifying patterns that were not recognized by past technology, but it can be vulnerable in practical areas because it is a separate matter whether the patterns found are suitable for trading. When they find a meaningful pattern, they find a point that matches the pattern. They then measure their performance after n days, assuming that they have bought at that point in time. Since this approach is to calculate virtual revenues, there can be many disparities with reality. The existing research method tries to find a pattern with stock price prediction power, but this study proposes to define the patterns first and to trade when the pattern with high success probability appears. The M & W wave pattern published by Merrill(1980) is simple because we can distinguish it by five turning points. Despite the report that some patterns have price predictability, there were no performance reports used in the actual market. The simplicity of a pattern consisting of five turning points has the advantage of reducing the cost of increasing pattern recognition accuracy. In this study, 16 patterns of up conversion and 16 patterns of down conversion are reclassified into ten groups so that they can be easily implemented by the system. Only one pattern with high success rate per group is selected for trading. Patterns that had a high probability of success in the past are likely to succeed in the future. So we trade when such a pattern occurs. It is a real situation because it is measured assuming that both the buy and sell have been executed. We tested three ways to calculate the turning point. The first method, the minimum change rate zig-zag method, removes price movements below a certain percentage and calculates the vertex. In the second method, high-low line zig-zag, the high price that meets the n-day high price line is calculated at the peak price, and the low price that meets the n-day low price line is calculated at the valley price. In the third method, the swing wave method, the high price in the center higher than n high prices on the left and right is calculated as the peak price. If the central low price is lower than the n low price on the left and right, it is calculated as valley price. The swing wave method was superior to the other methods in the test results. It is interpreted that the transaction after checking the completion of the pattern is more effective than the transaction in the unfinished state of the pattern. Genetic algorithms(GA) were the most suitable solution, although it was virtually impossible to find patterns with high success rates because the number of cases was too large in this simulation. We also performed the simulation using the Walk-forward Analysis(WFA) method, which tests the test section and the application section separately. So we were able to respond appropriately to market changes. In this study, we optimize the stock portfolio because there is a risk of over-optimized if we implement the variable optimality for each individual stock. Therefore, we selected the number of constituent stocks as 20 to increase the effect of diversified investment while avoiding optimization. We tested the KOSPI market by dividing it into six categories. In the results, the portfolio of small cap stock was the most successful and the high vol stock portfolio was the second best. This shows that patterns need to have some price volatility in order for patterns to be shaped, but volatility is not the best.

Musical Analysis of Jindo Dasiraegi music for the Scene of Performing Arts Contents (연희현장에서의 올바른 활용을 위한 진도다시래기 음악분석)

  • Han, Seung Seok;Nam, Cho Long
    • (The) Research of the performance art and culture
    • /
    • no.25
    • /
    • pp.253-289
    • /
    • 2012
  • Dasiraegi is a traditional funeral rite performance of Jindo located in the South Jeolla Province of South Korea. With its unique stylistic structure including various dances, songs and witty dialogues, and a storyline depicting the birth of a new life in the wake of death, embodying the Buddhism belief that life and death is interconnected; it attracted great interest from performance organizers and performers who were desperately seeking new contents that can be put on stage as a performance. It is needless to say previous research on Dasiraegi had been most valuable in its recreation as it analyzed the performance from a wide range of perspectives. Despite its contributions, the previous researches were mainly academic focusing on: the symbolic meanings of the performance, basic introduction to the components of the performance such as script, lyrics, witty dialogue, appearance (costume and make-up), stage properties, rhythm, dance and etc., lacking accurate representation of the most crucial element of the performance which is sori (song). For this reason, the study analyzes the music of Dasiraegi and presents its musical characteristics along with its scores to provide practical support for performers who are active in the field. Out of all the numbers in Dasiraegi, this study analyzed all of Geosa-nori and Sadang-nori, the funeral dirge (mourning chant) sung as the performers come on stage and Gasangjae-nori, because among the five proceedings of the funeral rite they were the most commonly performed. There are a plethora of performance recordings to choose from, however, this study chose Jindo Dasiraegi, an album released by E&E Media. The album offers high quality recordings of performances, but more importantly, it is easy to obtain and utilize for performers who want to learn the Dasiraegi based on the script provided in this study. The musical analysis discovered a number of interesting findings. Firstly, most of the songs in Dasiraegi use a typical Yukjabaegi-tori which applies the Mi scale frequently containing cut-off (breaking) sounds. Although, Southern Kyoung-tori which applies the Sol scale was used, it was only in limited parts and was musically incomplete. Secondly, there was no musical affinity between Ssitgim-gut and Dasiraegi albeit both are for funeral rites. The fundamental difference in character and function of Ssitgim-gut and Dasiraegi may be the reason behind this lack of affinity, as Ssitgim-gut is sung to guide the deceased to heaven by comforting him/her, whereas, Dasiaregi is sung to reinvigorate the lives of the living. Lastly, traces of musical grammar found in Pansori are present in the earlier part of Dasiraegi. This may be attributed to the master artist (Designee of Important Intangible Cultural Heritage), who was instrumental in the restoration and hand-down of Dasiaregi, and his experience in a Changgeuk company. The performer's experience with Changgeuk may have induced the alterations in Dasiraegi, causing it to deviate from its original form. On the other hand, it expanded the performative bais by enhancing the performance aspect of Dasiraegi allowing it to be utilized as contents for Performing Arts. It would be meaningful to see this study utilized to benefit future performance artists, taking Dasiraegi as their inspiration, which overcomes the loss of death and invigorates the vibrancy of life.

Deriving adoption strategies of deep learning open source framework through case studies (딥러닝 오픈소스 프레임워크의 사례연구를 통한 도입 전략 도출)

  • Choi, Eunjoo;Lee, Junyeong;Han, Ingoo
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.4
    • /
    • pp.27-65
    • /
    • 2020
  • Many companies on information and communication technology make public their own developed AI technology, for example, Google's TensorFlow, Facebook's PyTorch, Microsoft's CNTK. By releasing deep learning open source software to the public, the relationship with the developer community and the artificial intelligence (AI) ecosystem can be strengthened, and users can perform experiment, implementation and improvement of it. Accordingly, the field of machine learning is growing rapidly, and developers are using and reproducing various learning algorithms in each field. Although various analysis of open source software has been made, there is a lack of studies to help develop or use deep learning open source software in the industry. This study thus attempts to derive a strategy for adopting the framework through case studies of a deep learning open source framework. Based on the technology-organization-environment (TOE) framework and literature review related to the adoption of open source software, we employed the case study framework that includes technological factors as perceived relative advantage, perceived compatibility, perceived complexity, and perceived trialability, organizational factors as management support and knowledge & expertise, and environmental factors as availability of technology skills and services, and platform long term viability. We conducted a case study analysis of three companies' adoption cases (two cases of success and one case of failure) and revealed that seven out of eight TOE factors and several factors regarding company, team and resource are significant for the adoption of deep learning open source framework. By organizing the case study analysis results, we provided five important success factors for adopting deep learning framework: the knowledge and expertise of developers in the team, hardware (GPU) environment, data enterprise cooperation system, deep learning framework platform, deep learning framework work tool service. In order for an organization to successfully adopt a deep learning open source framework, at the stage of using the framework, first, the hardware (GPU) environment for AI R&D group must support the knowledge and expertise of the developers in the team. Second, it is necessary to support the use of deep learning frameworks by research developers through collecting and managing data inside and outside the company with a data enterprise cooperation system. Third, deep learning research expertise must be supplemented through cooperation with researchers from academic institutions such as universities and research institutes. Satisfying three procedures in the stage of using the deep learning framework, companies will increase the number of deep learning research developers, the ability to use the deep learning framework, and the support of GPU resource. In the proliferation stage of the deep learning framework, fourth, a company makes the deep learning framework platform that improves the research efficiency and effectiveness of the developers, for example, the optimization of the hardware (GPU) environment automatically. Fifth, the deep learning framework tool service team complements the developers' expertise through sharing the information of the external deep learning open source framework community to the in-house community and activating developer retraining and seminars. To implement the identified five success factors, a step-by-step enterprise procedure for adoption of the deep learning framework was proposed: defining the project problem, confirming whether the deep learning methodology is the right method, confirming whether the deep learning framework is the right tool, using the deep learning framework by the enterprise, spreading the framework of the enterprise. The first three steps (i.e. defining the project problem, confirming whether the deep learning methodology is the right method, and confirming whether the deep learning framework is the right tool) are pre-considerations to adopt a deep learning open source framework. After the three pre-considerations steps are clear, next two steps (i.e. using the deep learning framework by the enterprise and spreading the framework of the enterprise) can be processed. In the fourth step, the knowledge and expertise of developers in the team are important in addition to hardware (GPU) environment and data enterprise cooperation system. In final step, five important factors are realized for a successful adoption of the deep learning open source framework. This study provides strategic implications for companies adopting or using deep learning framework according to the needs of each industry and business.

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.

Research Framework for International Franchising (국제프랜차이징 연구요소 및 연구방향)

  • Kim, Ju-Young;Lim, Young-Kyun;Shim, Jae-Duck
    • Journal of Global Scholars of Marketing Science
    • /
    • v.18 no.4
    • /
    • pp.61-118
    • /
    • 2008
  • The purpose of this research is to construct research framework for international franchising based on existing literature and to identify research components in the framework. Franchise can be defined as management styles that allow franchisee use various management assets of franchisor in order to make or sell product or service. It can be divided into product distribution franchise that is designed to sell products and business format franchise that is designed for running it as business whatever its form is. International franchising can be defined as a way of internationalization of franchisor to foreign country by providing its business format or package to franchisee of host country. International franchising is growing fast for last four decades but academic research on this is quite limited. Especially in Korea, research about international franchising is carried out on by case study format with single case or empirical study format with survey based on domestic franchise theory. Therefore, this paper tries to review existing literature on international franchising research, providing research framework, and then stimulating new research on this field. International franchising research components include motives and environmental factors for decision of expanding to international franchising, entrance modes and development plan for international franchising, contracts and management strategy of international franchising, and various performance measures from different perspectives. First, motives of international franchising are fee collection from franchisee. Also it provides easier way to expanding to foreign country. The other motives including increase total sales volume, occupying better strategic position, getting quality resources, and improving efficiency. Environmental factors that facilitating international franchising encompasses economic condition, trend, and legal or political factors in host and/or home countries. In addition, control power and risk management capability of franchisor plays critical role in successful franchising contract. Final decision to enter foreign country via franchising is determined by numerous factors like history, size, growth, competitiveness, management system, bonding capability, industry characteristics of franchisor. After deciding to enter into foreign country, franchisor needs to set entrance modes of international franchising. Within contractual mode, there are master franchising and area developing franchising, licensing, direct franchising, and joint venture. Theories about entrance mode selection contain concepts of efficiency, knowledge-based approach, competence-based approach, agent theory, and governance cost. The next step after entrance decision is operation strategy. Operation strategy starts with selecting a target city and a target country for franchising. In order to finding, screening targets, franchisor needs to collect information about candidates. Critical information includes brand patent, commercial laws, regulations, market conditions, country risk, and industry analysis. After selecting a target city in target country, franchisor needs to select franchisee, in other word, partner. The first important criteria for selecting partners are financial credibility and capability, possession of real estate. And cultural similarity and knowledge about franchisor and/or home country are also recognized as critical criteria. The most important element in operating strategy is legal document between franchisor and franchisee with home and host countries. Terms and conditions in legal documents give objective information about characteristics of franchising agreement for academic research. Legal documents have definitions of terminology, territory and exclusivity, agreement of term, initial fee, continuing fees, clearing currency, and rights about sub-franchising. Also, legal documents could have terms about softer elements like training program and operation manual. And harder elements like law competent court and terms of expiration. Next element in operating strategy is about product and service. Especially for business format franchising, product/service deliverable, benefit communicators, system identifiers (architectural features), and format facilitators are listed for product/service strategic elements. Another important decision on product/service is standardization vs. customization. The rationale behind standardization is cost reduction, efficiency, consistency, image congruence, brand awareness, and competitiveness on price. Also standardization enables large scale R&D and innovative change in management style. Another element in operating strategy is control management. The simple way to control franchise contract is relying on legal terms, contractual control system. There are other control systems, administrative control system and ethical control system. Contractual control system is a coercive source of power, but franchisor usually doesn't want to use legal power since it doesn't help to build up positive relationship. Instead, self-regulation is widely used. Administrative control system uses control mechanism from ordinary work relationship. Its main component is supporting activities to franchisee and communication method. For example, franchisor provides advertising, training, manual, and delivery, then franchisee follows franchisor's direction. Another component is building franchisor's brand power. The last research element is performance factor of international franchising. Performance elements can be divided into franchisor's performance and franchisee's performance. The conceptual performance measures of franchisor are simple but not easy to obtain objectively. They are profit, sale, cost, experience, and brand power. The performance measures of franchisee are mostly about benefits of host country. They contain small business development, promotion of employment, introduction of new business model, and level up technology status. There are indirect benefits, like increase of tax, refinement of corporate citizenship, regional economic clustering, and improvement of international balance. In addition to those, host country gets socio-cultural change other than economic effects. It includes demographic change, social trend, customer value change, social communication, and social globalization. Sometimes it is called as westernization or McDonaldization of society. In addition, the paper reviews on theories that have been frequently applied to international franchising research, such as agent theory, resource-based view, transaction cost theory, organizational learning theory, and international expansion theories. Resource based theory is used in strategic decision based on resources, like decision about entrance and cooperation depending on resources of franchisee and franchisor. Transaction cost theory can be applied in determination of mutual trust or satisfaction of franchising players. Agent theory tries to explain strategic decision for reducing problem caused by utilizing agent, for example research on control system in franchising agreements. Organizational Learning theory is relatively new in franchising research. It assumes organization tries to maximize performance and learning of organization. In addition, Internalization theory advocates strategic decision of direct investment for removing inefficiency of market transaction and is applied in research on terms of contract. And oligopolistic competition theory is used to explain various entry modes for international expansion. Competency theory support strategic decision of utilizing key competitive advantage. Furthermore, research methodologies including qualitative and quantitative methodologies are suggested for more rigorous international franchising research. Quantitative research needs more real data other than survey data which is usually respondent's judgment. In order to verify theory more rigorously, research based on real data is essential. However, real quantitative data is quite hard to get. The qualitative research other than single case study is also highly recommended. Since international franchising has limited number of applications, scientific research based on grounded theory and ethnography study can be used. Scientific case study is differentiated with single case study on its data collection method and analysis method. The key concept is triangulation in measurement, logical coding and comparison. Finally, it provides overall research direction for international franchising after summarizing research trend in Korea. International franchising research in Korea has two different types, one is for studying Korean franchisor going overseas and the other is for Korean franchisee of foreign franchisor. Among research on Korean franchisor, two common patterns are observed. First of all, they usually deal with success story of one franchisor. The other common pattern is that they focus on same industry and country. Therefore, international franchise research needs to extend their focus to broader subjects with scientific research methodology as well as development of new theory.

  • PDF

Philosophical Stances for Future Nursing Education (미래를 향한 간호교육이념)

  • Hong Yeo Shin
    • The Korean Nurse
    • /
    • v.20 no.4 s.112
    • /
    • pp.27-38
    • /
    • 1981
  • 오늘 저희에게 주어진 주제, 내일에 타당한 간호사업 및 간호교육의 향방을 어떻게 정하여야 하는가의 논의는 오늘날 간호계 주변에 일어나고 있는 변화의 실상을 이해하는 데서 비롯되어져야 한다고 생각하는 입장에서 먼저 세계적으로 건강관리사업이 당면한 딜레마가 어떠한 것이며 이러한 문제해결을 위해 어떠한 새로운 제안들이 나오고 있는가를 개관 하므로서 그 교육적 의미를 정의해 보고 장래 간호교육이 지향해야할 바를 생각해 보려 합니다. 오늘의 사회의 하나의 특징은 세계 모든 나라들이 각기 어떻게 전체 국민에게 고루 미칠 수 있는 건강관리체계를 이룩할 수 있느냐에 관심을 모으고 있는 사실이라고 봅니다. 부강한 나라에 있어서나 가장 빈궁한 나라에 있어서나 그 관심은 마찬가지로 나타나고 있읍니다. 보건진료 문제의 제기는 발달된 현대의학의 지식과 기술이 지닌 건강관리의 방대한 가능성과 건강 관리의 요구를 지닌 사람들에게 미치는 실질적인 혜택간에 점점 더 크게 벌어지는 격차에서 발생한다고 봅니다. David Rogers는 1960년대 초반까지 갖고 있던 의료지식의 축적과 민간인의 구매력 향상이 자동적으로 국민 건강의 향상을 초래할 것이라고 믿었던 순진한 꿈은 이루어지지 않았고 오히려 의료사업의 위기는 의료지식과 의료봉사간에 벌어지는 격차와 의료에 대한 막대한 투자와 그에서 얻는 건강의 혜택간의 격차에서 온다고 말하고 있읍니다. 균등 분배의 견지에서 보면 의료지식과 기술의 향상은 그 단위 투자에 대한 생산성을 낮춤으로서 오히려 장애적 요인으로 작용해온 것도 사실이고 의료의 발달에 따른 일반인의 기대 상승과 더불어 의료를 태성의 권리로 규명하는 의료보호사업의 확대로 야기되는 의료수요의 급증은 모두 기존 시설 자원에 압박을 초래하여 전래적 의료공급체제에 도전을 가해 왔으며 의료의 발달에 건 기대와는 달리 인류의 건강 문제 해결은 더욱 요원한 과제로 남게 되었읍니다. 현시점에서 세계인구의 건강문제는 기아, 영양실조, 안전한 식수 공급 및 위생적 생활환경조성의 문제에서부터 가장 정밀한 의료기술발달에 수반되는 의료사회문제에 이르는 다양한 문제를 지니고 있으며 주로 각개 국가의 경제 사회적 여건이 이 문제의 성격을 결정짓고 있다고 볼수 있읍니다. 그러나 건강 관리에 대한 요구는 영구히, 완전히 충족될 수 없는 요구에 속한다는 의미에서 경제 사회적 발달 수준에 상관없이 모든 국가가 공히 요구에 미치지 못하는 제한된 자원문제로 고심하고 있는 실정입니다. 또 하나의 공통된 관점은 각기 문제의 상황은 달라도 오늘날의 건강 문제는 주로 의료권 밖의 유전적 소인, 사회경제적, 정치문화적인 환경여건과 각기 선택하는 삶의 스타일에 깊이 관련되어 있다는 사실입니다. 따라서 오늘과 내일의 건강관리 문제는 의학적 견지에서 뿐 아니라 널리 경제, 사회, 정치, 문화적 관점에서 포괄적인 접근이 시도되어야 한다는 점과 의료의 고급화, 전문화, 일변도의 과정에서 소외되었던 기본건강관리체계 강화에 역점을 둔 다양하고 탄력성 있는 사업전개가 요구되고 있다는 점입니다. 다양한 건강관리요구에 적절히 대처할 수 있기 위한 그간 세계 각처에서 시도된 새로운 건강관리 접근과 그 제안을 살펴보면 대체로 4가지의 뚜렷한 성격들로 집약할 수 있을 것 같습니다. 그 첫째는 건강관리사업계획 및 그 수행에 있어 지역 사회의 적극적 참여를 유도하는 일, 둘째는 지역단위의 일차보건의료에서 부터 도심지 신예 종합병원, 시설 의료에 이르기까지 건강관리사업을 합리적으로 체계화하는 일. 셋째로 의료인력이용의 효율화 및 비의료인의 훈련과 협조 유발을 포함하는 효과적인 인력관리에 대한 제안과 넷째로 의료보험 및 각양 집단 의료유형을 포함하는 대체 의료재정 운영관리에 관련된 제안들을 들 수 있읍니다. 건강관리사업에 있어 지역사회 참여의 의의는 첫째로 사회 경제적인 제약이 모든 사람에게 가능한 최대한의 의료를 모두 고루 공급하기 어렵게 하고 있다는 점에서 제한된 정부재정과 지역사회가용자원을 보다 효율적으로 이용할 수 있게 하는 자조적이고 자율적인 지역사회건강관리체제의 구현에 있다고 볼 수 있으며 둘때로는 개인과 가족 및 지역민의 건강에 영향하는 많은 요인들은 실질적으로 의료권 외적 요인들로서 위생적인 생활양식, 식사습관, 의료시설이용 등 깊이 지역사회특성과 관련되어 국민보건의 실질적 향상을 위하여는 지역 주민의 자발적인 참여가 필수여건이 된다는 점 입니다. 지역 단위별 체계적인 의료사업의 전개는 제한된 의료자원의 보다 합리적이고 효율적인 이용을 가능하게 하며 요구가 있을때 언제나 가까운 거리에서 경제 사회적 제약을 받지 않고 이용할 수 있는 일차건강관리망을 통하여 건강에 관련된 정보를 얻으며 질병예방, 건강증진 및 기초적인 진료의 도움을 얻을 수 있고 의뢰에 대한 제2차, 제3차 진료에의 길은 건강관리사업의 질과 폭을 동시에 높고 넓게 해 줄 수 있는 길이 된다는 것입니다. 인력 관리에 관련된 두가지 기본 방향으로서는 첫째로 기존보건의료인력의 적정배치 유도이고 둘째는 기존인력의 역할확대, 조정 및 비의료인의 교육훈련과 부분적 업무대체를 들수 있으며 이러한 인력관리의 기본 방향은 부족되는 의료인력의 생산성을 높이고 주민들의 자조적 능력을 강화시킨다는 데에 두고 있음니다. 대체적 의료재정운영안은 대체로 의료공급과 재정관리를 이원화하여 주민의 경제능력이 의료수혜의 장애요소로 작용함을 막고 의료인의 경제적 동기에 의한 과잉치료처치에 의한 낭비를 줄임으로써 의료재정의 투자의 효과를 증대하는 데(cost-effectiveness) 그 기본방향을 두고 있다고 봅니다. 이러한 주변의료 사회적인 동향이 간호교육의 미래상에 끼치는 영향은 지대한 것이라 봅니다. 첫째로 장래 세계인구의 건강문제는 정치, 사회, 경제, 환경적인 의료권 밖의 요인들에 의해 더욱 크게 영향 받는다고 전제한다면 건강문제해결에 있어서도 전통적인 의료사업의 접근에서 더나아가 문제발생의 근원이 되는 생활개선이라는 차원에서 포괄적 접근을 생각하여야 하고 이를 위해선 정치, 경제, 사회전반에 걸친 깊이있는 이해과 주민의 생활환경에 직접 영향하는 교통수단, 통신망 mass media, 전력문제, 농업경영방법 및 조직적 사회활동 등 폭넓은 이해가 요구된다고 봅니다. 둘째로, 지역사회참여의 의의를 인정한다면 지역민의 자발적 참여를 효과적으로 유발시킬수 있고 의료집단과 각종 주민조직과 일반주민들 사이에서 협조적으로 일할수 있는 역량을 기르기위한 교육적 준비가 요구된다고 봅니다. 셋째로, 지역주민의 건강관리 자조능력 강화를 하나의 목표로 삼는다면 치료자에서 교육자로, 지도자에서 촉진자로, 제공자에서 지원자료의 역할의 변화 내지 다양화를 요구하게 될 것이므로 그에 대처할 수 있는 준비가 필요하다고 봅니다. 넷째로, 생각되어야 할 점은 지역중심건강관리사업을 지향하는 보건의료의 이념적 방향과 그에 상응하는 구체적 접근방법을 효율적으로 적용하기 위해서는 종횡으로 연결되는 의사소통체계의 정립과 민활한 정보교환이 이루어질 수 있어야 한다는 점에서 의사소통의 구심체로서 역할할 수 있는 역량을 함양해야 할 교육적 과제가 있다고 봅니다. 마지막으로 생각되어야 할 점은 지역중심으로 전개될 건강관리사업은 건강증진 및 질병예방적 측면과 질병진료 및 회복과 재활에 이르는 종합적이고 포괄적인 사업이어야 한다는 점에서 종래 공공 의료부문과 사설의료기관 사이에 나누어져 있던 예방의학과 치료의학의 통합 뿐 아니라 정부주축으로 이루어 지고 있는 지역사회개발사업 및 농촌지도사업과 종교 및 각종 민간인 집단이 벌이고있는 사업들과의 전체적인 통합적 접근이 이루어져야 한다고 생각하는 입장에서 종래 간호교육이 강조하지 않던 진료의 의무와 대외적 조직활동에 대한 보완적인 교육조치가 요구된다고 봅니다. 간호의 학문체계로서의 입장은 오랜 역사를 두고 논의의 대상이 되어왔으나 아직까지 뚜렷이 어떤 것이 간호 특유의 지식체계이며 건강문제에 관련하여 무엇이 간호특유의 결정영역이며 이 결정과 그 결과를 어떠한 방법으로 치료적 행위로 옮길 수 있는가에 대한 확실한 답을 얻지 못하고 있는 실정이라고 봅니다. 다만 근래에 제시된 여러 간호이론들 속에서 공통적으로 이야기되어지고 있는 개념들로선 우선 간호학문을 건강과 질병에 관련된 인간의 전인적이고 전체적인 상황을 다루는 학제적 과학으로서보는 입장이 있고 따라서 생물신체적인 면 외에 정신심리적, 사회경제적, 정치문화적 환경과의 상호작용 속에서 인간의 건강과 질병문제를 생각한다는 지향을 갖고 있다고 말할 수 있겠읍니다. 간호교육은 간호계 내적인 학문적, 이론적 체계화의 요구에 못지않게 대민봉사하는 전문직으로서의 사회적 책임을 감당해야하는 중요과제를 안고있어 변화하는 사회요구에 효과적으로 대처해 나가야 할 당면문제를 안고 있읍니다. 간효역할 확대, 보건진료원훈련 등 이러한 사회적 요구에 대응하려는 조치가 되겠읍니다. 이러한 시점에서 간호계가 분명히 짚고 넘어가야 할 사실은 이러한 움직임들이 종래의 의사들의 외업무공급을 연장 확대하는 입장에 서서 간호의 특수전문직 명목을 흐리게 할수있는 위험을 감수할 것인지 아니면 가능한 대체방안을 갖고 간호전문직의 독자적인 진로를 개척하면서 다각적인 도전을 받아들일 준비를 갖추든지 그 방향을 뚜렷이 해야할 일이라 생각합니다. 저로서는 이미 잘 훈련된 간호원들과 조산원들의 교육적, 경험적 배경을 기반으로 지역사회 최일선 건강관리요원으로 사회적 효능을 다 할수 있는 일차건강관리간호조직의 구현을 대체방안으로 제시하고 싶습니다. 간호원과 조산원들의 훈련된 역량과 건강관리체제의 구조적 변화를 효과적으로 조화시킨다면 대부분의 세계인구의 건강문제는 해결가능하다고 보는 입장입니다. 물론 정책과 의료와 행정적지원이 활성화되어지는 환경속에서만 그 기대하는 결과가 확대되리라는 점 부언하는 바입니다. 마지막으로 언급하고 싶은 점은 바로 오늘의 주제 ''교육의 동역자-선생과 학생''이라는 개념입니다. 특히 상회정의적 입장에서 보는 의료사업전개에 지역민 내지 의료소비자의 참여를 강조하는 현시점에 있어 교육자와 학생이 교육의 현장에서 서로 동역자로서 학습의 책임을 나누는 경험은 아주 시기적으로 적합하여 교육적으로 지대한 의미를 갖는 것이라고 생각합니다. 이에 수반되어져야 할 역할의 변화에 수용적인 자세를 갖고 적극 실제적용하려 노력하는 선생앞에서 자주적 결정을 행사해본 학생이야말로 건강관리대상자로 하여금 같은 결정권을 행사할수 있도록 촉구하여 주민의 자조적 역량을 기르고 의료사업의 민주화, 인간화를 이룩할 수 있는 길잡이가 될 수 있으리라 믿는 바입니다.

  • PDF