1 / 20

類神經網路操作介紹 - 以 ART Model 為例

類神經網路操作介紹 - 以 ART Model 為例. 授課老師 : 李麗華 教授. 使用工具 :MATLAB 6.1. 操作步驟. 資料前置處理 1.Input Pattern 設計 2.Input Pattern 轉換 Matlab 操作 ART1 操作. 1.Pattern 的設計 ~ 以顧客分群為例. Input 輸入向量節點設計. 輸入值轉換. 50 位顧客原始資料. 輸入值轉換. 50 位顧客轉換後的輸入向量. Pattern 轉換 ( 續 ). 將各 pattern 轉為 直列 方法一 ( 以 Excel 為工具 )

Download Presentation

類神經網路操作介紹 - 以 ART Model 為例

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 類神經網路操作介紹-以ART Model為例 授課老師: 李麗華 教授 使用工具:MATLAB 6.1

  2. 操作步驟 • 資料前置處理 1.Input Pattern設計 2.Input Pattern轉換 • Matlab操作 • ART1操作

  3. 1.Pattern的設計~以顧客分群為例 • Input輸入向量節點設計

  4. 輸入值轉換 • 50位顧客原始資料 . . .

  5. 輸入值轉換 • 50位顧客轉換後的輸入向量 . . .

  6. Pattern轉換(續) • 將各pattern轉為直列 • 方法一 (以Excel為工具) • 先行存成文字檔(*.txt) • 再利用Excel, 開啟該文字檔 • 複製轉貼成直式 • 存成文字檔並命名為 trainset.txt • 方法二 (以Matlab為工具) • 先行匯入所欲轉換的train pattern • 於命令列中, 輸入 檔名‘進行轉換, 如匯入一train pattern之檔名為trainset, 則輸入 trainset’

  7. Pattern轉換(續) <方法一> 複製並選擇性貼上

  8. Pattern轉換(續) <方法一>

  9. Pattern轉換(續) <方法一>

  10. Pattern轉換(續) <方法一>

  11. Pattern轉換(續) <方法一> 存成文字檔並用tab格式

  12. Pattern轉換(續) <方法二> 匯入的input pattern檔名 輸入此命令,以便轉換pattern

  13. Matlab操作 - 匯入所需資料 (續) 匯入所需資料

  14. Matlab操作 - 匯入所需資料 (續) 於Pattern所在位置, 將其匯入

  15. Matlab操作 - 匯入所需資料 (續) 選擇“Next”

  16. Matlab操作 - 匯入所需資料 (續) 選擇“Finish”

  17. ART1使用方式 1 將ART1外掛函數Copy至工作目錄中 2

  18. ART1操作說明 • 函數使用 • art1s(“File name”, “警戒值”) • 其中“File name”為資料檔,而“警戒值”的設定範圍需介於0與1之間值 • Example • art1s(ARTSample,0.9)

  19. ART操作說明 輸入ART指令, 即art1s(ARTSample,0.9)

  20. ART 聚類結果

More Related