Giter Site home page Giter Site logo

relief-project's Introduction

relief-project

Solution for an assignment of Analysis of Algorithms course. The objective is to choose only the necessary features from a data set with Relief Algorithm. Relief Algorithm is applied to data set concurrently using the Master/slave model. Communication between processors is established with Message Passing Interface.

Requirements

  • OpenMPI library
  • g++

Building / Running

git clone https://github.com/omarr09/relief-project
cd https://github.com/omarr09/relief-project

To compile:

make

To compile and run:

NP=<np> ARG=<file> make run

where <np> is the number of processors to be used and <file> is the path of the input file.

Usage

Input data set consists of instances. Each instance have a feature array and a class (either 0 or 1). First line of the input file should have processor count. The second line should have feature count of each instance, iteration count of the algorithm, number of top features needed. The rest of the input file should list instances, one instance per line.

After running the program as explained above, the results of each process and the result of the master processor will be printed to standard output.

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.