Giter Club home page Giter Club logo

nasbowl's Introduction

nasbowl's People

Contributors

rubinxin avatar xingchenwan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nasbowl's Issues

Motis' Gradients Values

Hi there!

I have read you awesome work and decided to implement the motif extraction on my domain. I noticed that in the paper you have mentioned that We finally rank the features by the numerical values of the derivatives, and present the top and bottom quantiles of the features as “best motifs” and “worst motifs” respectively and also motifs with most positive and negative derivatives (hence the most and least desirable). However in the interpreter.py code where you want to extract good and bad motifs you do this

        up = np.percentile(self.grad_, 100. - thres)
        lo = np.percentile(self.grad_, thres)

        # Identify the good and bad features
        self.bad_idx = np.argwhere(self.grad_ >= up).flatten()
        self.good_idx = np.argwhere(self.grad_ <= lo).flatten()

it seems that in the code you are doing the opposite: considering the smallest gradients corresponding to the best motifs and vice versa. Can you please explain more about this?

Also while I was looking at the motifs' gradients on my data, I notice a large portion of the motifs having 0 gradients. Can you help me interpreting this skewed distribution? Whether I need to check something specific for this?

Thank you in advance for your kind help,

Paniz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.