Skip to main content

Implementation of Machine Learning algorithms, experiments and utilities.

Project description

Python Versions Documentation Status Pypi Version

Research

This repository contains the code developed for all the publications I was involved in. 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 research.

Project Organization

├── LICENSE
│
├── Makefile           <- Makefile with basic commands
│
├── README.md          <- The top-level README for developers using this project.
│
├── docs               <- A default Sphinx project; see sphinx-doc.org for details
│
├── publications       <- Research papers published, submitted, or under development.
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
│
├── research           <- Source code used in publications.
│
└── tox.ini            <- tox file with settings for running tox; see tox.readthedocs.io

Installation and Setup

A Python distribution of version 3.7 or higher is required to run this project.

Basic Installation

The following commands should allow you to setup this project with minimal effort:

# Clone the project.
git clone https://github.com/joaopfonseca/research.git
cd research

# Create and activate an environment
make environment
conda activate research # Adapt this line accordingly if you're not running conda

# Install project requirements and the research package
make requirements

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ml-research-0.3.0.tar.gz (29.9 kB view hashes)

Uploaded Source

Built Distribution

ml_research-0.3.0-py3-none-any.whl (35.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page