Giter VIP home page Giter VIP logo

Comments (3)

jerrybai1995 avatar jerrybai1995 commented on August 15, 2024

You can still train them together, it's just that the vocabulary size will be large. See the LAMBADA task folder for an example. Basically, you can first make a pass through the articles to collect the corpus vocabulary, and then train the LM on that. I would also suggest you replacing the very-low frequency words with some token, such as .

from tcn.

JWChen123 avatar JWChen123 commented on August 15, 2024

Very thanks to your reply, in fact, my research is that users’ trajectory prediction. I use every user’s location record as trajectory. But every user has different number of record. Maybe user1 has 1000 records, user2 has 500 records. I am studying a paper about RNN on this dataset. He split every user’s trajectory into a short piece of trajectory. He use all users’ short trajectory to train. Just like the seq2seq with input-output pairs dataset in machine translation. Can I use this dataset with your model?

from tcn.

jerrybai1995 avatar jerrybai1995 commented on August 15, 2024

Yes, I think temporal convolutions can handle cases like this. Note that since sequences have different lengths, you should be careful about the grouping (of sequences with similar lengths) and the truncation when applying TCN.

from tcn.

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.