반응형
[Chatbot] Python과 Tensorflow를 활용한 AI Chatbot 개발 및 실무 적용 chatbot
도입
AI Chatbot 소개
Chatbot Ecosystem
Closed vs Open Domain
Rule Based vs AI
Chat IF Flow and Story Slot
AI기반의 학습을 위한 Data 구성 방법
Data를 구하는 법 / Train을 위한 Word Representation
Data의 구성 / Data Augmentation(Intent, NER)
자연어처리 위한 AI 적용 방안
Intent (Char-CNN) / QnA (Seq2Seq)
Named Entity Recognition (Bi-LSTM CRF) / Ontology (Graph DB)
Chatbot Service를 위한 Architecture 구성
Chatbot Architecture
NLP Architecture
Web Service Architecture
Bot builder / Chatbot API
Test Codes for Chatbot
실무에서 발생하는 문제와 해결 Tips
Ensemble and voting / Trigger / Synonym(N-Gram)
Tone Generator / Parallel processing / Response Speed
마무리
[설명 코드]
Text Augmentation / Slot Bot / QA Bot / Graph DB / Response Generator
...
반응형
'프로그래밍 > AI_DeepLearning' 카테고리의 다른 글
[AI] ai.google - AI의 혜택을 모두에게 가져다줍니다. (0) | 2017.09.06 |
---|---|
[AI] 네이버, 개인화 상품 추천 시스템 ‘에이아이템즈’ 공개 (0) | 2017.09.04 |
[ML] TensorFlowKR/MLJejuCamp Final Presentation (2017. 07. 27 - 28) (0) | 2017.08.17 |
[ML] Machine Learning Jeju Camp http://mlcampjeju.com/ (0) | 2017.08.17 |
[KAKAO] 플러스친구, 관리자센터 (0) | 2017.08.11 |