Code Monkey home page Code Monkey logo

Comments (1)

changwookjun avatar changwookjun commented on May 26, 2024

안녕하세요 . 질문에 대한 답변 드립니다.

    'embedding_dimension': 100,
    'lstm_dimension': 150,
    'dense_dimension': 150,

해당 부분에 대해서 이야기 해주시는 듯 합니다.

Q: 인풋레이어의 입력 뉴런 개수는 임베딩 차원(여기서는 100차원) 이하로 설정하여 진행하는 것으로 많은 레퍼런스들을 봤는데 입력층에 임베딩 차원보다 더 크게 설정해도 상관이 없는건가요? 네 상관이 없습니다. 해당 부분은 고정된 값이 아닌 여러 변화를 줄 수 있는 값이므로 여러 값으로 변경해서 사용해 보시면서 더 좋을 듯 합니다.

**Q: 임베딩 차원은 100, 인풋레이어 입력 뉴런 개수는 150이면 각 뉴런에 들어가는 인풋데이터가 어떻게 들어가는 건가요? 보통 x1, x2, x3, x4 ... x100 이렇게 들어가는데 현재 인풋레이어의 뉴런개수가 150이니까 50개가 비는건가요..? 임베딩 차원의 매트릭스와 lstm 층의 매트릭스 연산을 통해 값들을 만들며 모든 vector값들을 사용하며 뉴런 개수가 비는 그런 형태가 아닙니다.

from tensorflow-ml-nlp-tf2.

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.