Coder Social home page Coder Social logo

gugarosa / dbn_tuning Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 0.0 56 KB

๐Ÿ“„ Official implementation regarding the chapter "Fine-Tuning Deep Belief Networks with Harmony-Based Optimization".

License: GNU General Public License v3.0

Python 96.19% Shell 3.81%
paper implementation machine-learning optimization harmony-search dbn

dbn_tuning's Introduction

Fine-Tuning Deep Belief Networks with Harmony-Based Optimization

This repository holds all the necessary code to run the very-same experiments described in the chapter "Fine-Tuning Deep Belief Networks with Harmony-Based Optimization".


References

If you use our work to fulfill any of your needs, please cite us:


Structure

  • core
    • dataset.py: Customized dataset class without logging;
    • dbn.py: Customized DBN class adapted to optimization pipeline;
  • utils
    • loader.py: Utility to load datasets and split them into training, validation and testing sets;
    • objects.py: Wraps objects instantiation for command line usage;
    • optimizer.py: Wraps the optimization task into a single method;
    • target.py: Implements the objective functions to be optimized.

Package Guidelines

Installation

Install all the pre-needed requirements using:

pip install -r requirements.txt

Data configuration

In order to run the experiments, you can use torchvision to load pre-implemented datasets.


Usage

Model Optimization

The first step is to conduct the optimization pipeline over the DBN architecture. Basically, agents encode the desired hyperparameters and attempt to find the minimum reconstruction error over the validation set. At the end of the optimization, such values are stored into a file for further usage. To accomplish such a step, one needs to use the following script:

python dbn_optimization.py -h

Note that -h invokes the script helper, which assists users in employing the appropriate arguments.

Model Evaluation

After conducting the optimization task, one needs to gather the best hyperparameters from file and re-train a DBN. Please, use the following script to accomplish such a procedure:

python dbn_evaluation.py -h

Note that the evaluation step is the only script that uses the testing data.

Inspect Optimization History (Optional)

Additionally, one can gather the optimization history files and input them to a script that analyzes its convergence and produces a plot that compares how each optimization technique has performed during its procedure. Please, use such a script as follows:

python inspect_history.py -h

Note that one needs to input the history files without their seed and extension, e.g., HS_1ag_12var_2it.

Bash Script

Instead of invoking every script to conduct the experiments, it is also possible to use the provided shell script, as follows:

./pipeline.sh

Such a script will conduct every step needed to accomplish the experimentation used throughout this chapter. Furthermore, one can change any input argument that is defined in the script.


Support

We know that we do our best, but it is inevitable to acknowledge that we make mistakes. If you ever need to report a bug, report a problem, talk to us, please do so! We will be available at our bests at this repository.


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.