Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8680717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:19:12+00:00 2026-06-12T21:19:12+00:00

We plan to use Mahout for a movie recommendation system. And we also plan

  • 0

We plan to use Mahout for a movie recommendation system. And we also plan to
use SVD for model building.

When a new user comes we will require him/her to rate a certain number of movies (say 10).

The problem is that, in order to make a recommendation to this new user we have to rebuild the entire model again.

Is there a better way to this?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T21:19:14+00:00Added an answer on June 12, 2026 at 9:19 pm

    Yes… though not in Mahout. The implementations there are by nature built around periodic reloading and rebuilding of a data model. In some implementations this still lets you use new data on the fly, like neighborhood-based implementations. I don’t think the SVD-based in-memory one does this (I didn’t write it.)

    In theory, you can start making recommendations from the very first click or rating, by projecting the target item/movie back into the user-feature space via fold-in. To greatly simplify — if your rank-k approximate factorization of input A is Ak = Uk * Sk * Vk’, then for a new user u, you want a new row Uk_u for your update. You have A_u.

    Uk = Ak * (Vk’)^-1 * (Sk)^-1. The good news is that those two inverses on the right are trivial. (Vk’)^-1 = Vk because it has orthonormal columns. (Sk)^-1 is just a matter of taking the reciprocal of Sk’s diagonal elements.

    So Uk_u = Ak_u * (Vk’)^-1 * (Sk)^-1. You don’t have Ak_u, but, you have A_u which is approximately the same, so you use that.

    If you like Mahout, and like matrix factorization, I suggest you consider the ALS algorithm. It’s a simpler process, so is faster (but makes the fold-in a little harder — see the end of a recent explanation I gave). It works nicely for recommendations.

    This also exists in Mahout, though the fold-in isn’t implemented. Myrrix, which is where I am continuing work from Mahout, implements all of this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I will plan to use Redis (ServiceStack) as whole database for web application. I
I am new to Python's logging package and plan to use it for my
Fairly new to database schema (plan to use SQLite). Having said that, I'm thinking
HI! I am new to C# and plan to use it for my application
I am new to dapper and plan to use it on my new project.
I am building an ASP.NET 3.5 (C#) application and I plan to use the
We plan to use AsyncController, since most of our requests will be long-running, I/O
We're building an iPad app and don't plan to use any APIs that are
I'm starting a new development and I plan to use Code First in Entity
I plan to use PyInstaller to create a stand-alone python executable. PythonInstaller comes with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.