Giter VIP home page Giter VIP logo

denn's Introduction

DENN: Differential Evolution for Neural Networks

DENN is a framework designed and developed to train Deep Neural Networks using the Differential Evolution as optimizer.

How to use

First of all you have to generate the dataset file, in order to do that, execution the following commands:

python3 -m pip install -r requirements.txt
cd datasets
python3 build_*
cd ..

Then compile the DENN framework, running the following command:

make release

Finally, choose one of the templates and run it, for instance:

Release/DENN-float template/JADE_NN_MNIST.config

History

The first implementation of this algorithm was in 2017 . Then we have developed a standard-alone implementation: DENN-LITE, in which we have implemented the JADE, ADE, SHADE, and other DE variants, applied on classification and algorithm learning problems. Finally, this repository is the code used for the MDPI publication, where an analysis of that algorithm applied to many problems was presented. Also, at WIVACE 2019, a coevolution version (CoDENN) was presented, and the source couse is avaliable as branch of this repository.

Requirements

  • C++14 Compiler
  • CMake
  • Python 3

Dependencies

  • C++:
    • zlib
  • Python:
    • numpy
    • tqdm
    • pandas

Citation

If you use this code for your research, please cite our paper.

@article{baioletti2020differential,
title={Differential Evolution for Neural Networks Optimization},
author={Baioletti, Marco and Di Bari, Gabriele and Milani, Alfredo and Poggioni, Valentina},
journal={Mathematics},
volume={8},
number={1},
pages={69},
year={2020},
publisher={Multidisciplinary Digital Publishing Institute}
}

denn's People

Contributors

gabriele91 avatar

Stargazers

Wiktor Kamiński avatar  avatar  avatar Jose Cohenca avatar  avatar

Watchers

 avatar James Cloos 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.