PowerPoint Presentation

Size: px
Start display at page:

Download "PowerPoint Presentation"

Transcription

1 e-business ch. 9. Big data & IoT Ph.D. Young-Min, Kyoung

2 contents 데이터마이닝 의개요 개요 기계학습 데이터마이닝기법 데이터마이닝 기법기초 개요 C4.5 알고리즘 엔트로피 결정나무규칙생성 Part. 데이터마이닝 Part. 의사결정나무 (Decision Tree) <Team Report #> Due Date : ( 출력물 : 수업전제출 / 컴퓨터파일 : 당일자정까지 e- 메일제출 ) 과제주제 : 암호시스템 ( 종류 : 대칭시스템과비대칭시스템 ) 과암호화알고리즘 ( 예 : Caesar Cipher 해설및적용예 ) 에관한보고서 9-5-3

3 가장널리알려진대표적성공사례 장바구니분석 (Market Basket Analysis, Wal-Mart) [CRM] 고객의구매데이터분석 마케팅활용 & 카드신규발급신청 아기기저귀와맥주가함께팔림 ( 구매상관관계 ) 이현상에의미를부여할것인가? 그이유는? (insight)

4 출현배경과필요성 대량 (volume) 의, 빨리생성 (velocity) 되는, 숫자뿐만아니라텍스트와이미지, 동영상등의다양 (variety) 한데이터 ( 정형및비정형데이터 ) 취급에적합한기술필요 다양성 새로운분석방법요구 ( 전통적인분석기법은한계 ) 속도 시장의변화사이클에신속하게대응 ( 실시간으로수집되는데이터의신속한처리기술 ) 대량 저장및처리용량의증가에대처 ( 단일고성능컴퓨터시스템 vs. 분산컴퓨팅 ) 기업이활용할수있는모든내, 외부데이터를사용하여똑똑한의사결정을할수있는능력은디지털경제환경에서경쟁력확보의필수역량... Rich Data, Meaningful Information Data Insight & Foresight 3Vs (or 4Vs) 데이터급증 (IT/ 인터넷 /IOT) Knowledge Discovery 컴퓨터과학 ( 인공지능기술 ) 의개발 / 발전 Data Analysis Data Processing 컴퓨터기술 (H/W, S/W) 의빠른발전 Useful Information & Knowledge Understanding Customers Competitive Power

5 데이터마이닝개요 통계적분석방법기계학습인공지능컴퓨터과학 Neural Network Big Data 일일거래데이터고객데이터상품데이터고객반응데이터 패턴, 연관성데이터모델 Valuable Information hidden knowledge, unexpected info., or new rules Marketing 고객평가분류 / 예측연관관계분석 예 주중금요일에는어떤상품이잘팔리는가? 함께구매하는상품에는어떤것들이있는가? 현재고려하고있는프로모션의대상고객은어떻게선정할것인가?

6 데이터마이닝정의 수집된데이터로부터변환과정을거쳐, 데이터에포함되어있는관계, 패턴, 규칙등을발견하고모형화해서, 인사이트 (insight) 와포사이트 (foresight) 를도출함으로써유용한정보 / 지식을얻는일련의계산과정 사실에근거한객관적의사결정에도움 Statistics Computer Science Data Mining Today [8C] Bayes Theorem Regression [Mid. C] Neural Network Databases Genetic Algorithm [Late C] KDD SVM Data Science [C] Big Data/IOT

7 Knowledge Discovery in Databases(KDD) Algorithms Interpretation / Evaluation Data Mining Preprocessing Transformation Selection Patterns Raw Data Target Data Preprocessed Data Transformed Data Model / Rules Data Fusion Sampling De-ising Feature-Extraction rmalization Dimension -Reduction Classification Clustering Pattern Recognition Visualization Validation based on the content of Fayyad, Usama, Piatetsky-Shapiro, Gregory, and Smyth, Padhraic(996) From Data Mining to Knowledge Discovery in Databases, AI Magazine 7(3),

8 데이터마이닝 (Data Mining) 전처리 (Pre-Processing) meaning : manipulation of data into the form suitable for further processing and analysis routine, tedious, and time consuming estimated that data preparation accounts for 6%~8% of the time spent on a data mining project kinds of dirty data which needs data cleaning Incomplete data Missing attribute values : [eg.] Occupation= isy data (incorrect value) Errors or Outliers : [eg.] Salary= - Inconsistent data Discrepancies in codes or names : [eg.] Duplicate records 변수간의관계를알고자할때, 5 개의레코드로대략적인개념획득가능 Outliers 판정기준? Outliers 의미? Age= 39 Birthday= 5/9/99 was 남성, w 남 Discrepancy between duplicate records 생산시스템공학특론 8

9 데이터마이닝 (Data Mining) 데이터변환 예 : DM 알고리즘에적합한데이터형으로의변환필요연속적속성값의수를줄이기위해 (discretization) 회귀분석 분류 범주형데이터 ( 성별, 거주형태, 교육정도등 ) 수치형데이터로표현 거주형태 : 범주형데이터 수치형데이터로 종속변수 : 범주형데이터로표현 나이 ( 연속적인값 ) 범주형데이터로 수치형데이터 ( 진데이터 ) ( 나이, 연간수입, 구매건수등 ) 아파트, 주택, 빌라, 주상복합, 원룸,, 3, 4, 5 7, 33, 48, 5, 66 대, 3 대, 4 대, 5 대, 6 대 Low-level concepts(numerical values for age) High-level concepts(young, middle-aged, old) 생산시스템공학특론 9

10 기계학습 (Machine Learning) 인공지능의한분야. 컴퓨터가데이터에대한학습을통해지식을획득하도록하는것. Machine Learning Techniques 지도학습 (Supervised Learning) 자율학습 (Unsupervised Learning) 개념 : 훈련데이터로부터함수를유추해내기위한기계학습방법 훈련데이터 (training data) 와시험데이터 (testing data) 사용 목표변수 ( 출력변수 ) 가정해져있는경우의분석 예 : 분류 (classification) 회귀분석 (regression analysis) 등 개념 : 사전정보없이데이터가어떻게구성되었는지를알아내기위한기계학습방법 목표변수 ( 출력변수 ) 가정해져있지않은경우의분석 예 : 군집분석 (cluster analysis) [ 세분화 (segmentation)] 연관성분석 (association rule discovery) 등 9-5-3

11 데이터마이닝기법의유형 모든 attribute 가독립변수이다. ( 독립변수 = 입력변수 = 원인 attribute) 자율학습 (Unsupervised Learning) DM techniques 보통하나의 attribute 가종속변수이다. ( 종속변수 = 출력변수 = 결과 attribute= 분류클 래스 ) 지도학습 (Supervised Learning) Descriptive c h a r a c t e r i s t i c s Predictive Clustering Association Sequential Analysis Classification Regression Prediction Decision Tree Rule Induction Neural Networks Nearest Neighbor Classification 출력변수 ( 종속변수 ) 가범주형 출력변수 ( 종속변수 ) 가수치형출력변수 ( 종속변수 ) 가범주형또는수치형 9-5-3

12 instances 지도학습의사례 의사결정나무를사용한분류 / 규칙생성 훈련데이터 (Training Data) attributes output attributes Patient Sore Swollen (class) ID# Throat Fever Glands Congestion Headache Diagnosis Table. Hypothetical Training Data for Disease Diagnosis input attributes 38.5 Strep throat 36.7 Allergy Cold Strep throat Cold Allergy Strep throat Allergy Cold 38. Cold 패혈증인두염 이데이터를근거로일반적인성질을알고싶다. 일반화된진단모델을얻고자함 ( 귀납적추론 ). 환자번호 인후염 발열 갑상선비대증 충혈두통진단 9-5-3

13 Table 의데이터에대한결정트리 Fever Swollen Glands Diagnosis = Strep Throat 갑상선이부었다면, 인두염이다. 갑상선이붓지않고열이있다면, 감기이다. 갑상선이붓지않고열이없다면, 알레르기이다. Diagnosis = Allergy Diagnosis = Cold 진단모델 (model) 분류 (Classification) Table. Data Instances with an Unknown Classification Patient Sore Swollen ID# Throat Fever Glands Congestion Headache Diagnosis <Test Data> 로사용시 진단예 () 진단예 ()?? 3? 패혈증인두염감기알레르기 패혈증인두염감기감기

14 DM technique : 분류 (classification) 개요 데이터로부터분류별특성을추출하여분류모형을생성하고, 이를기반으로새레코드 (Data Instances) 의분류값 ( 분류클래스 ) 을결정하는것 특징 예 데이터마이닝에서가장많이사용되는접근방법 지도학습방법 ( 결과속성이정해져있다 ) 종속변수 ( 알고자하는정보 ) 는범주형 (categorical, 명목형 ) 데이터로구성 분석의시점이미래가아닌현재에있다. 카드社, 고객평가모형, 우수회원과불량회원구별 연봉 억이상 인사람의프로파일작성신용카드의부정사용여부판단 / 신용카드신규발급요청의승인요건건강보험공단의보험금부정청구적발

15 DM technique : 예측 (prediction) 개요 특징 예 분류기법과유사한수행과정을사용하지만, 그분석의목적이현재가아닌미래시점의결과를결정 ( 분류또는추정 ) 하는것 지도학습방법에속한다. The emphasis is on predicting future rather than current outcomes. 즉, 미래시점의결과를다룸 출력 attribute : categorical or numeric 알고자하는정보또는예측하려는변수가연속형인경우가많음. 신용카드고객이대금청구서에첨부된프로모션을이용할것인가를예측다우존스산업평균의다음주종가를예측휴대폰가입자가다음세달내에통신사를다른곳으로바꿀것인지를예측

16 DM technique 3 : 군집화 (clustering) 개요 특징 예 데이터인스턴스들을동질성을가지는 개이상의그룹으로묶음으로써지식구조를만드는학습방법 maximizing the intra-class similarity and minimizing the inter-class similarity 자율학습방법이며, 종속변수가없다. 데이터에숨어있는개념구조를발견하는것을주목적으로한다. 데이터에개념형태로찾아질수있는의미있는관계가존재하는지판단 군집에속하는고객에한해도서정보카탈로그를선별발송지도학습모델의성능평가다른데이터마이닝작업을위한선행작업으로실시 지도학습에서사용할가장적합한입력 attribute들을판단이상치 (outlier ; noise data인경우가많음 ) 발견

17 DM technique 4 : 연관분석 (Association Analysis) 개요 특징 예 연관규칙 (Association Rules) 알고리즘을사용하여소매상품들간의숨겨진관계를찾는학습방법 즉, 데이터속에존재하는종속관계를찾아내어연관성을파악하는것 장바구니분석 (Market Basket Analysis) 으로도불림 자율학습방법에해당한다. 데이터에잠재된알려지지않은연관성을찾는것을목적으로한다. Association rules can have one or several output attributes. An output attribute for one rule can be an input attribute for another rule. 백화점 / 마트의매장진열, 상품이나서비스의교차판매 ( 크로스마케팅전략수립 ), 우편첨부 ( 프로모션설계 ), 사기적발등

18 DM technique 5 : 회귀분석 (Statistical Regression) 개요 하나이상의입력 attributes 를하나의출력 attribute( 수치값 ) 에연결하는방정식을세워일반적인모델을생성하는분석방법 ( 지도학습 ) 선형또는비선형회귀분석기법으로분류 [ 선형회귀방정식 ( 예 ) ] 범주형데이터는수치형으로변환하여적용 생명보험프로모션 =.599 ( 신용카드보험 ) ( 성별 ) [ 적용예 ] 신용카드보험이없는여성의생명보험프로모션가입가능성의크기는얼마인가? 생명보험프로모션 =.599 () () =.777 신용카드보험이없는남성의생명보험프로모션가입가능성의크기는얼마인가? 생명보험프로모션 =.599 () () =

19 성능평가 Supervised 학습모델평가 모델의정확도 (accuracy) 평가 모델개발에사용되지않은새로운데이터 (test data) 를사용하여모델의분류결과가얼마나정확한가를계산한다. 평가도구 : 오분류행렬 (confusion matrix) A matrix used to summarize the results of a supervised classification. Entries along the main diagonal are correct classifications. Entries other than those on the main diagonal are classification errors. 오분류행렬의데이터는 모델의정확도계산에필요한값을제공한다

20 성능평가 Supervised 학습모델평가 Table A- A. two-class confusion matrix Table A- 정확도 =? 오류율 =? Both have same performance? 9-5-3

21 성능평가 Supervised 학습모델평가 B. three-class confusion matrix n n c ij i= j= 모델평가에사용된 인스턴스데이터수 오분류행렬 모델을적용하여얻어진분류결과 3 classes ( 실제로속하는클래스 ) [ 해석 ] 주대각선에있는값들은정확한분류를나타낸다. [ 해석 ] 행 C i 에있는값들은클래스 C i 에속한인스턴스들을나타낸다. [ 해석 3] 칼럼 C j 에있는값들은 C j 의구성원들로분류된인스턴스들을나타낸다. 모델의정확도 (accuracy) Accuracy n C ij i j i n n i j C ij (%) 모델의오류율 (error rate) Error _ Rate Accuracy 9-5-3

22 ch. 9. Big data & IoT / Datamining -Business Decision Tree ( 의사결정나무 ) Technique

23 Decision Tree( 결정트리 ) 지도학습에서 분류 를목적으로주로사용되는기법 a series of nested if-then-else statements 결정트리생성과학습모델 I T Training Data (some instances) Decision Tree 생성 분류모델 ( 규칙 ) Set of All Instances 결정트리성능시험 ( 검증 ) Test Data (remaining instances) 분류에활용 ( 또는예측에도활용 ) Test Data 의모든인스턴스를올바르게분류하면종료, 아니면 Training Data 에새인스턴스를추가하여과정반복 I T E 학습될개념을가장잘나타내줄수있는애트리뷰트를사용하여만들어짐

24 결정트리생성알고리즘 : C4.5 algorithm(ross Quinlan) 기본개념 builds decision trees from a set of training data using the concept of information entropy (=information gain). At each node of the tree, C4.5 chooses one attribute of the data that most effectively splits its set of samples into subsets enriched in one class or the other. The attribute with the highest information gain is chosen to make the decision. Information Gain( 정보이득 ) Entropy= Entropy = p i log p i i Entropy= Information Gain = Entropy parent [weighted average]entropy(children)

25 C4.5 algorithm T : training instances 의집합 T 의 instances 를가장잘표현할수있는 attributes 를선택 3 선택된 attribute 를트리의노드로하고, 이 attribute 의각기다른값을이노드의 child link (child link 의값 : instances 를하위부분클래스로구별 ) 로하여트리를생성 4 단계 3 의각하위부분클래스에대해 부분클래스에속하는 instances 가 a. 미리정의된기준을만족하거나또는트리에서이경로를따라남은 attribute 가더이상없으면, 이경로를사용하여새 instance 의분류를결정 b. 미리정의된기준을만족하지않고트리의경로를따라더세분화할 attribute 가 개이상남아있으면, 현재의부분클래스의모든 instances 의집합을 T 로두고단계 로되돌아가서반복

26 attribute의선택 (branching node) 기준 : T 의 instances 를가장잘표현할수있는 attribute? A 와 B 중어느것? A 나이 B 성별 대 3 대 Male Female 홈쇼핑구매 6 5 홈쇼핑구매

27 CLASSIFICATION DECISION TREE Raw Data Instances Age Income Student Credit_Rating Buys_Computer 8 High Fair 7 High Excellent 3 36 High Fair 4 44 Medium Fair 5 58 Low Fair 6 47 Low Excellent 7 33 Low Excellent 8 6 Medium Fair 9 4 Low Fair 46 Medium Fair 7 Medium Excellent 38 Medium Excellent 3 35 High Fair 4 45 Medium Excellent

28 CLASSIFICATION DECISION TREE Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent High Fair 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent Low Excellent 8 <=3 Medium Fair 9 <=3 Low Fair >4 Medium Fair <=3 Medium Excellent 3..4 Medium Excellent High Fair 4 >4 Medium Excellent

29 엔트로피 (Entropy) 의계산예시 summary for Buys-Computer Buys- Computer status counts Positive 9 Negative 5 two classes exists Entropy of the attribute Buys_Computer Entropy = 9 4 log log 5 4 =

30 Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent High Fair 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent Low Excellent 8 <=3 Medium Fair 9 <=3 Low Fair >4 Medium Fair <=3 Medium Excellent 3..4 Medium Excellent High Fair 4 >4 Medium Excellent 컴퓨터구매자를판단?! ( 출력변수 )

31 Split de 로 Age 를취한다면, Age 가중치포함 Entropy (age) = =.694 Buy 3 <= >4 4 3 Information Gain = Entropy Entropy age = =.46 Entropy = 5 log Entropy = 4 4 log Entropy = 3 5 log log 3 5 = log 4 = log 5 =

32 Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent High Fair 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent Low Excellent 8 <=3 Medium Fair 9 <=3 Low Fair >4 Medium Fair <=3 Medium Excellent 3..4 Medium Excellent High Fair 4 >4 Medium Excellent 컴퓨터구매자를판단?! ( 출력변수 )

33 Split de 로 Income 을취한다면, Income Entropy (Income) = =.9 Buy 3 Low Medium High 4 Information Gain = Entropy Entropy age =.94.9 =.9 Entropy = 3 4 log Entropy = 4 6 log Entropy = 4 log log 4 = log 4 = log 6 =

34 Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent High Fair 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent Low Excellent 8 <=3 Medium Fair 9 <=3 Low Fair >4 Medium Fair <=3 Medium Excellent 3..4 Medium Excellent High Fair 4 >4 Medium Excellent 컴퓨터구매자를판단?! ( 출력변수 )

35 Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent High Fair 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent Low Excellent 8 <=3 Medium Fair 9 <=3 Low Fair >4 Medium Fair <=3 Medium Excellent 3..4 Medium Excellent High Fair 4 >4 Medium Excellent 컴퓨터구매자를판단?! ( 출력변수 )

36 엔트로피및정보이득계산결과 Output Split de Entropy Info. Gain Select Buys_Computer.94 Age =.46 Max. Income =.9 Student =.5 Credit_Rating =.48 Age <= >4 Buy

37 Age age<=3 Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent 8 <=3 Medium Fair 9 <=3 Low Fair <=3 Medium Excellent age=3..4 age>4 Instances Age Income Student Credit_Rating Buys_Computer High Fair Low Excellent 3..4 Medium Excellent High Fair Instances Age Income Student Credit_Rating Buys_Computer 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent >4 Medium Fair 4 >4 Medium Excellent

38 Age Entropy=.97 age<=3 age=3..4 age>4 Income, Student, Credit_Rating 중어느속성을 split node 로선택? Income, Student, Credit_Rating 중어느속성을 split node 로선택? Income, Student, Credit_Rating 중어느속성을 split node 로선택? Instances Age Income Student Credit_Rating Buys_Computer <=3 High Fair <=3 High Excellent 8 <=3 Medium Fair 9 <=3 Low Fair <=3 Medium Excellent

39 Entropy=.97 Age <=3 Entropy=.97 Age <=3 Income Low Income Medium Income High Student Student Buy Buy 3 Entropy = log Entropy = log Entropy = log = log = Entropy (Income) = =.4 Information Gain = Entropy Entropy age =.97.4 =.57 같은방법으로 Credit_Rating 의경우, Entropy(Credit_Rating)=.95 Information Gain=. Entropy = 3 log Entropy = Entropy (Student) = = log 3 3 = Information Gain = Entropy Entropy age =.97 =.97 Age age<=3 age>4 age=3..4 Student all 4 Max. all all

40 Age age<=3 Entropy=.97 age>4 age=3..4 Income, Student, Credit_Rating 중어느속성을 split node 로선택? Income, Student, Credit_Rating 중어느속성을 split node 로선택? Income, Student, Credit_Rating 중어느속성을 split node 로선택? Instances Age Income Student Credit_Rating Buys_Computer 4 >4 Medium Fair 5 >4 Low Fair 6 >4 Low Excellent >4 Medium Fair 4 >4 Medium Excellent

41 앞의예와같은방법으로계산하면 ) Income 의경우, Entropy(Income)=.95 Information Gain=. ) Student 의경우, Entropy(Student)=.95 Information Gain=. 3) Credit_Rating 의경우, Entropy(Credit_Rating)= Information Gain=.97 Max. Conclusion Rule # Rule # The classification rules for this tree can be jotted down as: If person s age is less than 3 and he is not a student, he will not buy the product. Age(<=3) & student(no) = NO If person s age is less than 3 and he is a student, he will buy the product. Age(<=3) & student(yes) = YES all Age age<=3 age>4 age=3..4 Student all 4 all 3 Credit_Rating Fair all 3 Excellent all Rule #3 Rule #4 Rule #5 If person s age is between 3 and 4, he is most likely to buy. Age(3 4) = YES If person s age is greater than 4, and has an excellent credit rating, he will not buy. Age(>4) & credit_rating(excellent) = NO If person s age is greater than 4, with a fair credit rating, he will probably buy. Age(>4) & credit_rating(fair) = We get the perfect Decision Tree!!

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

김경재 안현철 지능정보연구제 17 권제 4 호 2011 년 12 월

김경재 안현철 지능정보연구제 17 권제 4 호 2011 년 12 월 지능정보연구제 17 권제 4 호 2011 년 12 월 (pp.241~254) Support vector machines(svm),, CRM. SVM,,., SVM,,.,,. SVM, SVM. SVM.. * 2009() (NRF-2009-327- B00212). 지능정보연구제 17 권제 4 호 2011 년 12 월 김경재 안현철 지능정보연구제 17 권제 4 호

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

More information

슬라이드 1

슬라이드 1 빅데이터분석을위한데이터마이닝방법론 SAS Enterprise Miner 활용사례를중심으로 9 주차 예측모형에대한평가 Assessment of Predictive Model 최종후, 강현철 차례 6. 모형평가의기본개념 6.2 모델비교 (Model Comparison) 노드 6.3 임계치 (Cutoff) 노드 6.4 의사결정 (Decisions) 노드 6.5 기타모형화노드들

More information

Overview Decision Tree Director of TEAMLAB Sungchul Choi

Overview Decision Tree Director of TEAMLAB Sungchul Choi Overview Decision Tree Director of TEAMLAB Sungchul Choi 머신러닝의학습방법들 - Gradient descent based learning - Probability theory based learning - Information theory based learning - Distance similarity based

More information

빅데이터_DAY key

빅데이터_DAY key Big Data Near You 2016. 06. 16 Prof. Sehyug Kwon Dept. of Statistics 4V s of Big Data Volume Variety Velocity Veracity Value 대용량 다양한 유형 실시간 정보 (불)확실성 가치 tera(1,0004) - peta -exazetta(10007) bytes in 2020

More information

Problem New Case RETRIEVE Learned Case Retrieved Cases New Case RETAIN Tested/ Repaired Case Case-Base REVISE Solved Case REUSE Aamodt, A. and Plaza, E. (1994). Case-based reasoning; Foundational

More information

adfasdfasfdasfasfadf

adfasdfasfdasfasfadf C 4.5 Source code Pt.3 ISL / 강한솔 2019-04-10 Index Tree structure Build.h Tree.h St-thresh.h 2 Tree structure *Concpets : Node, Branch, Leaf, Subtree, Attribute, Attribute Value, Class Play, Don't Play.

More information

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770>

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770> 한국지능시스템학회 논문지 2010, Vol. 20, No. 3, pp. 375-379 유전자 알고리즘을 이용한 강인한 Support vector machine 설계 Design of Robust Support Vector Machine Using Genetic Algorithm 이희성 홍성준 이병윤 김은태 * Heesung Lee, Sungjun Hong,

More information

한국성인에서초기황반변성질환과 연관된위험요인연구

한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 - - i - - i - - ii - - iii - - iv - χ - v - - vi - - 1 - - 2 - - 3 - - 4 - 그림 1. 연구대상자선정도표 - 5 - - 6 - - 7 - - 8 - 그림 2. 연구의틀 χ - 9 - - 10 - - 11 -

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

CONTENTS SUMMARY PART 1 MARKET MARKET STRATEGY MARKET ISSUE MARKET ISSUE PART 2 CREDIT CREDIT ISSUE CREDIT ISSUE CREDIT ISSUE CREDIT ISSUE CREDIT STRA

CONTENTS SUMMARY PART 1 MARKET MARKET STRATEGY MARKET ISSUE MARKET ISSUE PART 2 CREDIT CREDIT ISSUE CREDIT ISSUE CREDIT ISSUE CREDIT ISSUE CREDIT STRA CONTENTS SUMMARY PART 1 MARKET MARKET STRATEGY MARKET ISSUE MARKET ISSUE PART 2 CREDIT CREDIT ISSUE CREDIT ISSUE CREDIT ISSUE CREDIT ISSUE CREDIT STRATEGY 4 CREDIT ISSUE 89 90 91 92 93 94 95 96 97 98 99

More information

서론 34 2

서론 34 2 34 2 Journal of the Korean Society of Health Information and Health Statistics Volume 34, Number 2, 2009, pp. 165 176 165 진은희 A Study on Health related Action Rates of Dietary Guidelines and Pattern of

More information

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern

More information

3 Gas Champion : MBB : IBM BCS PO : 2 BBc : : /45

3 Gas Champion : MBB : IBM BCS PO : 2 BBc : : /45 3 Gas Champion : MBB : IBM BCS PO : 2 BBc : : 20049 0/45 Define ~ Analyze Define VOB KBI R 250 O 2 2.2% CBR Gas Dome 1290 CTQ KCI VOC Measure Process Data USL Target LSL Mean Sample N StDev (Within) StDev

More information

Microsoft PowerPoint - 27.pptx

Microsoft PowerPoint - 27.pptx 이산수학 () n-항관계 (n-ary Relations) 2011년봄학기 강원대학교컴퓨터과학전공문양세 n-ary Relations (n-항관계 ) An n-ary relation R on sets A 1,,A n, written R:A 1,,A n, is a subset R A 1 A n. (A 1,,A n 에대한 n- 항관계 R 은 A 1 A n 의부분집합이다.)

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

강의록

강의록 Analytic CRM 2006. 5. 11 tsshin@yonsei.ac.kr Analytic CRM Analytic CRM Data Mining Analytical CRM in CRM Ecosystem Operational CRM Business Operations Mgmt. Analytical CRM Business Performance Mgmt. Back

More information

통계적 학습(statistical learning)

통계적 학습(statistical learning) 통계적학습 (statistical learning) 박창이 서울시립대학교통계학과 박창이 ( 서울시립대학교통계학과 ) 통계적학습 (statistical learning) 1 / 33 학습내용 통계적학습목적 : 예측과추론방법 : 모수적방법과비모수적방법정확도와해석력지도학습과자율학습회귀와분류모형의정확도에대한평가적합도편의-분산의관계분류문제 박창이 ( 서울시립대학교통계학과

More information

(, sta*s*cal disclosure control) - (Risk) and (U*lity) (Synthe*c Data) 4. 5.

(, sta*s*cal disclosure control) - (Risk) and (U*lity) (Synthe*c Data) 4. 5. 1 (, ), ( ) 2 1. 2. (, sta*s*cal disclosure control) - (Risk) and (U*lity) - - 3. (Synthe*c Data) 4. 5. 3 1. + 4 1. 2.,. 3. K + [ ] 5 ' ', " ", " ". (SNS), '. K KT,, KG (PG), 'CSS'(Credit Scoring System)....,,,.

More information

조사연구 권 호 연구논문 한국노동패널조사자료의분석을위한패널가중치산출및사용방안사례연구 A Case Study on Construction and Use of Longitudinal Weights for Korea Labor Income Panel Survey 2)3) a

조사연구 권 호 연구논문 한국노동패널조사자료의분석을위한패널가중치산출및사용방안사례연구 A Case Study on Construction and Use of Longitudinal Weights for Korea Labor Income Panel Survey 2)3) a 조사연구 권 호 연구논문 한국노동패널조사자료의분석을위한패널가중치산출및사용방안사례연구 A Case Study on Construction and Use of Longitudinal Weights for Korea Labor Income Panel Survey 2)3) a) b) 조사연구 주제어 패널조사 횡단면가중치 종단면가중치 선형혼합모형 일반화선형혼 합모형

More information

에너지경제연구 Korean Energy Economic Review Volume 17, Number 2, September 2018 : pp. 1~29 정책 용도별특성을고려한도시가스수요함수의 추정 :, ARDL,,, C4, Q4-1 -

에너지경제연구 Korean Energy Economic Review Volume 17, Number 2, September 2018 : pp. 1~29 정책 용도별특성을고려한도시가스수요함수의 추정 :, ARDL,,, C4, Q4-1 - 에너지경제연구 Korean Energy Economic Review Volume 17, Number 2, September 2018 : pp. 1~29 정책 용도별특성을고려한도시가스수요함수의 추정 :, ARDL,,, C4, Q4-1 - . - 2 - . 1. - 3 - [ 그림 1] 도시가스수요와실질 GDP 추이 - 4 - - 5 - - 6 - < 표 1>

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:275~289 Received: 2016/12/02, Accepted: 2016/12/22 Revised: 2016/12/20, Published: 2016/12/30 [ABSTRACT] SNS is used in various fields. Although

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:3~20 Received: 2016/12/04, Accepted: 2016/12/27 Revised: 2016/12/27, Published: 2016/12/30 [ABSTRACT] This study aims to comprehensively analyze

More information

Oracle Apps Day_SEM

Oracle Apps Day_SEM Senior Consultant Application Sales Consulting Oracle Korea - 1. S = (P + R) x E S= P= R= E= Source : Strategy Execution, By Daniel M. Beall 2001 1. Strategy Formulation Sound Flawed Missed Opportunity

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Fair 2004 Spring Copyright 2004 DaumSoft All rights reserved. INDEX Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved.

More information

<B9CCB5F0BEEEB0E6C1A6BFCDB9AEC8AD5F31322D32C8A35FBABBB9AE5FC3CAC6C731BCE25F6F6B5F32303134303531362E687770>

<B9CCB5F0BEEEB0E6C1A6BFCDB9AEC8AD5F31322D32C8A35FBABBB9AE5FC3CAC6C731BCE25F6F6B5F32303134303531362E687770> 미디어 경제와 문화 2014년 제12권 2호, 7 43 www.jomec.com TV광고 시청률 예측방법 비교연구 프로그램의 장르 구분에 따른 차이를 중심으로 1)2) 이인성* 단국대학교 커뮤니케이션학과 박사과정 박현수** 단국대학교 커뮤니케이션학부 교수 본 연구는 TV프로그램의 장르에 따라 광고시청률 예측모형들의 정확도를 비교하고 자 하였다. 본 연구에서

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

44-4대지.07이영희532~

44-4대지.07이영희532~ A Spatial Location Analysis of the First Shops of Foodservice Franchise in Seoul Metropolitan City Younghee Lee* 1 1 (R) 0 16 1 15 64 1 Abstract The foodservice franchise is preferred by the founders who

More information

사회통계포럼

사회통계포럼 wcjang@snu.ac.kr Acknowledgements Dr. Roger Peng Coursera course. https://github.com/rdpeng/courses Creative Commons by Attribution /. 10 : SNS (twitter, facebook), (functional data) : (, ),, /Data Science

More information

Y 1 Y β α β Independence p qp pq q if X and Y are independent then E(XY)=E(X)*E(Y) so Cov(X,Y) = 0 Covariance can be a measure of departure from independence q Conditional Probability if A and B are

More information

DIY 챗봇 - LangCon

DIY 챗봇 - LangCon without Chatbot Builder & Deep Learning bage79@gmail.com Chatbot Builder (=Dialogue Manager),. We need different chatbot builders for various chatbot services. Chatbot builders can t call some external

More information

발간등록번호 학술연구용역과제최종결과보고서 국민건강영양조사제기 차년도 영양조사질관리및전자조사표도입을위한사전조사실시 Quality Control and a Preliminary Study on Computer Assisted Personal Interview System for Nutrition Survey of KNHANES (2013) 주관연구기관 한국보건산업진흥원

More information

<35BFCFBCBA2E687770>

<35BFCFBCBA2E687770> 주요개념 : 컴퓨터음란물 접촉자, 성지식, 성태도 남자중학생의 컴퓨터음란물 접촉자와 비접촉자간의 성지식과 태도의 차이 김 영 혜* 이 화 자** 정 향 미*** 1. 연구의 필요성 한국은 I. 서 론 1960 년대 이후부터 시작된 돌진적 산업화 ( 한 상진, 1996) 로 인하여 경제적 부흥을 이루어 집집마다 TV 수상기를 가질 수 있게 되었고 최근에는 PC보급율

More information

歯3이화진

歯3이화진 http://www.kbc.go.kr/ Abstract Terrestrial Broadcasters Strategies in the Age of Digital Broadcasting Wha-Jin Lee The purpose of this research is firstly to investigate the

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: * Suggestions of Ways

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   * Suggestions of Ways Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.65-89 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.65 * Suggestions of Ways to Improve Teaching Practicum Based on the Experiences

More information

<4D6963726F736F667420576F7264202D20C3D6BDC52049435420C0CCBDB4202D20BAB9BBE7BABB>

<4D6963726F736F667420576F7264202D20C3D6BDC52049435420C0CCBDB4202D20BAB9BBE7BABB> 주간기술동향 2016. 2. 24. 최신 ICT 이슈 인공지능 바둑 프로그램 경쟁, 구글이 페이스북에 리드 * 바둑은 경우의 수가 많아 컴퓨터가 인간을 넘어서기 어려움을 보여주는 사례로 꼽혀 왔 으며, 바로 그런 이유로 인공지능 개발에 매진하는 구글과 페이스북은 바둑 프로그램 개 발 경쟁을 벌여 왔으며, 프로 9 단에 도전장을 낸 구글이 일단 한발 앞서 가는

More information

- 1 -

- 1 - - 1 - External Shocks and the Heterogeneous Autoregressive Model of Realized Volatility Abstract: We examine the information effect of external shocks on the realized volatility based on the HAR-RV (heterogeneous

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

Chap 6: Graphs

Chap 6: Graphs 5. 작업네트워크 (Activity Networks) 작업 (Activity) 부분프로젝트 (divide and conquer) 각각의작업들이완료되어야전체프로젝트가성공적으로완료 두가지종류의네트워크 Activity on Vertex (AOV) Networks Activity on Edge (AOE) Networks 6 장. 그래프 (Page 1) 5.1 AOV

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 2 : 258~264 Feb. 2015 ID3 알고리즘 기반의 귀납적 추론을 활용한 모바일 OS의 성공과 실패에 대한

More information

Jkcs022(89-113).hwp

Jkcs022(89-113).hwp 대한배뇨장애 및 요실금 학회지 J. Korean Continence Society 2004;8:89-113 Bristol Female Lower Urinary Tract Symptom 설문지의 한국어 번역 및 번역본의 언어 타당도 Seung-June Oh*, Hyung Geun Park*, Sung Hyun Paick, Won Hee Park and Myung-Soo

More information

1..

1.. Volume 12, Number 1, 6~16, Factors influencing consultation time and waiting time of ambulatory patients in a tertiary teaching hospital Jee-In Hwang College of Nursing Science, Kyung Hee University :

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 ㆍ Natural Language Understanding 관련기술 ㆍ Semantic Parsing Conversational AI Natural Language Understanding / Machine Learning ㆍEntity Extraction and Resolution - Machine Learning 관련기술연구개발경험보유자ㆍStatistical

More information

IBM SPSS Statistics 제품 소개 (2017 Aug)

IBM SPSS Statistics 제품 소개 (2017 Aug) IBM SPSS Statistics 제품소개 -V25 및 Subscription 2017 Aug ecustomercare Center 담당자 ( 한국어지원 ) 무료전화 : 007986112156 메일주소 : ecareap@sg.ibm.com 2017 IBM Corporation IBM SPSS ü SPSS Statistics SPSS Modeler SPSS

More information

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information

KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion

KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion 요약 본연구에서는, 웹문서로부터특정상품에대한의견문장을분석하는오피니언마이닝 (Opinion

More information

Development of culture technic for practical cultivation under structure in Gastrodia elate Blume

Development of culture technic for practical cultivation under structure in Gastrodia elate Blume Development of culture technic for practical cultivation under structure in Gastrodia elate Blume 1996. : 1. 8 2. 1 1998. 12. : : ( ) : . 1998. 12 : : : : : : : : : : - 1 - .. 1.... 2.. 3.... 1..,,.,,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 I. 문서표준 1. 문서일반 (HY중고딕 11pt) 1-1. 파일명명체계 1-2. 문서등록정보 2. 표지표준 3. 개정이력표준 4. 목차표준 4-1. 목차슬라이드구성 4-2. 간지슬라이드구성 5. 일반표준 5-1. 번호매기기구성 5-2. 텍스트박스구성 5-3. 테이블구성 5-4. 칼라테이블구성 6. 적용예제 Machine Learning Credit Scoring

More information

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh Page 1 of 6 Learn Korean Ep. 13: Whether (or not) and If Let s go over how to say Whether and If. An example in English would be I don t know whether he ll be there, or I don t know if he ll be there.

More information

- iii - - i - - ii - - iii - 국문요약 종합병원남자간호사가지각하는조직공정성 사회정체성과 조직시민행동과의관계 - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - α α α α - 15 - α α α α α α

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

untitled

untitled Math. Statistics: Statistics? 1 What is Statistics? 1. (collection), (summarization), (analyzing), (presentation) (information) (statistics).., Survey, :, : : QC, 6-sigma, Data Mining(CRM) (Econometrics)

More information

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

An Effective Sentence-Extraction Technique Using Contextual Information and Statistical Approaches for Text Summarization

An Effective Sentence-Extraction Technique Using Contextual Information and  Statistical Approaches for Text Summarization 한국 BI 데이터마이닝학회 2010 추계학술대회 Random Forests 기법을사용한 저수율반도체웨이퍼검출및혐의설비탐색 고태훈, 김동일, 박은정, 조성준 * Data Mining Lab., Seoul National University, hooni915@snu.ac.kr Introduction 반도체웨이퍼의수율 반도체공정과웨이퍼의수율 반도체공정은수백개의프로세스로이루어져있음

More information

BSC Discussion 1

BSC Discussion 1 Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,

More information

기관고유연구사업결과보고

기관고유연구사업결과보고 기관고유연구사업결과보고 작성요령 2001 ~ 2004 2005 ~ 2007 2008 ~ 2010 2001 ~ 2004 2005 ~ 2007 2008 ~ 2010 1 2/3 2 1 0 2 3 52 0 31 83 12 6 3 21 593 404 304 1,301 4 3 1 8 159 191 116 466 6 11 (`1: (1: 16 33 44 106

More information

<303720C7CFC1A4BCF86F6B2E687770>

<303720C7CFC1A4BCF86F6B2E687770> 1) < 論 文 > 라이프스타일 세분화를 통한 실버타운 수요자 분석 133 주택연구 제15권 4호 2007. 12/15(4) : 133~160 Housing Studies Review Vol. 15, No. 4 : 133~160 접수일 : 2007. 7. 9, 심사일 : 2007. 7. 16, 심사완료일 : 2007. 8. 29 라이프스타일 세분화를 통한 실버타운

More information

untitled

untitled SAS Korea / Professional Service Division 2 3 Corporate Performance Management Definition ý... is a system that provides organizations with a method of measuring and aligning the organization strategy

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

슬라이드 1

슬라이드 1 CJ 2007 CONTENTS 2006 CJ IR Presentation Overview 4 Non-performing Asset Company Profile Vision & Mission 4 4 - & 4-4 - & 4 - - - - ROE / EPS - - DreamWorks Animation Net Asset Value (NAV) Disclaimer IR

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Data Quality Management 2003 2003. 11. 11 (SK ) hskim226@skcorp.com Why Quality Management? Prologue,,. Water Source Management 2 Low Quality Water 1) : High Quality Water 2) : ( ) Water Quality Management

More information

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not, Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the

More information

<C3D6C1BEBFCFBCBA2DBDC4C7B0C0AFC5EBC7D0C8B8C1F62833322D31C8A3292E687770>

<C3D6C1BEBFCFBCBA2DBDC4C7B0C0AFC5EBC7D0C8B8C1F62833322D31C8A3292E687770> 소비자 식생활 라이프스타일이 구매에 미치는 영향 분석 김지윤 안병일 소비자 식생활 라이프스타일이 구매에 미치는 영향 분석* Effect of Consumers' Dietary Lifestyle on the Consumption Pattern of Processed Foods 김지윤** 안병일*** 6) Kim, Ji-Yoon Ahn, Byeong-Il 목 차

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   (LiD) - - * Way to Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth

More information

methods.hwp

methods.hwp 1. 교과목 개요 심리학 연구에 기저하는 기본 원리들을 이해하고, 다양한 심리학 연구설계(실험 및 비실험 설계)를 학습하여, 독립된 연구자로서의 기본적인 연구 설계 및 통계 분석능력을 함양한다. 2. 강의 목표 심리학 연구자로서 갖추어야 할 기본적인 지식들을 익힘을 목적으로 한다. 3. 강의 방법 강의, 토론, 조별 발표 4. 평가방법 중간고사 35%, 기말고사

More information

발간사 반구대 암각화는 고래잡이 배와 어부, 사냥하는 광경, 다양한 수륙동물 등 약 300여점의 그림이 바위면에 새겨져 있는 세계적 암각화입니다. 오랜 기간 새겨진 그림들 가운데 고래를 잡는 배와 어부모습은 전 세계적으로 유례를 찾기 힘들 정도로 그 중요성과 가치가 큽

발간사 반구대 암각화는 고래잡이 배와 어부, 사냥하는 광경, 다양한 수륙동물 등 약 300여점의 그림이 바위면에 새겨져 있는 세계적 암각화입니다. 오랜 기간 새겨진 그림들 가운데 고래를 잡는 배와 어부모습은 전 세계적으로 유례를 찾기 힘들 정도로 그 중요성과 가치가 큽 울주 대곡리 반구대 암각화 발굴조사보고서 BANGUDAE PETROGLYPH IN DAEGOK-RI, ULJOO EXCAVATION 발간사 반구대 암각화는 고래잡이 배와 어부, 사냥하는 광경, 다양한 수륙동물 등 약 300여점의 그림이 바위면에 새겨져 있는 세계적 암각화입니다. 오랜 기간 새겨진 그림들 가운데 고래를 잡는 배와 어부모습은 전 세계적으로 유례를

More information

<C7C1B7A3C2F7C0CCC1EE20B4BABAF1C1EEB4CFBDBA20B7B1C4AA20BBE7B7CA5FBCADB9CEB1B35F28C3D6C1BE292E687770>

<C7C1B7A3C2F7C0CCC1EE20B4BABAF1C1EEB4CFBDBA20B7B1C4AA20BBE7B7CA5FBCADB9CEB1B35F28C3D6C1BE292E687770> Through proactively respond Franchise New business launching instance : Focus on the BEERBARKET s successful story of INTO FRANCHISE SYSTEMS, INC. 선행적 대응을 통한 프랜차이즈 뉴비즈니스 런칭 사례 : 인토외식산업의 맥주바켓 성공사례 MAXCESS

More information

WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성 ( 황수경 ) ꌙ 127 노동정책연구 제 4 권제 2 호 pp.127~148 c 한국노동연구원 WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성황수경 *, (disabi

WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성 ( 황수경 ) ꌙ 127 노동정책연구 제 4 권제 2 호 pp.127~148 c 한국노동연구원 WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성황수경 *, (disabi WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성 ( 황수경 ) ꌙ 127 노동정책연구 2004. 제 4 권제 2 호 pp.127~148 c 한국노동연구원 WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성황수경 *, (disability)..,,. (WHO) 2001 ICF. ICF,.,.,,. (disability)

More information

ISO17025.PDF

ISO17025.PDF ISO/IEC 17025 1999-12-15 1 2 3 4 41 42 43 44, 45 / 46 47 48 49 / 410 411 412 413 414 5 51 52 53 54 / 55 56 57 58 / 59 / 510 A( ) ISO/IEC 17025 ISO 9001:1994 ISO 9002:1994 B( ) 1 11 /, / 12 / 1, 2, 3/ (

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 2003 CRM (Table of Contents). CRM. 2003. 2003 CRM. CRM . CRM CRM,,, Modeling Revenue Legacy System C. V. C. C V.. = V Calling Behavior. Behavior al Value Profitability Customer Value Function Churn scoring

More information

- 2 -

- 2 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 - - 29 - - 30 -

More information

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선 Point Operation Histogram Modification 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 HISTOGRAM HISTOGRAM MODIFICATION DETERMINING THRESHOLD IN THRESHOLDING 2 HISTOGRAM A simple datum that gives the number of pixels that a

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

歯트렌드리포트.PDF

歯트렌드리포트.PDF Trend Report Marketing & Creative Idea Source Marketing Consulting Group Consumer Insight Team Consumer Insight Team Contents Consumer Insight Team Adonis Complex Mach 3 Mach3

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

歯목차45호.PDF

歯목차45호.PDF CRM CRM (CRM : Customer Relationship Management ). CRM,,.,,.. IMF.,.,. (CRM: Customer Relationship Management, CRM )., CRM,.,., 57 45 (2001 )., CRM...,, CRM, CRM.. CRM 1., CRM,. CRM,.,.,. (Volume),,,,,,,,,,

More information

<31342EBCBAC7FDBFB52E687770>

<31342EBCBAC7FDBFB52E687770> 일본 기혼여성의 취업 및 취업형태 결정요인 성 혜 영 (국민연금연구원) 본 연구의 목적은 일본 기혼여성의 취업실태를 고찰하고 취업 여부에 영향을 미치는 요인과 상시 또는 파트타임과 같은 취업형태를 결정하는 요인을 일본 내 전국 수준의 조사 데이터를 활용해 실증적으로 검토해 보는데 있다. 일본 기혼여성취업의 특징은 파트타임 취업 비율이 특히 높다는 것이며 이에

More information

.,,., PC, TV,,,, PC PC,,..,. computer computer computer computer 1. 2 PC 11. 3. ITS., TV . /,,, PC,, /. ,, TEXT ,, """ ", " " (ex: DHL ) (ex: 6 ) (ex: ) 4P 처음부터 구분해서 상품을 만들어라 4P 다양한 복합적인 혜택을 제공할

More information

Ch 1 머신러닝 개요.pptx

Ch 1 머신러닝 개요.pptx Chapter 1. < > :,, 2017. Slides Prepared by,, Biointelligence Laboratory School of Computer Science and Engineering Seoul National University 1.1 3 1.2... 7 1.3 10 1.4 16 1.5 35 2 1 1.1 n,, n n Artificial

More information

975_983 특집-한규철, 정원호

975_983 특집-한규철, 정원호 Focused Issue of This Month Gyu Cheol an, MD Department of Otolaryngology ead & Neck Surgery, Gachon University of College Medicine E - mail : han@gilhospital.com Won-o Jung, MD Department of Otolaryngology

More information

슬라이드 1

슬라이드 1 Data-driven Industry Reinvention All Things Data Con 2016, Opening speech SKT 종합기술원 최진성원장 Big Data Landscape Expansion Big Data Tech/Biz 진화방향 SK Telecom Big Data Activities Lesson Learned and Other Topics

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 2, pp DOI: 3 * Effects of 9th

Journal of Educational Innovation Research 2019, Vol. 29, No. 2, pp DOI:   3 * Effects of 9th Journal of Educational Innovation Research 2019, Vol. 29, No. 2, pp.357-378 DOI: http://dx.doi.org/10.21024/pnuedi.29.2.201906.357 3 * Effects of 9th Grade Students Participation in Career Curriculum Cluster

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

석사논문.PDF

석사논문.PDF ABO Rh A study on the importance of ABO and Rh blood groups information in Public Health 2000 2 1 ABO Rh A study on the importance of ABO and Rh blood groups information in Public Health 2000 2 2 ABO Rh

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Computer Vision & Pattern Recognition Lab. 제 9 장영상인식 Computer Vision & Pattern Recognition Lab. 영상인식 Computer Vision & Pattern Recognition Lab. 2 /26 영상인식 일반적인영상인식은매우어려운문제임 제한된환경, 여러가지가정하에서수행 영상의종류를알경우

More information

3Æí2Àå¨éÀç

3Æí2Àå¨éÀç 333 442 443 1e 1.1 eecrmeprocurement e eelectronic e e IT 321 444 online offline e front back IT 445 2000 com 1 1.2 322 e e 10 potential customers 446 1.3 e 323 447 Michael Porter 323 2 value chain enterprise

More information

국민과학기술정서 분석을 통한 정책과제 발굴 연구 2015. 9 수 행 기 관 : 최 종 보 고 서 관리 번호 0000(연도)-00(번호) 기술 분류 과 제 명 (한글)국민과학기술정서 분석을 통한 정책과제 발굴 연구 (영문) 기 관 명 소재지 대 표 주관연구기관 (협동연구기관) 실전전략연구소 서울시 마포구 공덕동 윤한술 주관연구책임자 (협동연구책임자) 총연구기간

More information

Chap 6: Graphs

Chap 6: Graphs 그래프표현법 인접행렬 (Adjacency Matrix) 인접리스트 (Adjacency List) 인접다중리스트 (Adjacency Multilist) 6 장. 그래프 (Page ) 인접행렬 (Adjacency Matrix) n 개의 vertex 를갖는그래프 G 의인접행렬의구성 A[n][n] (u, v) E(G) 이면, A[u][v] = Otherwise, A[u][v]

More information