Code Monkey home page Code Monkey logo

Comments (3)

mart-r avatar mart-r commented on June 8, 2024

Hi!

I'm not entirely sure what you're asking.
Are you trying to add more weight to a specific meaning of an ambiguous word (name)?
Are you trying to avoid recognition of certain words (names) altogether?
Something else?

But in general, there is no way to add more weights to any specific concept or a specific name of a concept.
With that said, the training set will have a significant impact on which concepts and/or names the model is able to effectively identify.

Then again, if you wish to limit the concepts your model is working with, you can always filter out the CUIs you don't need (CDB.filter_by_cui).
Or you could add the CUIs to a filter in the config (config.linking.filters.cuis).

from medcat.

SeonggwanAhn avatar SeonggwanAhn commented on June 8, 2024

Thanks for your reply.
What I mean is whether I can 'modify the concept vector' of a specific word in vocabulary.

Or Can I further train an already trained model(download completed) with my additional document?
I want to transfer and adjust this model for my experiment.

from medcat.

mart-r avatar mart-r commented on June 8, 2024

Yes, you are more than welcome to further train and/or fine tune an existing model. The additional training data can change what the model can recognise significantly. But it all depends on the training route you're taking (whether unsupervised or supervised) as well as the specific training set.

So all in all, by using your own dataset to further train the model, you can probably achieve what you're trying to do.
But it almost certainly won't be possible with a single document.

from medcat.

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.