GithubHelp home page GithubHelp logo

Comments (5)

srikris avatar srikris commented on June 17, 2024

@AdamMiltonBarker Could you clarify your question some more?

from turicreate.

AdamMiltonBarker avatar AdamMiltonBarker commented on June 17, 2024

Hi @srikris thanks the quick reply, so regarding the docs on new observation data:

recommend() accepts new observation data. Currently, the ItemSimilarityModel makes the best use of this information.

m_item_sim = turicreate.item_similarity_recommender.create(data)
new_obs_data = turicreate.SFrame({'user_id' : ['Charlie', 'Charlie'],
	                        	'item_id' : ['Item1', 'Item5']})
recommendations = m_item_sim.recommend(['Charlie'], new_observation_data = new_obs_data)

Does this actually update the net with the new observation data, or is it just used to reference against and is then gone when the recommendation finishes? If this is the case, is there a way to train the network with new data but not have to retrain the entire network again from scratch, so I am describing online learning, but some people call it other things.

from turicreate.

srikris avatar srikris commented on June 17, 2024

Sorry for the late response. No it does not update the data but it updates the predictions assuming this new data was seen so the effect is pretty close.

from turicreate.

mappls avatar mappls commented on June 17, 2024

To add to the question of @AdamMiltonBarker, since the new_observation_data doesn't update the model, what would be the recommended way to implement "online" updating of the model with new data?

Re-training the model from scratch, every once in a while, simply wouldn't work in real system, so we need a way to gradually update the learned weights & factors with new data samples.

from turicreate.

MAGLeb avatar MAGLeb commented on June 17, 2024

It does not EVEN update forecasts. It would be great to get an improvement after a few years.

from turicreate.

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.