Skip to content

Commit

Permalink
reference to licensing and support
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bl committed Aug 31, 2023
1 parent 87382b9 commit 785ca28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [Installation](#installation)
* [Usage in Python](#usage-in-python)
* [Repository organization](#repository)
* [License and support](#license-support)

## Overview <a name="overview"></a>

Expand Down Expand Up @@ -44,7 +45,6 @@ Since our method relies on loss regularization, it is very simple to add to your

You can find the implementation of the feature steering part of the loss in `feat_steering_loss(...)` of [regression_network.py](regression_network.py), which is where all the magic of our method takes place.


## Repository <a name="repository"></a>

* Installation:
Expand All @@ -64,3 +64,7 @@ You can find the implementation of the feature steering part of the loss in `fea

With [`mixed_cmi_estimator.py`](mixed_cmi_estimator.py) this repository includes a Python implementation of the hybrid CMI estimator CMIh presented by [Zan et al.](https://doi.org/10.3390/e24091234) The authors' original R implementation can be found [here](https://github.com/leizan/CMIh2022).


## License and Support <a name="license-support"></a>
This repository is released under *CC BY 4.0* license, which allows both academic and commercial use. If you need any support, please open an issue or contact [Jan Blunk](https://inf-cv.uni-jena.de/home/group/blunk/).

0 comments on commit 785ca28

Please sign in to comment.