Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
12wang3 committed Nov 2, 2021
1 parent 656098b commit 04a4d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is a PyTorch implementation of Rule-based Representation Learner (RRL) as d
<img src="appendix/RRL.png" alt="drawing" width="500"/>
</p>
RRL aims to obtain both good scalability and interpretability, and it automatically learns interpretable non-fuzzy rules for data representation and classification. Moreover, RRL can be easily adjusted to obtain a trade-off between classification accuracy and model complexity for different scenarios.

## Requirements

* torch>=1.3.0
Expand Down Expand Up @@ -130,4 +131,4 @@ If our work is helpful to you, please kindly cite our paper as:
## License
[MIT license](LICENSE)
[MIT license](LICENSE)

0 comments on commit 04a4d53

Please sign in to comment.