makeyourownmaker/mixup: Create Convex Combinations of Pairs of Examples and their Labels for Data Augmentation

The mixup method enlarges training sets using linear interpolations of features and associated labels as described in https://arxiv.org/abs/1710.09412. It produces virtual feature-target pairs from randomly drawn feature-target pairs in the training data. The strength of interpolation is governed by a mixup hyperparameter. The method is straight-forward and data-agnostic. It should result in a reduction of generalisation error and may help to resist memorisation of corrupt labels.

Getting started

Package details

Authormakeyourownmaker [aut, cre]
Maintainermakeyourownmaker <makeyourownmaker@gmx.com>
LicenseGPL-2 | file LICENSE
Version0.0.1
URL https://github.com/makeyourownmaker/mixup
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("makeyourownmaker/mixup")
makeyourownmaker/mixup documentation built on Sept. 14, 2022, 8:51 a.m.