Giter VIP home page Giter VIP logo

Comments (2)

mp2893 avatar mp2893 commented on June 25, 2024

Hi Theodore,

First of all, let me explain how to obtain vector representations for each code.
If you look at Fig.2 of the paper, ReLU(W_emb x_t + b_emb) is the representation of multiple codes (since x_t will have multiple 1s). If you make x_t such that it has only a single 1, then ReLU(W_emb x_t + b_emb) will be a representation of a single code. For example, if the coordinate 0 represents "Lung cancer" and you make x_t such that <1,0,0,0,0,....,0,0>, then ReLU(W_emb x_t + b_emb) will be the vector representation of "Lung cancer"

For visit representation, you can derive the code-level representation using u_t = ReLU(W_emb x_t + b_emb), possibly with a multi-hot vector, then use v_t = ReLU(W_hidden u_t + b_hidden) to derive the visit representation.

You can also read section 3.1 of my paper. Figure 2 will also help you.

Thanks,
Ed

from med2vec.

mp2893 avatar mp2893 commented on June 25, 2024

Yeah that's correct. My mistake.

from med2vec.

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.