Git Product home page Git Product logo

publications's Introduction

Publications

Lint Code style: black

This repository contains the source code of most of the experiments developed in my research. The LaTeX and Python code for generating the paper, experiments' results and visualizations reported in each paper is available (whenever possible) in the paper's directory.

Additionally, contributions at the algorithm level are available in the package ml-research, which can be found here.

Publication List

Reproducing a Project/Experiment

The typical project structure contains the scripts, data, results, analysis and content directories. Each of these are used as described below.

Installation

The installation of required packages is essential to reproduce every project. The requirements file may be located either in the project root or scripts directory. To install the required dependencies run the command:

pip install -r requirements.txt

Scripts

In order to generate the content of the publication in a reproducible format, various scripts are provided.

data.py

Download, preprocess and save the datasets used for the experiments:

python data.py

results.py

Run the experiments and get the results:

python results.py

analysis.py

Analyze the results of experiments:

python analysis.py

data

It contains the experimental data. They are downloaded and saved, using the data.py script.

results

It contains the results of experiments as pickled pandas dataframes. They are generated, using the results.py script.

analysis

It contains the analysis of experiments' results in various formats. They are generated, using the analysis.py script.

content

It contains the LaTex source files of the project.

publications's People

Contributors

joaopfonseca avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

publications's Issues

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.