Skip to content

A simple multi-agent platform for prediction of intances with machine learning algorithms. This is an example for the Intelligent Systems subject of the Computer Engineering degree at the Polytechnic University of Madrid (Spain).

License

Notifications You must be signed in to change notification settings

dmjimenezbravo/IntelligentMASPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation


A simple multi-agent platform for prediction of intances with machine learning algorithms.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. About the MAS
  4. Usage
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

A simple multi-agent platform for prediction of intances with machine learning algorithms. This is an example for the "Sistemas Inteligentes" ("Intelligent Systems") subject of the "Grado en Ingeniería Informática" ("Degree in Computer Engineering") degree at the Universidad Politécnica de Madrid (UPM) (Spain).

(back to top)

Built With

(back to top)

Getting Started

This project has been developed with the Eclipse IDE and Java. Therefore, for the execution of the project we are going to assume that both softwares are installed on the machine.

(back to top)

Prerequisites

Although the use of the Eclipse IDE is recommended, any other Java development environment can be used.

(back to top)

Installation

To install and test the project, follow these steps:

  1. You need to download this repository and import the project into your IDE.
  2. Download and import the JADE and Weka libraries for Java into your project.
  3. Configure the execution of the project, for this in our ide we must specify that the main class of the project is jade.Boot. In addition to configure each one of the agents of our MAS it is necessary to include the following arguments to our execution, -gui UserAgent:es.upm.si.intelligentMASPlatform.UserAgent;TrainAgent:es.upm.si.intelligentMASPlatform.TrainAgent;PredictAgent:es.upm.si.intelligentMASPlatform.PredictAgent;ResultsAgent:es.upm.si.intelligentMASPlatform.ResultsAgent.

(back to top)

About the MAS

Here we present the Multi-Agent System (MAS) proposed for this platform. The system is composed of a total of four agents:

Multi-Agent System

  • User agent: it is in charge of interacting with the user and communicating to the rest of the agents the actions defined by the user through the interaction.
  • Training agent: it is in charge of training the model based on the user's preferences and communicating the resulting model to the prediction agent.
  • Prediction agent: performs the prediction of the instance configured by the user using the model trained in the training agent. After finishing the prediction, it will communicate the results to the results agent.
  • Results agent: communicates the results and notifies the user agent that new preconditions or training can be performed.

The interactions and exchange of messages in the defined platform are shown below.

JADE Sniffer

(back to top)

Usage

When the project is executed, the following screen is displayed:

Training configuration

This screen allows you to select a dataset (for this particular platform the dataset is located in the data folder) and a machine learning algorithm with which our platform model will be trained. Once the training is done, we can use the button at the bottom of the screen that will take us to the next screen.

Prediction configuration

In this screen you can select the values of the instances to be predicted. After introducing these values, press the button and the instance to be predicted will be sent. After making the prediction, the system will display the following screen:

Results view

Once the results have been displayed, you can return to the initial screen by clicking on the accept button.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

(back to top)

Contact

Diego M. Jiménez Bravo - @dmjimenezbravo - dmjimenezbravo@gmail.com

Project Link: https://github.com/dmjimenezbravo/IntelligentMASPlatform

(back to top)

Acknowledgments

(back to top)

About

A simple multi-agent platform for prediction of intances with machine learning algorithms. This is an example for the Intelligent Systems subject of the Computer Engineering degree at the Polytechnic University of Madrid (Spain).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages