Deep Clustering Context Recognition (DCCR); materials for the upcoming TNNLS paper "Lifelong Context Recognition via Online Deep Feature Clustering." Please see the documentation.
Documentation | Docs Build Status | Testing Status |
---|---|---|
Coveralls | Codecov | Zenodo DOI |
Experiments are enumerated in src/experiments
.
Each has a README.md
that describes the experiment and how to run it.
Most experiments only require instantiating the Julia project in this repo with
using Pkg; Pkg.activate("."); Pkg.instantiate()
and running the script in the experiment folder with either the shell command:
julia scripts/1_accuracy/1_unshuffled.jl
or in an existing REPL environment with the include command:
include("scripts/1_accuracy/1_unshuffled.jl")
Experiments with multiple stages or multiple interpreters (Julia, Python, and shell script) contain details for their reproducibilty.
An explanation of the DCCR
project file structure can be found in the hosted documentation.
If you have an issue with the project, please raise an issue. If you would instead like to contribute to the package, please see the contributing guide.
- Sasha Petrenko sap625@mst.edu
- Andrew Brna andrew.brna@teledyne.com
This work is licensed under a Creative Commons Attribution 4.0 International License.
The following resources are referenced in this project or are useful resources for reference:
- Avalanche docs
- Avalanche continual-learning-baselines repo
- Deep Streaming Linear Discriminant Analysis (DSLDA):
- Continual Prototype Evolution (CoPE):
The following external assets are used in this project by attribution:
This project has a citation file file that generates citation information for the package and corresponding JOSS paper, which can be accessed at the "Cite this repository button" under the "About" section of the GitHub page.
You may also cite this repository with the following BibTeX entry:
@software{Petrenko_AP6YC_DCCR_2023,
author = {Petrenko, Sasha},
doi = {10.5281/zenodo.8017806},
month = jun,
title = {{AP6YC/DCCR}},
year = {2023}
}