Group: e-LICO

e-LICO -- An e-Laboratory for Interdisciplinary Collaborative Research in Data Mining and Data-Intensive Science

The goal of the e-LICO project is to build a virtual laboratory for interdisciplinary collaborative research in data mining and data-intensive sciences. The proposed e-lab will comprise three layers: the e-science and data mining layers will form a generic research environment that can be adapted to different scientific domains by customizing the application layer.

The e-science layer, built on an open-source e-science infrastructure developed by one of the partners, will support content creation through collaboration at multiple scales and degrees of commitment — ranging from small, contract-bound teams to voluntary, constraint-free participation in dynamic virtual communities.

The data mining layer will be the distinctive core of e-LICO; it will provide comprehensive multimedia (structured records, text, images, signals) data mining tools. Standard tools will be augmented with preprocessing or learning algorithms developed specifically to meet challenges of data-intensive, knowledge rich sciences, such as ultra-high dimensionality or undersampled data. Methodologically sound use of these tools will be ensured by a knowledge-driven data mining assistant, which will rely on a data mining ontology and knowledge base to plan the mining process and propose ranked workflows for a given application problem. Extensive e-lab monitoring facilities will automate the accumulation of experimental meta-data to support replication and comparison of data mining experiments. These meta-data will be used by a meta-miner, which will combine probabilistic reasoning with kernel-based learning from complex structures to incrementally improve the assistant's workflow recommendations.

e-LICO will be showcased in a systems biology task: biomarker discovery and molecular pathway modelling for diseases affecting the kidney and urinary pathways.

Created at: Monday 16 November 2009 @ 08:24:00 (GMT)

Unique name: elico


32 members

51 shared items

0 announcements

This group has been credited 0 times

Information Tags (2)

Log in to add Tags

Subscribe to e-LICO Group Announcements feed Announcements

(public only)

None

[ See All ]

 

News

No news

Shared Items (51)

Note: some items may not be visible to you, due to viewing permissions.

Sort:

Pack

Creator:

Pack Core text mining workflows

Created: 19/02/10 @ 10:12:33 | Last updated: 13/12/11 @ 16:03:17

This pack contains workflows we have created to support core text mining tasks. We currently provide workflows to do these tasks Loading documents (text or PDF) PDF to text conversion Sentence splitting Text cleaning (ASCII or XML-valid) Term recognition (using NaCTeM service TerMine)  

7 items in this pack

Comments: 0 | Viewed: 243 times | Downloaded: 74 times

Tags:

Show View Download Download

Workflow

Original Uploader

Workflow Terms from collection of text files (v1)

Created: 22/02/10 @ 18:05:24 | Last updated: 13/12/11 @ 15:55:39

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will give you a set of candidate terms for each text file in a user-specified directory. You can also specify a c-value threshold that will restrict the terms to those with higher scores. This workflow was created using only nested workflows.  These workflow components work on their own and can be linked together to form more complex workflows such as this. You can view the text mining workflow components in this pack. If you receive errors when running this workflow then...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 80 times | Downloaded: 22 times

Tags (4):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Terms from collection of PDF files (v2)

Created: 19/02/10 @ 10:52:29 | Last updated: 13/12/11 @ 15:56:08

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will give you a set of candidate terms for each PDF document in a user-specified directory. You can also specify a c-value threshold that will restrict the terms to those with higher scores. This workflow was created using only nested workflows.  These workflow components work on their own and can be linked together to form more complex workflows such as this. You can view the text mining workflow components in this pack. If you receive errors when running this workflow t...

Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 71 times | Downloaded: 34 times

Tags (4):

Show View Download Download (v2)

Workflow

Original Uploader

Workflow Termine with c-value threshold (v1)

Created: 19/02/10 @ 09:57:15 | Last updated: 13/12/11 @ 15:52:56

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow accepts a list of sentences from a single document and returns the terms found by the TerMine web service. It also allows you to set a threshold c-value score so that only terms with a user-controlled probability (of being a real term) are returned as an output.   To get sentences to supply to this workflow you can use the sentence splitting workflow.  The TerMine service (used in this workflow) only accepts text in ASCII encoding, so you should also use the Clean p...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 105 times | Downloaded: 22 times

Tags (7):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Sentence splitting (v1)

Created: 19/02/10 @ 09:30:37 | Last updated: 13/12/11 @ 15:52:36

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will attempt to split up text into sentences, returning a list of sentences to the output port.  The sentence splitting service makes use of the OpenNLP sentence detector and has been trained to work on english text. This workflow can be used to provide input to the Termine with c-value threshold workflow. This is a workflow component, designed to be used as a nested workflow inside a larger text mining or text processing workflow.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 85 times | Downloaded: 40 times

Tags (5):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow PDF to plain text (v1)

Created: 19/02/10 @ 09:07:41 | Last updated: 13/12/11 @ 15:53:29

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will extract the plain text content of PDF files supplied to the input port.  You can connect the Load PDF from directory workflow to this workflows input. We recommend you send the output from this workflow to the Clean plain text workflow, because the PDF to text process can add characters into the text that are XML-invalid and therefore can not be sent to most services as plain text.  Another way round this problem is to encode the text as Base64 using the handy loc...

Rating: 5.0 / 5 (1 rating) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 145 times | Downloaded: 64 times

Tags (5):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Clean plain text (ASCII) (v1)

Created: 18/02/10 @ 18:39:01 | Last updated: 13/12/11 @ 15:53:46

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will remove any XML-invalid and non-ASCII characters (e.g. for sending to the ASCII-only Termine service) from any text supplied to the input port. This is a workflow component, designed to be used as a nested workflow inside a larger text mining or text processing workflow.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 48 times | Downloaded: 22 times

Tags (7):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Clean plain text (v1)

Created: 18/02/10 @ 18:59:35 | Last updated: 13/12/11 @ 15:54:09

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will remove any XML-invalid characters (these characters often appear in the output of PDF to text software) from any text supplied to the input port. This is a workflow component, designed to be used as a nested workflow inside a larger text mining or text processing workflow.  

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 39 times | Downloaded: 17 times

Tags (6):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Load PDF from directory (v1)

Created: 19/02/10 @ 08:59:01 | Last updated: 13/12/11 @ 15:54:34

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will automate the reading of a set of PDF files stored in a single directory (the path to which should be supplied as a single input value). This is a workflow component, designed to be used as a nested workflow inside a larger text mining or text processing workflow.  

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 55 times | Downloaded: 23 times

Tags (6):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Load plain text from directory (v1)

Created: 18/02/10 @ 19:09:07 | Last updated: 13/12/11 @ 15:54:57

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow will automate the reading of a set of text files stored in a single directory (the path to which should be supplied as a single input value).  It will assume that the text files are saved using the default character encoding for the system that Taverna is running on.  This is a workflow component, designed to be used as a nested workflow inside a larger text mining or text processing workflow.  

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 45 times | Downloaded: 20 times

Tags (6):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Image Mining with RapidMiner (v1)

Created: 28/04/10 @ 11:00:37 | Last updated: 16/01/12 @ 14:16:23

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

This is an image mining process using the image mining Web service provided by NHRF within e-Lico. It first uploads a set of images found in a directory, then preprocesses the images and visualizes the result. Furthermore, references to the uploaded images are stored in the local RapidMiner repository so they can later be used for further processing without uploading images a second time.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 1 | Citations: 0

Viewed: 841 times | Downloaded: 383 times

Tags (5):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Using Remember / Recall for "tunneling" results (v1)

Created: 29/04/10 @ 16:07:55 | Last updated: 16/01/12 @ 16:35:12

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

This process shows how Remeber and Recall operators can be used for passing results from one position to another position in the process, when it's impossible to make a direct connection. This process introduces another advanced RapidMiner technique: The macro handling. We have used the predefined macro a, accessed by %{a}, that gives the apply count of the operator. So we are remembering each application of the models that are generated in the learning subprocess of the Split validation. Af...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 154 times | Downloaded: 55 times

Tags (5):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Lemmatization (v3)

Created: 17/12/10 @ 11:34:27 | Last updated: 23/12/10 @ 14:28:56

Credits: User Petra Kralj Novak

Attributions: Workflow Select from a list of possible web service parameter values

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

The workflow lemmatizes the text in the input port. Takes text as input and returns (language dependent) lemmatized text as output. All the words in the resulting text are in the same order as in the original text, but they are transformed to their dictionary form. The workflow asks for the language of lemmatization. Currently, 12 languages are supported: en,sl,ge,bg,cs,et,fr,hu,ro,sr,it,sp.

Rating: 0.0 / 5 (0 ratings) | Versions: 3 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 31 times | Downloaded: 13 times

Tags (3):

Show View Download Download (v3)

Workflow

Original Uploader

Workflow Text preprocessing (v1)

Created: 07/01/11 @ 16:13:58 | Last updated: 07/01/11 @ 16:17:13

Credits: User Petra Kralj Novak

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

The input to this workflow is plain text. The text is preprocessed so that non- alfanumeric symbols are removed, the text is transformed to to lower case and stop words are removed. The workflow first removes the charachters from this set: `~!@#$%^&*()_+=-{}|\][":;'?><,./. Then it transforms the text to lower case. The user will be prompted to select a dictionary for stop words from a list. The workflow will, based on the selected list, remove the stop words. Stop words are...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 24 times | Downloaded: 11 times

Tags (3):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Text stemming with Porter Stemmer (v1)

Created: 11/01/11 @ 18:12:30 | Last updated: 11/01/11 @ 18:16:01

Credits: User Petra Kralj Novak

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow does text stemming. Stemming removes the inflicted endings of words. It is often used as text preprocessing for text mining, since stemmed words can be easily matched and counted. The input to the workflow is the text to be stemmed, the output is the stemmed text.  

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 34 times | Downloaded: 17 times

Tags (3):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow miRNA GFF to entrez gene (v1)

Created: 26/01/11 @ 11:10:40 | Last updated: 11/01/12 @ 14:32:54

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

This workflow reads a GFF file of miRNA cooridinates and uses BioMart to search human ensemble genes for the gene that codes for the miRNA. The workflow returns a list of miRNAid, chromosome, start, stop, strand, entrez gene id, gene name, gene strand. Example input file here: ftp://mirbase.org/pub/mirbase/CURRENT/genomes/hsa.gff

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 31 times | Downloaded: 15 times

Tags (3):

Show View Download Download (v1)

Pack

Creator:

Pack e-LICO recommender workflows

Created: 15/03/11 @ 15:33:48 | Last updated: 28/01/12 @ 19:39:06

This pack contains recommender system workflows created for the purpose of e-LICO project.

6 items in this pack

Comments: 0 | Viewed: 78 times | Downloaded: 32 times

Tags:

Show View Download Download

Workflow

Original Uploader

Workflow One sentence per line (v1)

Created: 06/05/11 @ 16:52:35 | Last updated: 13/12/11 @ 15:58:54

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow accepts a plain text input and provides a single text document per input containing one sentence per line.  Newline characters are removed from the original input. The OpenNLP sentence splitter is used to split the text, this is provided by University of Manchester Web Services.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 19 times | Downloaded: 14 times

Tags (7):

Show View Download Download (v1)

Pack

Creator:

Pack Data mining on KUP data

Created: 23/05/11 @ 12:35:37 | Last updated: 24/05/11 @ 12:31:58

Various Rapid Miner workflows and R scripts that analyse and visualize KUP-related data extracted from the KUP knowledge base.

9 items in this pack

Comments: 0 | Viewed: 10 times | Downloaded: 5 times

This Pack has no tags!

Show View Download Download

Workflow

Original Uploader

Workflow Distance heatmap of GEO dataset produced by RapidAnalytics (v2)

Created: 28/04/11 @ 14:15:33 | Last updated: 13/12/11 @ 16:00:25

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

No description

Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 40 times | Downloaded: 18 times

Tags (6):

Show View Download Download (v2)

Workflow

Original Uploader

Workflow Agglomerative clustering of a GEO dataset using RapidAnalytics (v2)

Created: 28/04/11 @ 14:12:33 | Last updated: 13/12/11 @ 16:00:52

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

No description

Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 47 times | Downloaded: 18 times

Tags (5):

Show View Download Download (v2)

Workflow

Original Uploader

Workflow Classification of GEO assays using RapidAnalytics (v2)

Created: 04/05/11 @ 14:40:17 | Last updated: 13/12/11 @ 16:01:13

Credits: User James Eales

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

No description

Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 28 times | Downloaded: 19 times

Tags (9):

Show View Download Download (v2)

Pack

Creator:

Pack RapidMiner plugin for Taverna videos and descriptions

Created: 06/06/11 @ 10:17:52 | Last updated: 13/12/11 @ 16:02:04

 This pack contains videos the show how to use various parts of the RapidMiner plugin for Taverna. The videos demonstrate how to build a Taverna workflow which collects a GEO dataset, uploads it to RapidAnalytics, trains a classifier on one half of the data and tests it on the other half. This classification process can be used to gauge how well mutant and control assays agree across experimental repeats.

5 items in this pack

Comments: 0 | Viewed: 32 times | Downloaded: 16 times

Tags:

Show View Download Download

Pack

Creator:

Pack Creating a focused corpus of factual outcomes from biomedical experiments

Created: 28/06/11 @ 11:19:04 | Last updated: 13/12/11 @ 16:02:16

 This pack contains resources and supplementary files for the submission to the MIND2011 workshop titled "Creating a focused corpus of factual outcomes from biomedical experiments" by James Eales, George Demetriou and Robert Stevens

1 item in this pack

Comments: 0 | Viewed: 9 times | Downloaded: 8 times

Tags:

Show View Download Download

Pack

Creator:

Pack Article title classification: kidney factomics

Created: 21/04/11 @ 15:20:20 | Last updated: 13/12/11 @ 16:02:52

 This pack contains files relevant to our work on extracting facts from article titles

7 items in this pack

Comments: 0 | Viewed: 7 times | Downloaded: 3 times

This Pack has no tags!

Show View Download Download

Workflow

Original Uploader

Workflow PUT data into RapidAnalytics (v1)

Created: 27/04/11 @ 09:50:52 | Last updated: 13/12/11 @ 16:04:06

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

Use the example value for the input port

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 29 times | Downloaded: 12 times

This Workflow has no tags!

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Discretize by Binning (v1)

Created: 20/12/11 @ 16:40:18 | Last updated: 20/12/11 @ 16:52:06

Credits: User Rishi Ramgolam

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

 Choosing an attribute ('a1') with an attribute filter type condition (single).

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 17 times | Downloaded: 10 times

This Workflow has no tags!

Show View Download Download (v1)

Pack

Creator:

Pack Recommender systems workflow templates 2012

Created: 08/01/12 @ 12:27:43 | Last updated: 11/05/12 @ 12:56:39

 The Recommender Extension can be downloaded from the Rapid-I Marketplace from: http://rapidupdate.de:8180/UpdateServer/faces/product_details.xhtml?productId=rmx_irbrecommender . More details can be found: http://elico.rapid-i.com/recommender-extension.html          

10 items in this pack

Comments: 0 | Viewed: 72 times | Downloaded: 14 times

Tags:

Show View Download Download

Pack

Creator:

Pack RCOMM2011 recommender systems workflow templates

Created: 07/04/11 @ 14:59:37 | Last updated: 28/01/12 @ 19:37:47

No description

6 items in this pack

Comments: 0 | Viewed: 162 times | Downloaded: 46 times

Tags:

Show View Download Download

Workflow

Original Uploader

Workflow Semantic clustering (with AHC) of SPARQL query results over RDF version of videolectures.net dataset (v1)

Created: 29/01/12 @ 09:38:32 | Last updated: 29/01/12 @ 09:39:22

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/) to perform clustering of SPARQL query results based on chosen semantic similarity measure. The measure used in this particualr workflow is a kernel that exploits membership of clustered individuals to OWL classes from a background ontology ("Common classes" kernel from [1]). Since the semantics of the backgound ontology is used in this way, we use the name "semantic clustering". ...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 14 times | Downloaded: 6 times

Tags (8):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Semantic clustering (with k-medoids) of SPARQL query results over RDF version of videolectures.net dataset (v1)

Created: 29/01/12 @ 09:28:33

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/) to perform clustering of SPARQL query results based on chosen semantic similarity measure. Since the semantics of the backgound ontology is used in this way, we use the name "semantic clustering". The SPARQL query is entered in a parameter of "SPARQL selector" operator. The clustering operator (k-medoids) allows to specify which of the query variables are to be used as clustering criteria. If more ...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 7 times | Downloaded: 2 times

Tags (8):

Show View Download Download (v1)

Pack

Creator:

Pack RMonto pack

Created: 29/01/12 @ 09:47:09 | Last updated: 05/03/12 @ 22:24:02

  RMonto is an ontological extension to RapidMiner, that provides possibility of machine learning with formal ontologies. RMonto is an easily extendable framework, currently providing support for unsupervised clustering with kernel methods and (frequent) pattern mining in knowledge bases. One important feature of RMonto is that it enables working directly on structured, relational data. Additionally, its custom algorithm implementations may be combined with the power of RapidMiner thr...

9 items in this pack

Comments: 0 | Viewed: 18 times | Downloaded: 4 times

This Pack has no tags!

Show View Download Download

Workflow

Original Uploader

Workflow Semantic clustering (with alpha-clustering) of SPARQL query results over RDF version of videolectures.net dataset (v1)

Created: 29/01/12 @ 15:52:57 | Last updated: 30/01/12 @ 16:10:25

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/) to perform clustering of SPARQL query results based on chosen semantic similarity measure. The measure used in this particualr workflow is a kernel that exploits membership of clustered individuals to OWL classes from a background ontology ("Epistemic" kernel from [1]). Since the semantics of the backgound ontology is used in this way, we use the name "semantic clustering". This ...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 13 times | Downloaded: 4 times

Tags (8):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Loading OWL files (RDF version of videolectures.net dataset) to Sesame/OWLIM repository (v1)

Created: 29/01/12 @ 16:11:36 | Last updated: 29/01/12 @ 16:47:06

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

Thumb

The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/). Operator "Build knowledge base" is responsible for collecting data either from OWL files or SPARQL endpoints or RDF repositories and provide it to the subsequent operators in a workflow. In this workflow it is parametrized in this way, that is builds a Sesame/OWLIM repository from the files specified in "Load file" operators. Paths to OWL files are specified as parameter va...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 12 times | Downloaded: 4 times

Tags (8):

Show View Download Download (v1)

File

Uploader:

Blob Digital Multimedia Repositories Ontology (DMRO) and KB with RDF version of Videolectures.net dataset

Created: 29/01/12 @ 16:35:26 | Last updated: 29/01/12 @ 16:38:25

Credits: User Lawrynka

License: Creative Commons Attribution-Share Alike 3.0 Unported License

For the information on the ontology see: http://www.e-lico.eu/?q=node/288 For the information on the original dataset see:    http://www.ecmlpkdd2011.org/challenge.php     The ontology and KB files are zipped into one file.     

File type: ZIP archive

Rating: 0.0 / 5 (0 ratings) | Comments: 0 | Viewed: 5 times | Downloaded: 2 times

Tags:

Show View Download Download

File

Uploader:

Blob Data supplementary to meta-mining workflows

Created: 05/03/12 @ 22:22:33 | Last updated: 05/03/12 @ 22:23:51

Credits: User Lawrynka

License: Creative Commons Attribution-Share Alike 3.0 Unported License

- Repositories of RapidMiner baseline workflows, and used datasets - DMOP ontology files from ver5.2 -input files to meta-mining workflows     

File type: ZIP archive

Rating: 0.0 / 5 (0 ratings) | Comments: 0 | Viewed: 0 times | Downloaded: 2 times

This File has no tags!

Show View Download Download

Pack

Creator:

Pack Who Wants to be a Data Miner?

Created: 02/11/11 @ 17:54:07 | Last updated: 28/03/12 @ 13:42:05

One of the most fun events at the annual RapidMiner Community Meeting and Conference (RCOMM) is the live data mining process design competition "Who Wants to be a Data Miner?". In this competition, participants must design RapidMiner processes for a given goal within a few minutes. The tasks are related to data mining and data analysis, but are rather uncommon. In fact, most of the challenges ask for things RapidMiner was never supposed to do. This pack contains solutions for these...

10 items in this pack

Comments: 0 | Viewed: 41 times | Downloaded: 4 times

Tags:

Show View Download Download
Creditations (0)

No credits yet


Comments Comments (0)

No comments yet

Log in to make a comment


What is this?

Linked Data

Non-Information Resource URI: http://www.myexperiment.org/groups/226


Alternative Formats

HTML
RDF
XML

New/Upload

Log in / Register

Username or Email:

Password:

Remember me:

OR

Use OpenID:


(eg: name.myopenid.com)

Need an account?
Click here to register

Forgot Password?

Front Page

Home

Invite people to myExperiment

Help pages

About Us

News and Events

Mailing List

Contact Us

Developers

Publications


Taverna Workflow Workbench

myGrid

BioCatalogue

Trident

Google Coop Search

EPSRC

JISC

Microsoft

Powered by:

Rails

Icons:
Silk icon set 1.3