Preethi Seshadri

Results 3 issues of Preethi Seshadri

I have a conceptual question based on the mnist example usage notebook: https://github.com/raghakot/keras-vis/blob/master/examples/mnist/attention.ipynb. I am trying to understand why to use pre-activation output for computing standard saliency maps? This is...

1) Can SkopeRules be used for multiclass classification or only binary classification. 2) How do I interpret the outputted decision rules? Do the top-k rules in the [example notebook](https://github.com/scikit-learn-contrib/skope-rules/blob/master/notebooks/demo_titanic.ipynb) correspond...

I am interested in evaluating performance on the OntoNotes dataset using the provided trained BERT-base model (I am not training from scratch). In order to evaluate performance, I need to...