Giter Site home page Giter Site logo

learning-styles-simulator's Introduction

This project is the simulator used in the paper by Dr. Fabiano Dorça:

A new approach to discover students learning styles in adaptive educational systems

This project provides a simulator for the evaluation of learning styles strategies. At the moment, it implements only two of them: markov models and genetic algorithms.

I'm currently refactoring the code, so everything should be counted as Dr. Fabiano and his team's code, not mine.

Installing

You'll need Java (duh) and ant to build and run the project:

$ ant # Create build/ and dist/ directories.
$ java -jar dist/*.jar # Run project.

Another possibility is to open the project on NetBeans, as it was originally intended. I might remove the nbproject/ directory in the future, but it'll stay in place for some time.

Usage

Working on it. It'll probably be some Simulator class that you can instantiate, configure and run. Ideally, this would output some CSV with the simulated data.

Contributing

The general fork, edit & send a pull request cycle is fine:

  1. Fork on GitHub.
  2. Clone your repository locally via $ git clone <your repo URL>.
  3. Make changes to the code. Ideally, you should create a new branch via $ git checkout -b <branch name>.
  4. Push the changes to your repository with $ git push.
  5. There should be a link to open a pull request in your repository.

This guide by GitHub shows how to do most of these steps. There's another one that explains how contributing to open source works in general ways.

If you have doubts or suggestions, open an issue. In case you aren't accostumed to contributing via GitHub, you can send me an e-mail with your patch.

License

As already said, most of the work was done by Dr. Fabiano Dorça and his team.

MIT License

Copyright (c) 2014 Dr. Fabiano Dorça [email protected], Carlos Agarie [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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.