1 / 29

An Introduction to Weka(cont .)

An Introduction to Weka(cont .). CS IT 5210 2013, Fall. Weka Experimenter. Experimenter: compare learning schemes on datasets Evaluation options: cross-validation, learning curve, hold-out Can also iterate over different parameter settings. Choose comparison field. Weka KnowledgeFlow.

rune
Download Presentation

An Introduction to Weka(cont .)

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. An Introduction to Weka(cont.) CSIT 5210 2013, Fall

  2. Weka Experimenter • Experimenter: compare learning schemes on datasets • Evaluation options: cross-validation, learning curve, hold-out • Can also iterate over different parameter settings

  3. Choose comparison field

  4. WekaKnowledgeFlow • New graphical user interface for WEKA • Java-Beans-based interface for setting up and running machine learning experiments • Data sources, classifiers, etc. are beans and can be connected graphically • Data “flows” through components: e.g., “data source” -> “filter” -> “classifier” -> “evaluator” • Layouts can be saved and loaded again later

  5. Right click on the ArffLoader and connect them with datasets

  6. Add TrainTestSplitMaker to make train/test set

  7. Add classifier and connect them with train/test

  8. Add classifier performance evaluator

  9. Add text viewer to view result

  10. Setting up is done, right click ArffLoader ‘configure” to choose files

  11. Right click and choose “configure” to assign the label attribute

  12. Click “run this flow” button to begin experiment

  13. right click text viewer ‘show result’ to view result.

More Related