博碩士論文 103522018 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:121 、訪客IP:18.216.21.252
姓名 蔡京儒(Jing-Ru Tsai)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 結合 BDI 代理人與網路爬蟲
(Combining BDI Agent with Web Crawler)
相關論文
★ 以極致編程為基礎的嵌入式系統雙層測試工具★ 極致編程的兩個延伸:繪製草圖及英詞中句虛擬碼
★ 應用DAML建立代理人社群以整合網路服務★ 以DAML為基礎的目標導向個人代理人
★ 攜帶可延伸的ontology以增進agent間的溝通★ 使用代理人支援eXtreme Programming(XP)環境的建構系統
★ 使用代理人輔助XP環境之驗收測試★ 使用代理人輔助eXtreme Programming環境之單元測試
★ 使用代理人輔助eXtreme Programming環境之版本控制★ 行動代理人使用DAML Ontology於 進階用路人資訊系統
★ 網路服務描述的整合驗證環境★ 適用OWL-S服務模型之新的正規技術
★ 用於代理人互動的知識本體增強的多代理人閘道系統★ 文件製作活動:極致編程在嵌入式系統上之延伸
★ 測試驅動開發用於高職生程式教學★ 使用極致編程在嵌入式系統中移植開放原始碼
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 進入大數據的時代,如何處理這龐大的資訊量並且過濾出使用者需要的資訊? 我們認為將網路爬蟲 (web crawler) 和多代理人系統 (multi- agent systems) 結合就是一個很適合用來開發這類智慧型軟體的系統。

  本研究以Java 代理人開發框架 (Java agent development framework, JADE) 作為底層平台,在其上層加入信念-慾望-意圖(belief-desire-intention, BDI) 模型來賦予代理人思考能力,並以網路爬蟲爬取網頁資訊,兩者結合形成本模型BDI agent+Crawler。

  本研究的優點是, BDI agent+Crawler 的網頁搜索策略可以根據外界環境變化作動態調整,使得 BDI agent 如同真人瀏覽網頁資訊一樣。
摘要(英) How to deal with the huge information and pick-up the useful information for a user in this big data era? We take an approach to combining web crawler with multi-agent systems, which is regarded as a suitable way to develop an intelligent software system.

  This research uses Java agent development framework (JADE) as the underlying platform, upon which the belief-desire-intention (BDI) model is added to empower agents with thinking ability. Further, we used web crawler to crawl web page information that a particular agent needs. Combining BDI agent with web crawler thus forms our model.

  The advantage of this approach is that the web page search strategy of this BDI agent+Crawler can adjust dynamically according to the change of the environment. This makes an agent browse web page information in the way just like a real person.
關鍵字(中) ★ 網路爬蟲
★ Java 代理人開發框架
★ 信念-慾望-意圖模型
關鍵字(英) ★ web crawler
★ JADE
★ BDI model
論文目次 摘要 i
ABSTRACT ii
誌謝 iii
目錄 iv
圖目錄 v
一、引言 1
二、相關研究 2
2.1 JASON 2
2.2 JADE 4
2.3 BDI4JADE 6
2.4 Web Crawler 7
2.4.1 General-purpose Crawler 7
2.4.2 Focused Crawler 7
2.4.2.1 爬取目標描述 8
2.4.2.2 網頁搜索策略 8
2.4.2.2.1 廣度優先搜索策略 8
2.4.2.2.2 最佳優先搜索策略 9
三、模型 11
3.1 BDI agent + Crawler 架構 11
3.2 BDI agent 架構 12
3.3 BDI agent 推理週期 13
3.3.1 Sense 13
3.3.2 Deliberate 14
3.3.3 Act 14
3.3.4 推理週期例子 14
3.4 Web Crawler 15
四、範例 17
4.1 使用情境 17
4.2 推理流程 17
4.2.1 sense 18
4.2.2 deliberate 19
4.2.3 act 20
五、結論 23
參考文獻 24
附錄 25
參考文獻 [1] V. Shkapenyuk, T. Suel, “Design and Implementation of a High-Performance Distributed Web Crawler”, CIS Department, Polytechnic University, Brooklyn, NY, 2002.

[2] M. Wooldridge, an Introduction to Multi-Agent Systems, John Wiley & Sons, Ltd, 2002.

[3] IEEE Foundation for Intelligent Physical Agents, “FIPA” [online].Available: http://www.fipa.org/

[4] Wikipedia, “Belief-desire-intention software model”, [online]. Available: https://en.wikipedia.org/wiki/Belief%E2%80%93desire%E2%80%93intention_software_model

[5] R.H. Bordini , J.F. Hubner, “BDI Agent Programming in AgentSpeak Using Jason”, Department of Computer Science, University of Durham, 2006.

[6] I. Nunes, C. Lucena, and M. Luck, “BDI4JADE: a BDI layer on top of JADE”, In Proc. Of the 9th WS on Programming Multi-agent Systems, pages 88-103, 2011.

[7] Telecom Italia Lab, “JADE” [online].
Available: http://jade.tilab.com/index.html

[8] F. Bellifemine, A. Poggi, G. Rimassa “JADE – A FIPA-Compliant Agent Framework”, Proceedings of the 4th International Conference and Exhibition on the Practical Application of Intelligent Agents and Multi-Agents, UK, 1999.

[9] R.H. Bordini, J.F. Hübnerand and M. Wooldridge, Programming multi-agent systems in AgentSpeak using Jason, John Wiley & Sons, 2007.

[10] 周立柱, 林玲, “聚焦爬蟲技術研究综述”, 計算機科學與技術系, 清華大學, 北京, 2005.
指導教授 陳振炎(Jen-Yen Chen) 審核日期 2016-6-29
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明