Giter Site home page Giter Site logo

bas-rustenburg / adaptivedesignprocedure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mbracconi/adaptivedesignprocedure

0.0 1.0 0.0 8.99 MB

A design procedure of the training data for Machine Learning algorithms able to iteratively add datapoints according to function discrete gradient

License: BSD 3-Clause "New" or "Revised" License

Shell 1.40% Python 98.60%

adaptivedesignprocedure's Introduction

Python application

adaptiveDesignProcedure

A design procedure of the training data for Machine Learning algorithms able to iteratively add datapoints according to function discrete gradient.

adaptiveDesignProcedure

Reference & How to cite:

Most of the theoretical aspects behind adaptiveDesignProcedure are reported in:

M. Bracconi and M. Maestri, "Training set design for Machine Learning techniques applied to the approximation of computationally intensive first-principles kinetic models", Chemical Engineering Journal, 2020, DOI: 10.1016/j.cej.2020.125469

Authors:

adaptiveDesignProcedure is developed and mantained at the Laboratory of Catalysis and Catalytic Processes of Politecnico di Milano by Dr. Mauro Bracconi

Installation:

Clone the repository:

> git clone https://github.com/mbracconi/adaptiveDesignProcedure.git

Change directory:

> cd adaptiveDesignProcedure

To install the package type:

> python setup.py install

To uninstall the package you have to rerun the installation and record the installed files in order to remove them:

> python setup.py install --record installed_files.txt
> cat installed_files.txt | xargs rm -rf

Documentation :

adaptiveDesignProcedure uses Sphinx for code documentation. To build the html versions of the docs simply type:

> cd docs
> make html

Example:

As an example, the "Showcase of the procedure" (Section 4.1 - M. Bracconi & M. Maestri, Chemical Engineering Journal, 2020, DOI: 10.1016/j.cej.2020.125469) is provided in this repository.

Open a terminal and go to example directory:

> cd examples/monodimensional

Run the example:

> python example.py

At the end of the execution, the results of the adaptive procedure are present in the folder.

Requirements:

Acknowledgements:

adaptivedesignprocedure's People

Contributors

mbracconi avatar nfaguirrec 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.