Skip to content

Repository containing most of the source code (LaTeX, Python, etc.) of all experiments and papers I have been involved with.

License

Notifications You must be signed in to change notification settings

joaopfonseca/publications

Repository files navigation

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.

About

Repository containing most of the source code (LaTeX, Python, etc.) of all experiments and papers I have been involved with.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published