Stephan Nathanael Mgaya

Slides:



Advertisements
Similar presentations
Florida International University COP 4770 Introduction of Weka.
Advertisements

Weka & Rapid Miner Tutorial By Chibuike Muoh. WEKA:: Introduction A collection of open source ML algorithms – pre-processing – classifiers – clustering.
University of Illinois Visualizing Text Loretta Auvil UIUC February 25, 2011.
ClearTK: A Framework for Statistical Biomedical Natural Language Processing Philip Ogren Philipp Wetzler Department of Computer Science University of Colorado.
Collaborative Filtering in iCAMP Max Welling Professor of Computer Science & Statistics.
WEKA Evaluation of WEKA Waikato Environment for Knowledge Analysis Presented By: Manoj Wartikar & Sameer Sagade.
Department of Computer Science, University of Waikato, New Zealand Eibe Frank WEKA: A Machine Learning Toolkit The Explorer Classification and Regression.
Introduction to WEKA Aaron 2/13/2009. Contents Introduction to weka Download and install weka Basic use of weka Weka API Survey.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) Grid Engine Riccardo Rotondo
INFSO-SSA International Collaboration to Extend and Advance Grid Education ICEAGE Forum Meeting at EGEE Conference, Geneva Malcolm Atkinson & David.
Appendix: The WEKA Data Mining Software
JSR 73: Data Mining API 資工三 B 林宗澤. Introduction In JDM, data mining [Mitchell1997, BL1997] includes the functional areas of classification, regression,
Department of Computer Science, University of Waikato, New Zealand Eibe Frank WEKA: A Machine Learning Toolkit The Explorer Classification and Regression.
Constructing Data Mining Applications based on Web Services Composition Ali Shaikh Ali and Omer Rana
Machine Learning with Weka Cornelia Caragea Thanks to Eibe Frank for some of the slides.
Development of e-Science Application Portal on GAP WeiLong Ueng Academia Sinica Grid Computing
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n° Energising Scientific.
EGI Technical Forum Amsterdam, 16 September 2010 Sylvain Reynaud.
Tutorial on Science Gateways, Roma, Catania Science Gateway Framework Motivations, architecture, features Riccardo Rotondo.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n° The Sci-GaIA.
REST API to develop application for mobile devices Mario Torrisi Dipartimento di Fisica e Astronomia – Università degli Studi.
Installation Guacamole Is a web application that provides access to desktop environments using remote desktop protocols (such as VNC or RDP); Installation.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n° Overview of.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n° Open Science.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n° iGrid Aron Kondoro.
Co-ordination & Harmonisation of Advanced e-Infrastructures for Research and Education Data Sharing Grant.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n° Reproducible.
The Sci-GaIA project Prof. Roberto Barbera – University of Catania - Italy 2 November 2016 – Sci-GaIA Workshop on “Open Science.
MIPAR – A Science Gateway for Analyzing and Sharing Medical Images
IBIS, A Framework For the Interoperability Of Bio-repository Information System In Africa - Final report Abayomi Mosaku and Boladele Akanle - Covenant.
SESSION 9 PLANNING AND IMPLEMENTING A CENSUS GEOSPATIAL PROGRAMME
Education eLibrary and Repository
Role of Research and Education Networks in Higher Learning and Research Institutions Sci-GaIA Workshop 5 September 2016, Dar es Salaam Prof. Idris Rai,
WEKA Machine Learning Use Case – Breast Cancer - Final report
The End of the Beginning
Public Health Gateway In Kenya
GWAS-TOOL – Final report
Tutorial: Big Data Algorithms and Applications Under Hadoop
Introduction to Operating Systems
Smart IT Job Advisor and Analysis on web application
iGrid Aron Kondoro – University of Dar-es-Salaam - Tanzania
CHAIN-REDS computing solutions for Virtual Research Communities CHAIN-REDS Workshop – 11 December 2013 Roberto Barbera – University of Catania and.
Robert Szuman – Poznań Supercomputing and Networking Center, Poland
Tools and Services Workshop Overview of Atmosphere
The Sci-GaIA project and introduction to the Hackfest
Task 1 Activities Achievements Pictures
WIMEA – ICT: Science Gateway for Weather Information Management in East Africa to interact with ICT Tool WRF MAKWEBA, Damas – DSM Institute of Technology.
Open Access Repository INFN Roberto Barbera (roberto
Management of Virtual Execution Environments 3 June 2008
Waikato Environment for Knowledge Analysis
WEKA.
DATA ANALYTICS AND TEXT MINING
Machine Learning Week 1.
Segun OYEYIOLA – Obafemi Awolowo University -
Public Health Gateway In Kenya
Public Health Gateway In Kenya
Elisa Ingrà – Consortium GARR
Machine Learning with Weka
Anja Burghardt, Institute for Employment Research (IAB)
Computing & Data Resources Application interface
Grid Engine Riccardo Rotondo
Public Health Gateway In Kenya
Identifying Slow HTTP DoS/DDoS Attacks against Web Servers DEPARTMENT ANDDepartment of Computer Science & Information SPECIALIZATIONTechnology, University.
Grid Engine Diego Scardaci (INFN – Catania)
Lecture 10 – Introduction to Weka
Yining ZHAO Computer Network Information Center,
HPC416S - Final report Trust Odia – Covenant University Bioinformatics Research Group - Nigeria WACREN e-Research.
Data Mining CSCI 307, Spring 2019 Lecture 7
CS4540 Special Topics in Web Development Introduction to .NET
Data Mining CSCI 307, Spring 2019 Lecture 8
Presentation transcript:

Stephan Nathanael Mgaya WEKA - Machine Learning On Science Gateway Stephan Nathanael Mgaya TERNET

Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 WEKA - Machine Learning On Science Gateway - Intro Introduction WEKA is a free software with a collection of tools and algorithms for  Data Analysis and Predictive modelling WEKA supports several standard mining tasks, Data pre-processing and feature selection Clustering, Classification and Regression Visualization. WEKA is very useful tool to experiment, test and compare performance of various data mining algorithms. Aim Porting WEKA to run on the Science Gateway Develop web interface to access and use WEKA features Test WEKA web interface using Breast Cancer Use Case. Benefits Access to high computing power No need to install WEKA on user computer User friendly web interface and visualization VNC Session Limitations WEKA is widely used as a desktop application. Its performance is limited by the host computer resources. Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 @ei4africa l #SciGaIA e-Infrastructures for Africa Community This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n°654237

Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 WEKA – What have been done https://sgw.africa-grid.org What have been done Learn future gateway architecture during hackfest italy Develop portlet user support in github. Test WEKA web interface using Breast Cancer Use Case. Add the portlet to the African Science Gateway. Add more algorithims on the portlet Run some tests. VNC Session Classifiers Added Support Vector Machines (also called SVM): functions.SMO k-Nearest Neighbors (also called KNN: lazy.IBk Decision Tree (specifically the C4.5 variety): trees.J48 bayes Naive Bayes. Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 @ei4africa l #SciGaIA e-Infrastructures for Africa Community This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n°654237

Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 WEKA - Architecture Architecture of Future Gateway .A framework to build science gateways Portlet Contain GUI for SG applications. Grid&Cloud Engine (GridEngine) System to manage jobs running on Grid and Cloud infrastructures. SAGA/JSAGASAGA OGF standard to manage jobs on distributed infrastructures JSAGA a Java implementation of SAGA. REST APIs Communication protocol over HTTP to manage network applications. APIServer The engine implementing RESTAPIs. VNC Session Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 @ei4africa l #SciGaIA e-Infrastructures for Africa Community This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n°654237

Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 WEKA - Advantages Advantages Widely access Same result Same edu id High performance Re usability User friendly VNC Session Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 @ei4africa l #SciGaIA e-Infrastructures for Africa Community This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n°654237

Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 WEKA - End Thank you VNC Session Sci-GaIA Workshop , Dar es Salaam (Tanzania), February , 3, 2017 @ei4africa l #SciGaIA e-Infrastructures for Africa Community This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement n°654237