-
Running keras 2.1.6, model config saved as a .yaml file, weights as a .h5, on keras2compat branch.
When I try to load the model, I get the error: `AttributeError: 'Input' object has no attribute '…
-
https://arxiv.org/abs/1605.01713
**At a glance**: A strategy for interpreting neural networks, which could be an important topic in the review. The paper is a technical description of a general meth…
-
I'm having trouble running the mnist and genomics examples. The issues arise when using NonlinearMxtsMode and any specified mode. I get attribute errors no matter what method is specified. Any sugg…
-
https://dx.doi.org/10.1021/acs.molpharmaceut.5b00982
-
http://arxiv.org/abs/1608.03644
> Deep neural network (DNN) models have recently obtained state-of-the-art prediction accuracy for the transcription factor binding (TFBS) site classification task. Ho…
-
Hi I'm having a little difficulty on a regression example and wondered if you could help me a bit. The structure of the network is such that it has two inputs, only one of which is fed into convolutio…
-
-
Hi,
I git cloned the dragonn repo in a clean virtual environment and ran "pip install --editable dragonn/", and received the following dependency error:
> (dragonn) [kameronr@sh-112-07 ~]$ pip i…
-
Hi all and thank you very much Marcoancona for providing your implementation to explain NNs! It's very valuable.
I am currently working on text classification and I would like to understand which wor…
ghost updated
6 years ago
-
I'm trying to implement Saliency Maps and Guided Backpropagation in Keras using the following code on Lasagne.
https://github.com/Lasagne/Recipes/blob/master/examples/Saliency%20Maps%20and%20Guided%2…