knime & weka software presentation

16
KNIME Software Prepared by: Amr Mohammad Mounir El-bora’ay Essa Ahmad Yasser Ibrahim El Enany Ahmad Mohammad Jamal El-Din Mohammad Atef Mahmoud

Upload: ahmad-mohammad-gamal

Post on 15-Jan-2016

58 views

Category:

Documents


4 download

DESCRIPTION

Comparison between KNIME & WEKA Software

TRANSCRIPT

Page 1: KNIME & WEKA Software Presentation

KNIME Software

Prepared by:Amr Mohammad Mounir El-bora’ay Essa

Ahmad Yasser Ibrahim El EnanyAhmad Mohammad Jamal El-Din

Mohammad Atef Mahmoud

Page 2: KNIME & WEKA Software Presentation

Data Mining

VS

Page 3: KNIME & WEKA Software Presentation

Contents

IntroductionFeaturesFunctions & toolsFlat file appearance

Page 4: KNIME & WEKA Software Presentation

Introduction• KNIME:

Stands for (KoNstanz Information MinEr).It is a user friendly, coherent open source data analytics, reporting and integration platform.KNIME is developed by Prof. Michael Berthold's group at the University of Konstanz in Germany.

Page 5: KNIME & WEKA Software Presentation

It uses CSV format ( Comma Separated Values).It is written in java programming language.It is open source software.It started January 2004.

Page 6: KNIME & WEKA Software Presentation

Features

Modular Data Pipeline EnvironmentLarge collection of Data Mining techniquesData and Model VisualizationsInteractive Views on Data and ModelsJava Code Base as Open Source ProjectIntegration with: R Library, Weka, etc.Based on the Eclipse Plug-in technology

Page 7: KNIME & WEKA Software Presentation

Functions & toolsClassification.Association rules.Clustering .Neural networks.Naïve Bayes.K nearest neighbour.Decision trees.

Page 8: KNIME & WEKA Software Presentation

Flat file in .CSV format(Heart-Disease):Age, gender, chest_pain_type, cholesterol, exercise_induced_angina,class63,male,typ_angina,233,no,not_present67,male,asympt,286,yes,present67,male,asympt,229,yes,present38,female,non_anginal,?,no,not_present

Page 9: KNIME & WEKA Software Presentation

WEKAIt stands for (Waikato Environment for Knowledge Analysis).It is a set of software for machine learning and data mining.It was developed at the University of Waikato, New Zealand.It uses ARFF format ( Attribute Relation File Format).

Page 10: KNIME & WEKA Software Presentation

It is written in java programming language.It is open source software.It started 1993.

Page 11: KNIME & WEKA Software Presentation

features

49 data preprocessing tools76 classification/regression algorithms8 clustering algorithms10 feature selection algorithms3 algorithms for finding association rules

Page 12: KNIME & WEKA Software Presentation

3 graphical user interfaces–“The Explorer” (exploratory data analysis)–“The Experimenter” (experimental environment)–“The Knowledge Flow” (new process model inspired interface).

Page 13: KNIME & WEKA Software Presentation

Functions and toolsClassification.Association rules.Clustering .Neural networks.Naïve Bayes.K nearest neighbour.Decision trees.

Page 14: KNIME & WEKA Software Presentation

Flat file in .ARFF format(Heart-Disease):@relation heart-disease@attribute age numeric@attribute gender { female, male}@attribute chest_pain_type{ typ_angina, asympt, non_anginal, atyp_angina}@attribute cholesterol numeric@attribute exercise_induced_angina{ no, yes}@attribute class { present, not_present}

Page 15: KNIME & WEKA Software Presentation

@data63,male,typ_angina,233,no,not_present67,male,asympt,286,yes,present67,male,asympt,229,yes,present38,female,non_anginal,?,no,not_present

Page 16: KNIME & WEKA Software Presentation

Thank You For

Listening