Coder Social home page Coder Social logo

argo's Introduction

argo

Argo is a library for deep learning algorithms based on TensorFlow and Sonnet. The library allows you to train different models (feed-forwards neural networks for regression and classification problems, autoencoders and variational autoencoders, Bayesian neural networks, Helmholtz machines, etc) by specifying their parameters as well as the network topologies in a configuration file. The models can then be trained in parallel in presence of multiple GPUs. The library is easy to expand for alternative models and training algorithms, as well as for different network topologies.

Installation

Requirements (stable):

  • tensorflow-datasets 1.2.0
  • tensorflow-estimator 1.14.0
  • tensorflow-gpu 1.14.0
  • tensorflow-metadata 0.14.0
  • tensorflow-probability 0.7.0
  • sonnet 1.32
  • torchfile
  • seaborn
  • matplotlib
  • numpy

Or:

pip install -r requirements.txt

How to run the code:

To run the examples provided in the framework (or new ones) one can choose between three separate modes of running:

  1. single: Runs a single instance of the configuration file
    python argo/runTraining.py configFile.conf single
  2. pool: Runs a muliple experiments (if defined) from the configuration file
    python argo/runTraining.py configFile.conf pool

Submodules

VAE

python argo/runTraining.py examples/MNISTcontinuous.conf single

Helmholtz Machine

python argo/runTraining.py examples/ThreeByThree.conf single

Prediction

python argo/runTraining.py examples/GTSRB.conf single

How to run the code:

python3 argo/runTrainingVAE.py configFile.conf single/pool/stats

See ConfOptions.conf in examples/ for details regarding meaning of parameters and logging options.

License

MIT

Contributors

In alphabetical order.

Main contributors

  • Luigi Malagò
  • Csongor Varady
  • Riccardo Volpi

Active contributors

  • Alexandra Albu
  • Cristian Alecsa
  • Norbert Cristian Bereczki
  • Robert Colt
  • Delia Dumitru
  • Alina Enescu
  • Petru Hlihor
  • Hector Javier Hortua
  • Uddhipan Thakur

Former contributors

  • Ria Arora
  • Dimitri Marinelli
  • Titus Nicolae
  • Alexandra Peste
  • Marginean Radu
  • Septimia Sarbu

Acknowledgements

The library has been developed in the context of the DeepRiemann project, co-funded by the European Regional Development Fund and the Romanian Government through the Competitiveness Operational Programme 2014-2020, Action 1.1.4, project ID P_37_714, SMIS code 103321, contract no. 136/27.09.2016.

argo's People

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.