+ All Categories
Home > Technology > 2012 3 qp_hybrid algorithm optimization with artificial intelligence

2012 3 qp_hybrid algorithm optimization with artificial intelligence

Date post: 26-Jun-2015
Category:
Upload: jong-min-yu
View: 169 times
Download: 1 times
Share this document with a friend
Description:
Neumann institutinal
Popular Tags:
13
Hybrid Algorithm Optimization with Artificial intelligence Jeongkeun Lim, Yoonhee Jo and Jongmin Yu
Transcript
Page 1: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Hybrid Algorithm Optimizationwith Artificial intelligence

Jeongkeun Lim, Yoonhee Jo

and Jongmin Yu

Page 2: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Research Topic

• Online algorithm process optimal solution

• In computer science, an online algorithm is one that can process its input piece-by-piece in a serial fashion, i.e., in the order that the input is fed to the algorithm, without having the entire input avail-able from the start. In contrast, an offline algorithm is given the whole problem data from the beginning and is required to output an answer which solves the problem at hand. (For example, selection sort requires that the entire list be given before it can sort it, while insertion sort doesn't.)

• Artificial intelligence

• 인공지능 ( 人工知能 ) 은 철학적으로 인간이나 지성을 갖춘 존재 , 혹은 시스템에 의해 만들어진 지능 , 즉 인공적인 지능을 뜻한다 . 일반적으로 범용 컴퓨터에 적용한다고 가정한다 . 이 용어는 또한 그와 같은 지능을 만들 수 있는 방법론이나 실현 가능성 등을 연구하는 과학 분야를 지칭하기도 한다 .

Page 3: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Research purposes - Optimization

• 인공지능 프로세스에서 최적화 , 처리 효율이 증가되도록 변형

• 실제 알고리즘상에서 적용하여 알고리즘의 수리적 이해를 증진시킴 .

• 수리적 모델 설계 이후 구현을 목표로 함 .

Page 4: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

사용자 : 문자메시지를 읽어줘 시리 : 산토니 리버스에게 문자가 왔습니다 . “ 오늘 파티에 가니 ?”사용자 : 답장 보내 , “ 그래 거기서 보자 .” 집에 도착하면 선물 챙기는 거 잊지 않게 알려줘 .시리 : 알람에 등록했습니다 . 

Page 5: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

‘ 문장의 이해’에서 한 단계 더 나아가 ‘문맥의 이해’까지 도달한 수준

Page 6: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

S(Galaxy) voice vs 심심이

VS

Page 7: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

AI Communication .

지속적인 데이터 수집과 의사소통 관련 텍스트 분석을 통한 인공지능의 대응 능력 향상

대용량 데이터 (Big data) 의 수집 및 유지 비용+

의사소통 관련 텍스트 분석에 드는 분석 비용 .

얼마인지 나도 잘 모름… . 근데 많이 비싸겠지… ..

Page 8: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Solution

Algorithm

Page 9: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Development Environment

• Server : CPU Q6600 (memory : 6GB)

• CORE : 4core(2core : 2node)

• HDD : 1.5TB

• OS : Fedora 17 (64x)

• IDE : Eclipse, Netbean

• Language : JAVA, Python 2.6.*

• IP : 168.188.129.***

Page 10: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

관련 연구

• 기계학습 [ Machine Learning ] • 지능과 밀접히 관계된 것이 학습이다 . 사실상 , 지능은 배우는 능력 없이는 존재할 수가 없는데

왜냐하면 학습의 주요한 장점은 새로운 지식을 습득하는 수단이기 때문이다 . 학습은 장점을 여러 가지 상황과 사건에 적용하고 사용하게 한다 . 그러므로 배우는 능력은 강력한 도구이다 .

• Neuro-linguistic programming

• Neuro-linguistic programming (NLP) is an approach to communication,personal development, and psychotherapy cre-ated in the 1970s. The title refers to a stated connection between the neurological processes ("neuro"), language ("linguistic"), and behavioral patterns that have been learned through experience ("programming") and can be organized to achieve specific goals in life.[1][2]According to certain neuroscientists,[3] psychologists,[4][5]

 and linguists,[6][7]NLP is unsupported by current scientific evi-dence, and uses incorrect and misleading terms and concepts.

Page 11: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Schedule

• - 9, 10 월 :• 논문 테마 관련 자료 수집

• 관련 연구 기사 및 관련 논문 리뷰

• 주제 선정 , 기반 application 구현

• 알고리즘 리뷰 및 개선 논의

• - 10 월 :• 기반 Application 구현

• 알고리즘 최적화 설계 & 가설 수립

• Unit Test & Alpha Test & 가설 검증

• - 11 월 :• Unit Test & Alpha Test & 가설 검증

Page 12: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Now – 기반 application 구현

• 개발 환경 세팅• 서버 준비

• 기반 프로그램 기획

• Application frame 설계

• TCP/IP 기반 채팅프로그램 구현

• Unit test

• AI Process 구현• Ai algorithm 설계 및 구현 (12.10~12.11)

• Unit test

• Application 에 algorithm 적용

• Application test 및 algorithm 적용

• Algorithm 성능 및 개선 검증

• 응용 개발 – 선택 개발

• Moblie application converting - android

Page 13: 2012 3 qp_hybrid algorithm optimization with artificial intelligence

Q & A


Recommended