Skip to content
/ DCCR Public

Deep Clustering Context Recognition (DCCR); materials for the upcoming paper "Lifelong Context Recognition via Online Deep Feature Clustering."

License

Notifications You must be signed in to change notification settings

AP6YC/DCCR

Repository files navigation

DCCR

dccr-header

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
Docs Docs Status CI Status
Coveralls Codecov Zenodo DOI
Coveralls Codecov Zenodo DOI

Table of Contents

Usage

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.

File Structure

An explanation of the DCCR project file structure can be found in the hosted documentation.

Contributing

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.

Attribution

Authors

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

Useful Links

The following resources are referenced in this project or are useful resources for reference:

Assets

The following external assets are used in this project by attribution:

Citation

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}
}

About

Deep Clustering Context Recognition (DCCR); materials for the upcoming paper "Lifelong Context Recognition via Online Deep Feature Clustering."

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published