목록Cloud Computing/AI (14)
MJay
RAM & FLASH Dynamic RAM and FLASH both are memory devices ; these use silicon transistors in contrast to magnetic hard drives. What differs these two is : Internal structure of the memory Storage capacity How long it can hold the data without a refresh ? Cost vs performance DRAM Volatile memory , used for active cpu interactions ( ACTIVE memory) DRAM is the primary memory which does most of the ..
https://drive.google.com/open?id=1AJJcsORDFAnx1RTtlzeDk6P9SmxOTL1wcBunotFw1SY 이 논문에 대해서 ppt로 만들어봤습니다. Knowledge-Based Recommendation에 대해서 공부할수있었습니다.
Abstract The integration of informatization and industrialization is depth integration of informatization and industrialization in many fields, which is the new developing way for informatization and industrialization. It is a complicated process of integration for enterprises, which is necessary to learn from the experience of other enterprises to improve efficiency. But facing numerous cases, ..
Version Space Tom Mitchell : "Version Spaces: A Candidate Elimination Approach to Rule Learning", T.M. Mitchell, Proceedings of the 5th International Joint Conference on Artificial Intelligence, Cambridge MA, August 1977, pp. 305-310. 버전공간 (Version Space) : 이재규 : Tom Mitchell 은 사례로부터 단일개념을 학습하는 하나의 틀을 제공하였다. 그는 먼저 개념의 표현에서 그것의 일반화된 정도에 따라 순서를 매길 수 있다고 보았다. 예를 들어, 다섯 장의 카드에 대해서 ∃c1 : RED(c1) 은 다섯..
tree should be made shorter, process type then becomes shorter 4 attributes Performance goes down post-prune means -> prune the tree. accept just few reasonable data
doesn’t need confidence abduction deduction if A then B A*B = C rule 1 has C Rule을 모아서 overall해서 confidence를 구해야한다. Max를 구한다. if CF1 and CF2 >0 if CF1 and CF2 H1 E3=0.95*0.8 E1 R4 E4 -> E1 E2 0.7 * 0.85 MAX(E1,E2) *0.9 —> result Original probability h=disease D - symptom original probability P(d|D) posterior P(D|h) if you have hypothesis you will have symptom Reference 를 봐야 한다 TItle Abstract -> ..
추론을 하면 답을 찾는 과정이다. AI Planning도 Problem Solving하는 과정이다. initial state - > goal state로 가는 과정이다 계층적인 게 있고 비계층적인 게 있다.
Basic Working Memory - represent current state of the world Production Memory - set of production rules Rule Interpreter= Applies production rules to working memory 구조는 Production Memory를 Working Memory에 적용시켜서 Rule을 해석하는 것이다 Production Rules은 규칙이다. A이면 B이다 Working Memory는 short term memory buffer라고도 한다. current state를 보여주는 것이다. Interpreter (Inference Engine) 해석해주는 도구이다. 추론을 하는 것이다 Production RUl..
AI Basics - Knowledge, Knowledge Representation이다. 그리고 그 Knowledge 으로 Inference하는게 목적이다. AI System이라고 말할 수 있는 건 Knowledge Base에 Inference Engine이 들어가는 것 들이다. Knwoeldge Represenation이란 data structure (자료구조) + interpretive procedure(추론적 과정) 이다 결국 Knowledge를 통해 추론하는 것이다. Knowledge-Base이란 세상에 대한 표현이다. Inference engine은 이 Knowledge Base와 input으로부터 새로운 문장을 도출하는 과정이다. Knowledge를 표현할때 쓰이는 구성요소는 Syntax(g..