Skip to content

Commit

Permalink
new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromiru committed Jan 29, 2020
1 parent c7a22fb commit 0538db7
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
@@ -1,6 +1,7 @@
This is a source code for AAAI 2019 paper *Classification with Costly Features using Deep Reinforcement Learning* wrote by *Jaromír Janisch*, *Tomáš Pevný* and *Viliam Lisý*: [paper](https://jaromiru.com/media/about/aaai19_cwcf_paper.pdf) / [slides](https://jaromiru.com/media/about/aaai19_cwcf_talk.pdf) / [poster](https://jaromiru.com/media/about/aaai19_cwcf_poster.pdf) / [code](https://github.com/jaromiru/cwcf) / [blog](https://jaromiru.com/2019/02/07/hands-on-classification-with-costly-features/)

There is an enhanced version of the article under name *Classification with Costly Features as a Sequential Decision-Making Problem* [paper](https://arxiv.org/abs/1909.02564), which analyzes more settings (hard budget, lagrangian optimization of lambda and missing features). The code is available in the [lagrange](https://github.com/jaromiru/cwcf/tree/lagrange) branch of this repository.
**Updated version available:**
There is an enhanced version of the article under name *Classification with Costly Features as a Sequential Decision-Making Problem* [(paper)](https://arxiv.org/abs/1909.02564), which analyzes more settings (hard budget, lagrangian optimization of lambda and missing features). The code is available in the [lagrange](https://github.com/jaromiru/cwcf/tree/lagrange) branch of this repository.

Cite as:
```
Expand Down

0 comments on commit 0538db7

Please sign in to comment.