CN104216884B - Collaborative filtering system and method based on time attenuation - Google Patents

Collaborative filtering system and method based on time attenuation Download PDF

Info

Publication number
CN104216884B
CN104216884B CN201310206887.5A CN201310206887A CN104216884B CN 104216884 B CN104216884 B CN 104216884B CN 201310206887 A CN201310206887 A CN 201310206887A CN 104216884 B CN104216884 B CN 104216884B
Authority
CN
China
Prior art keywords
collaborative filtering
freq
new
attenuation factor
occurrence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201310206887.5A
Other languages
Chinese (zh)
Other versions
CN104216884A (en
Inventor
陈冬
陈运文
纪达麒
刘作涛
姚璐
辛颖伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Shangxiang Network Technology Co.,Ltd.
Original Assignee
Shanghai Lianshang Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Lianshang Network Technology Co Ltd filed Critical Shanghai Lianshang Network Technology Co Ltd
Priority to CN201310206887.5A priority Critical patent/CN104216884B/en
Publication of CN104216884A publication Critical patent/CN104216884A/en
Application granted granted Critical
Publication of CN104216884B publication Critical patent/CN104216884B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/335Filtering based on additional data, e.g. user or group profiles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a collaborative filtering method and a collaborative filtering system based on time attenuation, wherein the method comprises the following steps: decomposing the frequency and the co-occurrence in the traditional collaborative filtering algorithm formula to form a new collaborative filtering formula; introducing a time attenuation factor into the new collaborative filtering formula, and constructing a final collaborative filtering formula, so that data which are generated recently by user behaviors are mostly adopted in an application scene with faster user interest migration, and data with slower user interest behaviors change are mostly utilized by using historical behavior records of users; according to the invention, the corresponding time attenuation factor is selected to filter according to specific needs to complete recommendation, and the invention can flexibly select the range of user behavior data by adjusting the time attenuation factor, quickly adjust to adapt to specific application, accurately analyze the interest of the user and better realize recommendation.

Description

Collaborative filtering system and method based on time attenuation
Technical Field
The present invention relates to a collaborative filtering system and method, and more particularly, to a collaborative filtering system and method based on time attenuation.
Background
The electronic commerce website or the content website has a large amount of goods or contents, a user does not know all the contents of the website, the user searches for needed things by browsing and searching through a directory page, and the application of the current recommendation system is more and more extensive and gradually becomes a good way for finding the user by the contents.
Collaborative filtering is a common algorithm for recommendation systems. The collaborative filtering is that according to the historical behavior record of the user, a certain commodity is usually browsed, the certain commodity is collected and purchased, the relation between the commodity and the commodity can be found according to the historical behavior record, when a new user browses the commodity next time, the commodity required by the new user is recommended to the new user, and the commodity required by the new user is often recommended to the new user, so that the user is actively helped.
The traditional collaborative filtering algorithm calculates the degree of association between two commodities by using the following formula:
Relate(A,B)=CoOccur(A,B)/(Freq(A)*Freq(B))。
namely: the incidence relation of A and B is in direct proportion to the simultaneous occurrence times of A and B and in inverse proportion to the independent occurrence times of A and B.
The recommendation system firstly needs to consider the interest of the user, and what the user is interested in can be expressed by the browsing behavior of the user on the commodity, and the content of the website is recommended to the user according to the interest of the user, so that the probability of successful recommendation is often improved.
However, the logs of user behavior on which recommendations are based typically occupy a large amount of storage space. The larger the amount of logging, the longer the time of calculation. Through analyzing massive logs, the interest of the user is found, and the content of interest of the user is recommended to the user. While the user behavior logs are continuously increasing, the interests of the users change with time. How to utilize massive logs can quickly and accurately analyze the interest of the user. This becomes a problem that has to be solved in the actual system development.
In addition, the collaborative filtering algorithm can be applied to a plurality of scenes, and can be a relatively universal algorithm for shopping websites and content websites. However, in a specific website, according to different applications, different contents, different users, and algorithms often need to be adjusted according to specific situations. In some applications, the user demand changes rapidly, and how the collaborative filtering algorithm can be adjusted rapidly to adapt to specific applications is also a problem to be solved.
Disclosure of Invention
In order to overcome the above-mentioned deficiencies of the prior art, the present invention provides a collaborative filtering system and method based on time decay, which can adjust the time decay factor according to specific situations, flexibly select the range of user behavior data, quickly adjust to adapt to specific applications, and accurately analyze the interests of users.
To achieve the above and other objects, the present invention provides a collaborative filtering method based on time decay, comprising the steps of:
the method comprises the following steps that firstly, frequency and co-occurrence in a traditional collaborative filtering algorithm formula are decomposed to form a new collaborative filtering formula;
introducing a time attenuation factor into the new collaborative filtering formula to construct a final collaborative filtering formula, so that data which are generated recently by user behaviors are mostly adopted in an application scene with faster user interest migration, and data with slower user interest behavior change are mostly utilized by using historical behavior records of users;
and step three, selecting a corresponding time attenuation factor according to specific needs to filter, and completing recommendation.
Further, in the first step, the frequency is decomposed into an increment frequency and a stock frequency, and the co-occurrence is decomposed into an increment co-occurrence and a stock co-occurrence.
Further, the value of the time attenuation factor is between 0 and 1.
Further, when the value of the time attenuation factor is 0, the newly obtained user behavior data is completely utilized as the basis for recommendation. And when the time attenuation factor value is 1, all data from the date of log storage is used as a recommendation basis.
Further, in step three, a time attenuation factor is selected according to the frequency and the magnitude of the co-occurrence.
Further, the final collaborative filtering formula is not attenuated after being attenuated to a threshold value, so that historical information is not lost.
To achieve the above and other objects, the present invention further provides a collaborative filtering system based on time decay, comprising at least:
the decomposition module is used for decomposing the frequency and the co-occurrence in the traditional collaborative filtering algorithm formula to form a new collaborative filtering formula;
the time attenuation factor introducing module introduces a time attenuation factor into the new collaborative filtering formula to construct a final collaborative filtering formula, so that the application scene with faster user interest migration mostly adopts data which are generated recently by user behaviors, and the data with slower user interest behavior change mostly utilizes historical behavior records of the user;
and the time attenuation factor selection module selects corresponding time attenuation factors for collaborative filtering according to specific requirements to complete recommendation.
Further, the decomposition module decomposes the frequency into an incremental frequency and a stock frequency, and the co-occurrence is decomposed into an incremental co-occurrence and a stock co-occurrence.
Further, the value of the time attenuation factor is between 0 and 1.
Further, the time attenuation factor selection module selects the time attenuation factor according to the frequency and the co-occurrence size.
Compared with the prior art, the collaborative filtering system and the collaborative filtering method based on the time attenuation are characterized in that a new collaborative filtering formula is formed by decomposing the frequency and the co-occurrence in the traditional collaborative filtering algorithm formula, and the time attenuation factor is introduced into the new collaborative filtering formula so as to select the time attenuation factor according to the requirement, so that the time attenuation factor can be adjusted according to specific conditions, the range of user behavior data is flexibly selected, the range of the user behavior data is rapidly adjusted to adapt to specific application, the interest of a user is more accurately analyzed, and better recommendation is realized.
Drawings
FIG. 1 is a flow chart illustrating the steps of a collaborative filtering method based on time decay according to the present invention;
FIG. 2 is a graph of the decay period for a set decay factor of 0.9;
fig. 3 is a system architecture diagram of a collaborative filtering system based on time decay in accordance with the present invention.
Detailed Description
Other advantages and capabilities of the present invention will be readily apparent to those skilled in the art from the present disclosure by describing the embodiments of the present invention with specific embodiments thereof in conjunction with the accompanying drawings. The invention is capable of other and different embodiments and its several details are capable of modification in various other respects, all without departing from the spirit and scope of the present invention.
FIG. 1 is a flow chart illustrating the steps of a collaborative filtering method based on time decay according to the present invention. As shown in fig. 1, the collaborative filtering method based on time decay of the present invention includes the following steps:
step 101, decomposing the frequencies freq (A), freq (B) and co-occurrence CoOccur (A, B) in the traditional collaborative filtering algorithm formula to form a new collaborative filtering formula. The frequency is decomposed into increment frequency and stock frequency, and the co-occurrence is decomposed into increment co-occurrence and stock co-occurrence.
Namely: CoOccur (a, B) ═ His _ CoOccur (a, B) + New _ CoOccur (a, B)
Freq(A)=His_Freq(A)+New_Freq(A)
Freq(B)=His_Freq(B)+New_Freq(B)。
Thus, the conventional collaborative filtering algorithm becomes:
Relate(A,B)=(His_CoOccur(A,B)+New_CoOccur(A,B))/((His_Freq(A)+New_Freq(A))*(His_Freq(B)+New_Freq(B)))。
and 102, introducing a time attenuation factor into the new collaborative filtering formula, and constructing a final collaborative filtering formula, so that the application scene with faster user interest migration has multiple functions of data which are generated recently by user behaviors, and the application scene with slower user interest behavior change has multiple functions of data which are recorded by the historical behaviors of the user.
Here, the time factor is expressed by Alfa.
The final collaborative filtering formula can be expressed by the following formula.
Relate(A,B)=(Alfa*His_CoOccur(A,B)+New_CoOccur(A,B))/((Alfa*His_Freq(A)+New_Freq(A))*(Alfa*His_Freq(B)+New_Freq(B)))。
Wherein the Alfa value is 0-1.
In an extreme case, when the value of Alfa is 0, the newly obtained user behavior data is completely utilized as the basis for recommendation. When Alfa is 1, all data from the date of log storage is used as the basis for recommendation.
And 103, selecting corresponding time attenuation factors for collaborative filtering according to specific requirements, and completing recommendation. Generally, the time attenuation factor is selected according to the frequency and the size of the co-occurrence, and in order to avoid losing the historical information, the attenuation preferably has a loss stopping value, that is, the final collaborative filtering formula is not attenuated after being attenuated to a certain threshold value, so that the loss of the historical information can be avoided. Fig. 2 is a graph of the decay period when the decay factor is set to 0.9, and it can be seen that the time decay factor can flexibly and effectively adjust the weight of the user interest distribution over time.
Fig. 3 is a system architecture diagram of a collaborative filtering system based on time decay in accordance with the present invention. As shown in fig. 3, the collaborative filtering system based on time decay of the present invention at least comprises: a decomposition module 301, a time decay factor introducing module 302 and a time decay factor selecting module 303.
The decomposition module 301 is configured to decompose the frequencies freq (a), freq (B), and CoOccur (a, B) in the conventional collaborative filtering algorithm formula to form a new collaborative filtering formula. The frequency is decomposed into increment frequency and stock frequency, and the co-occurrence is decomposed into increment co-occurrence and stock co-occurrence.
Namely: CoOccur (a, B) ═ His _ CoOccur (a, B) + New _ CoOccur (a, B)
Freq(A)=His_Freq(A)+New_Freq(A)
Freq(B)=His_Freq(B)+New_Freq(B)。
Thus, the new collaborative filtering formula becomes:
Relate(A,B)=(His_CoOccur(A,B)+New_CoOccur(A,B))/((His_Freq(A)+New_Freq(A))*(His_Freq(B)+New_Freq(B)))。
the time decay factor introducing module 302 introduces a time decay factor into the new collaborative filtering formula to construct a final collaborative filtering formula, so that the application scene with faster user interest migration uses the data which is generated recently by the user behavior, and the data with slower user interest behavior change uses the historical behavior record of the user.
Here, the time factor is expressed by Alfa.
The final collaborative filtering formula can be expressed by the following formula.
Relate(A,B)=(Alfa*His_CoOccur(A,B)+New_CoOccur(A,B))/((Alfa*His_Freq(A)+New_Freq(A))*(Alfa*His_Freq(B)+New_Freq(B)))。
Wherein the Alfa value is 0-1.
In an extreme case, when the value of Alfa is 0, the newly obtained user behavior data is completely utilized as the basis for recommendation. When Alfa is 1, all data from the date of log storage is used as the basis for recommendation.
The time attenuation factor selection module 303 selects a corresponding time attenuation factor according to specific requirements. Generally, it is desirable to select the time attenuation factor according to the frequency and the size of the co-occurrence, and to avoid losing historical information, the attenuation preferably has a stop loss value, i.e. the attenuation is not reduced after a certain amount, so that the loss of historical information can be avoided
In summary, the collaborative filtering system and method based on time attenuation of the present invention decompose the frequency and co-occurrence in the traditional collaborative filtering algorithm formula to form a new collaborative filtering formula, and introduce a time attenuation factor into the new collaborative filtering formula, so as to select the time attenuation factor according to the requirement, so that the present invention can adjust the time attenuation factor according to the specific situation, flexibly select the range of the user behavior data, rapidly adjust the range of the user behavior data to adapt to the specific application, more accurately analyze the user interest, and realize better recommendation.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Modifications and variations can be made to the above-described embodiments by those skilled in the art without departing from the spirit and scope of the present invention. Therefore, the scope of the invention should be determined from the following claims.

Claims (5)

1. A collaborative filtering method based on time decay comprises the following steps:
the first step, frequency freq (A), freq (B) and co-occurrence CoOccur (A, B) in the traditional collaborative filtering algorithm formula are decomposed to form a collaborative filtering formula, wherein the frequency is decomposed into increment frequency and stock frequency, the co-occurrence is decomposed into increment co-occurrence and stock co-occurrence, and the collaborative filtering formula is as follows:
Relate(A,B)=(His_CoOccur(A,B)+New_CoOccur(A,B))/((His_Freq(A)+New_Freq(A))*(His_Freq(B)+New_Freq(B)));
step two, introducing a time attenuation factor Alfa into the collaborative filtering formula to construct a final collaborative filtering formula, so that the application scene with faster user interest migration mostly adopts data which are generated recently by user behaviors, and the data with slower user interest behavior change mostly utilizes historical behavior records of the user, and the final collaborative filtering formula is as follows:
Relate(A,B)=(Alfa*His_CoOccur(A,B)+New_CoOccur(A,B))/((Alfa*His_Freq(A)+New_Freq(A))*(Alfa*His_Freq(B)+New_Freq(B)));
and step three, selecting a corresponding time attenuation factor according to specific needs to filter to finish recommendation, wherein the value of the time attenuation factor Alfa is more than 0 and less than 1.
2. The collaborative filtering method based on time decay according to claim 1, wherein: in step three, the time attenuation factor is selected according to the frequency and the size of the co-occurrence.
3. The collaborative filtering method based on time decay according to claim 1, wherein: the final collaborative filtering formula is not attenuated after being attenuated to a threshold value so as to avoid losing historical information.
4. A collaborative filtering system based on temporal decay, comprising at least:
the decomposition module is used for decomposing the frequencies freq (A), freq (B) and the co-occurrence CoOccur (A, B) in the traditional collaborative filtering algorithm formula to form a collaborative filtering formula, wherein the frequency is decomposed into increment frequency and stock frequency, the co-occurrence is decomposed into increment co-occurrence and stock co-occurrence, and the collaborative filtering formula is as follows:
Relate(A,B)=(His_CoOccur(A,B)+New_CoOccur(A,B))/((His_Freq(A)+New_Freq(A))*(His_Freq(B)+New_Freq(B)));
the time attenuation factor introducing module introduces a time attenuation factor Alfa into the collaborative filtering formula to construct a final collaborative filtering formula, so that the application scene with faster user interest migration mostly adopts data which are generated recently by user behaviors, and the data with slower user interest behavior change mostly utilizes historical behavior records of users, and the final collaborative filtering formula is as follows:
Relate(A,B)=(Alfa*His_CoOccur(A,B)+New_CoOccur(A,B))/((Alfa*His_Freq(A)+New_Freq(A))*(Alfa*His_Freq(B)+New_Freq(B)));
and the time attenuation factor selection module selects a corresponding time attenuation factor to perform collaborative filtering according to specific requirements to complete recommendation, wherein the value of the time attenuation factor Alfa is more than 0 and less than 1.
5. The collaborative filtering system based on time decay according to claim 4, wherein: the time attenuation factor selection module selects a time attenuation factor according to the frequency and the magnitude of the co-occurrence.
CN201310206887.5A 2013-05-29 2013-05-29 Collaborative filtering system and method based on time attenuation Active CN104216884B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310206887.5A CN104216884B (en) 2013-05-29 2013-05-29 Collaborative filtering system and method based on time attenuation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310206887.5A CN104216884B (en) 2013-05-29 2013-05-29 Collaborative filtering system and method based on time attenuation

Publications (2)

Publication Number Publication Date
CN104216884A CN104216884A (en) 2014-12-17
CN104216884B true CN104216884B (en) 2020-07-07

Family

ID=52098390

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310206887.5A Active CN104216884B (en) 2013-05-29 2013-05-29 Collaborative filtering system and method based on time attenuation

Country Status (1)

Country Link
CN (1) CN104216884B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104933134A (en) * 2015-06-12 2015-09-23 海信集团有限公司 User feature analysis method and user feature analysis device
CN106997360A (en) * 2016-01-25 2017-08-01 阿里巴巴集团控股有限公司 The treating method and apparatus of user behavior data
CN105574216A (en) * 2016-03-07 2016-05-11 达而观信息科技(上海)有限公司 Personalized recommendation method and system based on probability model and user behavior analysis
CN105930507B (en) * 2016-05-10 2019-11-29 腾讯科技(深圳)有限公司 A kind of method and device for the web browsing interest obtaining user
CN106709755A (en) * 2016-11-28 2017-05-24 加和(北京)信息科技有限公司 Method of predicting user frequency and apparatus thereof
CN107343209A (en) * 2017-06-29 2017-11-10 达而观信息科技(上海)有限公司 A kind of UGC associated video generation methods based on increment collaborative filtering
CN108288179B (en) * 2018-01-25 2021-02-02 贝壳找房(北京)科技有限公司 User preference house source calculation method and system
CN109214882B (en) * 2018-07-09 2021-06-25 西北大学 Commodity recommendation method
CN111339434B (en) * 2018-12-03 2023-04-28 阿里巴巴集团控股有限公司 Information recommendation method and device, electronic equipment and computer storage medium
CN112052378B (en) * 2019-10-15 2021-09-21 河南紫联物联网技术有限公司 Intelligent terminal, and recommendation method and system for intelligent home application
CN113763110A (en) * 2021-02-08 2021-12-07 北京沃东天骏信息技术有限公司 Article recommendation method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339563A (en) * 2008-08-15 2009-01-07 北京航空航天大学 Interest model update method facing to odd discovery recommendation
CN101719145A (en) * 2009-11-17 2010-06-02 北京大学 Individuation searching method based on book domain ontology

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339563A (en) * 2008-08-15 2009-01-07 北京航空航天大学 Interest model update method facing to odd discovery recommendation
CN101719145A (en) * 2009-11-17 2010-06-02 北京大学 Individuation searching method based on book domain ontology

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Time Weight Collaborative Filtering;Yi Ding 等;《Proceedings of the 14th ACM international conference on Information and knowledge management. ACM》;20051105(第2005期);正文第3.2节,附图2 *
基于滚动时间窗的动态协同过滤推荐模型及算法;沈键等;《计算机科学》;20130228;第40卷(第2期);全文 *

Also Published As

Publication number Publication date
CN104216884A (en) 2014-12-17

Similar Documents

Publication Publication Date Title
CN104216884B (en) Collaborative filtering system and method based on time attenuation
US10572565B2 (en) User behavior models based on source domain
Park et al. Reversed CF: A fast collaborative filtering algorithm using a k-nearest neighbor graph
US10445421B2 (en) Optimizing rendering of data tables
CN110069713B (en) Personalized recommendation method based on user context perception
Boufoussi et al. On the local time of multifractional Brownian motion
Palmas et al. Space bundling for continuous parallel coordinates
US9384285B1 (en) Methods for identifying related documents
US20110276681A1 (en) System and method for monitoring web content
Pu A world of opportunities: CPS, IOT, and beyond
Gou et al. Personalized search by a multi-type and multi-level user profile in folksonomy
CN111506816B (en) Recommendation method, recommendation device, recommendation equipment and storage medium
Chyzhykov et al. Growth description of p th means of the Green potential in the unit ball
CN108804387A (en) Target user determines method and device
US20150106354A1 (en) Automated composition of topical media
Carrión et al. A prediction method for nonlinear time series analysis of air temperature data by combining the false nearest neighbors and subspace identification methods
Nedelcu et al. Researches on CAPP activity modeling for manufacturing processes
Vouzoukidou et al. Meowsreader: Real-time ranking and filtering of news with generalized continuous top-k queries
Rao et al. Keyframe extraction method using contourlet transform
Gorawski et al. Indexing of spatio-temporal telemetric data based on distributed mobile bucket index
Zhang et al. Joint Cross-Layer Routing, Non-cooperative Dynamic Power Control, and Predictable Contact Schedule for Opportunistic Internet of Vehicles
Sun et al. Adaptive Algorithm for Adjusting Weights in Multi-attributes Group Decision-Making
Chirici et al. Big Data Analysis in Click Prediction
CA2799134C (en) System and method for monitoring web content
Luo et al. A novel SVM-based Image Quality Assessment System

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20180607

Address after: 201203 7, 1 Lane 666 lane, Zhang Heng Road, Pudong New Area, Shanghai.

Applicant after: SHANGHAI ZHANGMEN TECHNOLOGY CO., LTD.

Address before: 300467 Tianjin Binhai New Area Tianjin eco city animation road 126 anime building B1 area two layer 201-243

Applicant before: Cool Sheng (Tianjin) Technology Co., Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180803

Address after: 300450 Tianjin Binhai New Area Tianjin eco city animation road 126 anime building B1 area two layer 201-243

Applicant after: Cool Sheng (Tianjin) Technology Co., Ltd.

Address before: 201203 7, 1 Lane 666 lane, Zhang Heng Road, Pudong New Area, Shanghai.

Applicant before: SHANGHAI ZHANGMEN TECHNOLOGY CO., LTD.

TA01 Transfer of patent application right

Effective date of registration: 20181221

Address after: 201306 N2025 room 24, 2 New Town Road, mud town, Pudong New Area, Shanghai

Applicant after: Shanghai Lian Shang network technology Co., Ltd

Address before: 300450 Tianjin Binhai New Area Tianjin eco city animation road 126 anime building B1 area two layer 201-243

Applicant before: Cool Sheng (Tianjin) Technology Co., Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20211224

Address after: 200131 Zone E, 9th floor, No.1 Lane 666, zhangheng Road, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Patentee after: Shanghai Shangxiang Network Technology Co.,Ltd.

Address before: 201306 N2025 room 24, 2 New Town Road, mud town, Pudong New Area, Shanghai

Patentee before: SHANGHAI LIANSHANG NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right