Code Monkey home page Code Monkey logo

crossproductkernel-noisydata's Introduction

Cross product kernels on fuzzy sets

Synopsis

Experiments using cross product kernels on fuzzy sets and SVM on PIMA attribute Noise data. Reference:

Guevara, Jorge and Canu, Stephane and Hirata Jr, Roberto Cross product kernels on fuzzy sets for fuzzy set similarity, 2017 IEEE International Conference on Fuzzy Systems - FUZZ-IEEE 2017


Prerequisites

Code Example

To run an experiment using the cross product kernels on fuzzy sets (linear, exponential and gaussian) usint the first fuzzification approach described in the paper (fuzz1) on the clean train - noise test (cn) version of the data with 15% level of noise level type in the MATLAB prompt:

      experiments('pima' , 15, 'cn','fuzz1')

To run all the experiments for the PIMA attribute noisy datasets using screen run this:

 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 5, 'cn','crisp')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 10, 'cn','crisp')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 15, 'cn','crisp')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 20, 'cn','crisp')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 5, 'cn','fuzz1')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 10, 'cn','fuzz1')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 15, 'cn','fuzz1')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 20, 'cn','fuzz1')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 5, 'cn','fuzz2')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 10, 'cn','fuzz2')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 15, 'cn','fuzz2')"
 screen  -d -m matlab -nodisplay -nosplash -r    "experiments('pima' , 20, 'cn','fuzz2')"

Generating a cvs file with the results

This generate a csv with all the results. Run the MATLAB script:

testResultsIntoCVS

Generating some plots

Run the R script

getPlots

Run the Matlab script

generateFigures

Motivation

This project is part of my research on kernels on fuzzy sets

Contributor

[email protected]

crossproductkernel-noisydata's People

Contributors

jorjasso avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.