Anna - A Neural Network Analysis
A series of experiments using neural nets with tensorflow, currently focused on multi-label text classification.
It supports LR/FFNs/RNNs, and several of the common datasets for MLC (e.g. Reuters-21578/RCV1-v2). See some results in our notebooks.
Requires python 3. Run example on Reuters21578 with:
make runBrowse and/or run notebooks with all other experiments/datasets:
make notebook