GithubHelp home page GithubHelp logo

Comments (3)

jameswex avatar jameswex commented on August 12, 2024

TCAV is useful when you want to determine how much effect a concept has on a prediction, where a concept is defined by a set of examples which contain the concept (like picking a bunch of images with stripes for the stripes concept, or a bunch of sentences about sports for a sports concept). If that is the type of analysis you want to do, TCAV can work with sequential models. You just need to do create the model wrapper and activation generator wrapper for your specific model. There is nothing about GRU or LSTM models that should stop you from using the library.

from tcav.

yshvrdhn avatar yshvrdhn commented on August 12, 2024

Hi can it be used similarly for segmentation networks ?

from tcav.

BeenKim avatar BeenKim commented on August 12, 2024

Hi all,

Yes, just repeating what James said above - TCAV has been used for LSTM at Google - as long as you have a constant sized bottleneck (meaning that you have at least one embedding layer where it will always return a size N embedding regardless of your input size. This is probably only relevant for language models where some models change their embedding size depending on the length of the input sentence).

Re segmentation network - same story. :)

from tcav.

Related Issues (20)

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.