Can transfer learning be applied to predict sales












0












$begingroup$


Let matrix A be a user item matrix.Upon performing UV decomposition , I get a user factor matrix and factor entity matrix. The company I am interning at doesn't keep track of the user factor matrix.I also have access to the sales of the entities very month.



The company has to put new categories ( such people who like coke, people who like kfc) on their website for companies like (kfc,coke etc) to purchase audience data for advertising to them.



I get new factor entities matrix every week. The factors may mean completely different every week or may be similar as the entities they track vary slightly every week.I am expecting there to be at least some similarity as at least 50% of the entities they track do not change.



Therefore I have a entity factor matrix (say 1500 * 100) which varies every week and the sales of the entities every month.



My plan was to aggregate the matrices I get every week for a month and merge the sales if the entities with it. i.e. I will have a 1500*(400+1) (+1 for sales).Can I use transfer learning to build model such that if given an input of 1500*400 matrix of the next month it should be able to predict the sales.










share|improve this question









$endgroup$

















    0












    $begingroup$


    Let matrix A be a user item matrix.Upon performing UV decomposition , I get a user factor matrix and factor entity matrix. The company I am interning at doesn't keep track of the user factor matrix.I also have access to the sales of the entities very month.



    The company has to put new categories ( such people who like coke, people who like kfc) on their website for companies like (kfc,coke etc) to purchase audience data for advertising to them.



    I get new factor entities matrix every week. The factors may mean completely different every week or may be similar as the entities they track vary slightly every week.I am expecting there to be at least some similarity as at least 50% of the entities they track do not change.



    Therefore I have a entity factor matrix (say 1500 * 100) which varies every week and the sales of the entities every month.



    My plan was to aggregate the matrices I get every week for a month and merge the sales if the entities with it. i.e. I will have a 1500*(400+1) (+1 for sales).Can I use transfer learning to build model such that if given an input of 1500*400 matrix of the next month it should be able to predict the sales.










    share|improve this question









    $endgroup$















      0












      0








      0


      1



      $begingroup$


      Let matrix A be a user item matrix.Upon performing UV decomposition , I get a user factor matrix and factor entity matrix. The company I am interning at doesn't keep track of the user factor matrix.I also have access to the sales of the entities very month.



      The company has to put new categories ( such people who like coke, people who like kfc) on their website for companies like (kfc,coke etc) to purchase audience data for advertising to them.



      I get new factor entities matrix every week. The factors may mean completely different every week or may be similar as the entities they track vary slightly every week.I am expecting there to be at least some similarity as at least 50% of the entities they track do not change.



      Therefore I have a entity factor matrix (say 1500 * 100) which varies every week and the sales of the entities every month.



      My plan was to aggregate the matrices I get every week for a month and merge the sales if the entities with it. i.e. I will have a 1500*(400+1) (+1 for sales).Can I use transfer learning to build model such that if given an input of 1500*400 matrix of the next month it should be able to predict the sales.










      share|improve this question









      $endgroup$




      Let matrix A be a user item matrix.Upon performing UV decomposition , I get a user factor matrix and factor entity matrix. The company I am interning at doesn't keep track of the user factor matrix.I also have access to the sales of the entities very month.



      The company has to put new categories ( such people who like coke, people who like kfc) on their website for companies like (kfc,coke etc) to purchase audience data for advertising to them.



      I get new factor entities matrix every week. The factors may mean completely different every week or may be similar as the entities they track vary slightly every week.I am expecting there to be at least some similarity as at least 50% of the entities they track do not change.



      Therefore I have a entity factor matrix (say 1500 * 100) which varies every week and the sales of the entities every month.



      My plan was to aggregate the matrices I get every week for a month and merge the sales if the entities with it. i.e. I will have a 1500*(400+1) (+1 for sales).Can I use transfer learning to build model such that if given an input of 1500*400 matrix of the next month it should be able to predict the sales.







      deep-learning predictive-modeling recommender-system transfer-learning






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      rajnikanthrajnikanth

      262




      262






















          0






          active

          oldest

          votes











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "557"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f46702%2fcan-transfer-learning-be-applied-to-predict-sales%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Data Science Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f46702%2fcan-transfer-learning-be-applied-to-predict-sales%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to label and detect the document text images

          Vallis Paradisi

          Tabula Rosettana