Code Monkey home page Code Monkey logo

evolutionary-single-hidden-layer-feed-forward-networks---ijica-paper-results's Introduction

Evolutionary-single-hidden-layer-feed-forward-networks---IJICA-paper-results

Y. Safi and A. Bouroumi, "Evolutionary single hidden-layer feed forward networks," International Journal of Innovative Computing and Applications, vol. 6, pp. 73-86, 2014

https://doi.org/10.1504/IJICA.2014.066497

  • To compile: g ++ -std = c ++ 0x main.cpp -o ./Emlp -fopenmp
  • To run: ./Emlp When running:
  • Choose 0 to start the evolution of a new population or 1 to test the performance of an old saved population of neural networks architectures.
  • In both cases the program asks you to enter the name of the dataset. This name is exactly the name of the folder that contains the train.csv, valid.csv and test.csv data Once the dataset is chosen:
  • In the case of 0 (learning), the program initializes the parameters and starts the evolution then it ends with the recording of the final population in ./save directory.
  • In the case of 1 (testing), the program will ask for the name of the folder which contains the architectures with their saved synaptic weights. Each neural network is saved under the name XX-SavedWeights.xsl where XX denotes the number of neurons in the single hidden layer. The folder which contains the architectures and the weights must be in the ./save directory. When the program accepts the saved architectures, it does the fitness calculation and re-registers the results again in the same folder where the architectures are located but under the name of CEP_log.xl

evolutionary-single-hidden-layer-feed-forward-networks---ijica-paper-results's People

Contributors

y05f avatar

Watchers

 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.