1 / 8

Umjetna inteligencija

Umjetna inteligencija. Vježbe: Neizrazita logika. FIS (fuzzy inference system) Editor. >> fuzzy. >> fuzzy tipper % učitavanje. Working from the Command Line. a = readfis('tipper.fis'). a.Type a.defuzzMethod a.input(1).mf(1). fuzzy(a) displays the FIS Editor.

neona
Download Presentation

Umjetna inteligencija

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. Umjetna inteligencija Vježbe: Neizrazita logika

  2. FIS (fuzzy inference system)Editor >> fuzzy >> fuzzy tipper %učitavanje

  3. Working from the Command Line a = readfis('tipper.fis') a.Type a.defuzzMethod a.input(1).mf(1) fuzzy(a)displays the FIS Editor. mfedit(a)displays the Membership Function Editor. ruleedit(a)displays the Rule Editor. ruleview(a)displays the Rule Viewer. surfview(a)displays the Surface Viewer. FIS Evaluation: evalfis([3 5; 2 7], a) ans = 12.2184 7.7885 a = readfis('tipper'); evalfis([1 2], a)

  4. Simulink: >> fuzdemos >> fuzblock

  5. http://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdfhttp://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdf

  6. http://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdfhttp://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdf

  7. http://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdfhttp://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdf

More Related