CN102542046A - Book recommendation method based on book contents - Google Patents

Book recommendation method based on book contents Download PDF

Info

Publication number
CN102542046A
CN102542046A CN2011104479280A CN201110447928A CN102542046A CN 102542046 A CN102542046 A CN 102542046A CN 2011104479280 A CN2011104479280 A CN 2011104479280A CN 201110447928 A CN201110447928 A CN 201110447928A CN 102542046 A CN102542046 A CN 102542046A
Authority
CN
China
Prior art keywords
books
sim
book
represent
recommendation
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.)
Pending
Application number
CN2011104479280A
Other languages
Chinese (zh)
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.)
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Niuhai Information Technology (Shanghai) 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 Niuhai Information Technology (Shanghai) Co Ltd filed Critical Niuhai Information Technology (Shanghai) Co Ltd
Priority to CN2011104479280A priority Critical patent/CN102542046A/en
Publication of CN102542046A publication Critical patent/CN102542046A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a book recommendation method which mainly comprises the following steps of: obtaining the content information of books, mainly including book names, authors, content summaries and directories; calculating the similarity among the books based on the attribute information; and recommending a book according to similarity ranking in combination with inventory, sales and promotion data. According to the book recommendation method, the correlation of the books is calculated only by utilizing the similarity of contents among the books, and finally, the most relevant book is recommended.

Description

A kind of book recommendation method based on book content
Technical field
The present invention relates to field of computer technology, refer more particularly to content-based book recommendation method.
Background technology
In recent years, along with the computer and network development of technology, ecommerce has obtained fast development, and especially online book retail development very rapidly.The online book retail not only can bring considerable income to e-commerce venture, the more important thing is to attract popularity, and bring customer traffic, it has become one of core business of large-scale e-commerce venture.
Because internet book store can present the more contents than entity bookstore on the website, find suitable books fast in order to help the client, also buy more books simultaneously in order to attract clients, need to adopt the book recommendation system to generate book recommendation for the client automatically.
At present, most commending system all is to classify to merchandise classification, ranks through collaborative recommendation or similar merchandise sales then and recommends.Its shortcoming has two: the first, and these commending systems are all classified to general merchandise, does not do optimization to book content, can only the way that books are indiscriminately imitated general merchandise be put into different categories and do recommendation, causes recommendation effect not good; The second, its collaborative recommend method that adopts is for forming marketing scale, and the website that possesses the mass selling data is more suitable, but for the books website of just having reached the standard grade, owing to lack transaction data, is difficult to form effective recommendation.In addition, a lot of commending systems does not all reflect stock position at present, and is finally in short supply to the commodity that the user recommends, and obviously can reduce user experience greatly.
Summary of the invention
In view of this, a kind ofly can reflect book content, the book recommendation method that can combine inventory information, sales promotion information is very useful.
In order to address the above problem, the invention provides a kind ofly based on information such as title, author, synopsis, catalogues, and combine the book recommendation method of inventory data and sales promotion information, its technical scheme comprises:
When books of new adding, at first obtain its content information, and these contents are saved as proper vector.Such as, title is saved as proper vector d t, the author is saved as proper vector d a, synopsis is saved as proper vector d s, catalogue is saved as proper vector d cThese proper vectors will further be handled and extract keyword and weight, and be used for the characteristic parameter of correlation calculations between the books.
Secondly, carry out the extraction of characteristic speech and the weight calculation of characteristic speech respectively to above-mentioned 4 feature vectors, result of calculation is expressed as:
d=(w 1,w 2,...,w n)
Wherein, w iThe number of times of representing characteristic speech i to occur also is the weight of characteristic speech i;
Then, utilize the cosine similarity function that merges based on weight to calculate the correlativity between books, computing formula is following:
C(B x,B y)=a×sim(d t,x,d t,y)+b×sim(d a,x,d a,y)
+c×sim(d s,x,d s,y)+d×sim(d c,x,d c,y)
Wherein, C is the degree of correlation between the books, B xB yRepresent books x and y, sim (d x, d y) be the cosine similarity function, a, b, c, d are the weights of different characteristic vector; Merge four feature vectors d of books t, d a, d s, d cObtain related coefficient C content-based between books.
Next, according to and different books between the size of related coefficient C, choose maximum these books of N of related coefficient, obtain the recommendation list L0 of these books.
At last, rearrangement obtains final recommendation list L to L0 in conjunction with inventory data and sales promotion information.
The present invention can also strengthen recommendation effect through following method:
The above-mentioned cosine similarity function that merges based on weight is used to calculate correlativity between the books, and its weight value is set at a=b=c=d=25%.
Above-mentioned cosine similarity function sim (d x, d y) be used for computational item d xAnd d yDegree of correlation, its computing formula is:
sim ( d x , d y ) = Σ n w i , x · w i , y Σ n w i , x 2 · Σ n w i , y 2
Above-mentioned content-based book recommendation method; After obtaining recommendation list L0; At first in L0, remove the stock and be 0 books and obtain in stock book recommendation tabulation L1; Secondly according to sales of books amount size L1 is reordered and obtains L2, come the books of sales promotion among the L2 the most according to the order of sequence at last before, obtain final recommendation list L.
Above-mentioned based on book content; And can combine the book recommendation method of inventory information, sales promotion information can deeply excavate the correlativity between the book content; And combine inventory data, sales promotion information to do book recommendation simultaneously based on book content; Compare traditional recommend method, the present invention can access book recommendation more accurately.Particularly under the situation of just reaching the standard grade, lack sales data, the present invention can set up the association between the books fast, provides book recommendation.
Description of drawings
Fig. 1 shows content-based book recommendation flow process;
Fig. 2 shows the flow process that books upgrade recommendation list L0;
Fig. 3 provides the flow process of book recommendation when showing user's browse graph page face.
Embodiment
Below in conjunction with accompanying drawing and embodiment the present invention is done and to describe in further detail:
Fig. 1 shows content-based book recommendation method step, mainly comprises:
Step S100 obtains title, author, summary, directory information, and above-mentioned information is saved as proper vector d.
Step S101, the characteristic speech extracts, characteristic speech weight calculation.Further processing feature vector d, and extract the weight of its characteristic speech and calculated characteristics speech.
Step S102, to doing correlation calculations one to one between the books, the correlation calculations formula is:
C(B x,B y)=a×sim(d t,x,d t,y)+b×sim(d a,x,d a,y)
+c×sim(d s,x,d s,y)+d×sim(d c,x,d c,y)
Calculating formula of similarity is:
sim ( d x , d y ) = Σ n w i , x · w i , y Σ n w i , x 2 · Σ n w i , y 2
Finally obtain the correlativity ranked list of books, choose forward these books of N of correlativity rank, obtain recommendation list L0.
Step S103; Obtaining on the basis of L0, at first in L0, removing the stock and be 0 books and obtain in stock book recommendation tabulation L1, secondly L1 is being reordered and obtain L2 according to sales of books amount size; Before coming the books of sales promotion among the L2 the most according to the order of sequence at last, obtain final recommendation list L.
Step S104, L recommends the user with recommendation list.
The present invention can also be split as two parts with the book recommendation process and implement: first upgrades book recommendation tabulation L0, and with its storage; Second portion is when the user browses books, reads recommendation list L0, combines stock, sale, promotion data to provide book recommendation simultaneously.Do and describe in further detail below in conjunction with accompanying drawing 2,3 couples of the present invention of accompanying drawing:
Fig. 2 shows the flow process that books upgrade recommendation list L0, mainly comprises:
Step S200 judges whether it is the books of putting on the shelf for the first time.
Step S201 is so the books to putting on the shelf for the first time need obtain it and obtain title, author, summary, directory information, and above-mentioned information is saved as proper vector d.
Step S202, the characteristic speech extracts, characteristic speech weight calculation.Further processing feature vector d, and extract the weight of its characteristic speech and calculated characteristics speech.
Step S203 preserves the proper vector d of current books.
Step S204 is so the books to having put on the shelf read the proper vector d that it has been stored.
Step S205 to doing correlation calculations one to one between the books, finally obtains the correlativity ranked list of books, chooses forward these books of N of correlativity rank, obtains recommendation list L0.
Step S206 stores the recommendation list L0 of current books.
Fig. 3 provides the flow process of book recommendation when showing user's browse graph page face, mainly comprise:
Step S300 reads the recommendation list L0 of current books.
Step S301 removes the stock and is 0 books and obtains in stock book recommendation tabulation L1 in L0.
Step S302, according to sales of books amount size L1 being reordered obtains L2.
Step S303, come the books of sales promotion among the L2 the most according to the order of sequence before, obtain final recommendation list L.

Claims (4)

1. a content-based book recommendation method is characterized in that, comprises the steps:
1) obtains title, author, synopsis, the catalogue of books, foregoing is saved as proper vector d, wherein d respectively tRepresent title, d aRepresent the author, d sThe represent content summary, d cRepresent catalogue;
2) carry out the characteristic speech to proper vector d and extract and weight calculation, result of calculation is expressed as:
d=(w 1,w 2,…,w n)
Wherein, w iThe number of times of representing characteristic speech i to occur also is the weight of characteristic speech i;
3) utilize the cosine similarity function that merges based on weight to calculate the correlativity between books, computing formula is following:
C(B x,B y)=a×sim(d t,x,d t,y)+b×sim(d a,x,d a,y)
+c×sim(d s,x,d s,y)+d×sim(d c,x,d c,y)
Wherein, C is the degree of correlation between the books, B xB yRepresent books x and y, sim (d x, d y) be the cosine similarity function, a, b, c, d are the weights of different characteristic vector;
4) according to the relatedness computation result between the books, choose these books of N in proper order from high to low by the degree of correlation, obtain Recommended Books tabulation L0;
5) according to the inventory data of books and sales data, sales promotion information L0 is resequenced, obtain final Recommended Books tabulation L.
2. method according to claim 1 is characterized in that, the value of proper vector weight a, b, c, d is: a=b=c=d=25%.
3. method according to claim 1 and 2 is characterized in that, cosine similarity function sim (d x, d y) computing formula be:
sim ( d x , d y ) = Σ n w i , x · w i , y Σ n w i , x 2 · Σ n w i , y 2
Wherein, d x, d yBe respectively the characteristic component d of books x and y, w I, xBe the number of times that characteristic speech i occurs in x, w I, yIt is the number of times that characteristic speech i occurs in y.
4. method according to claim 1 is characterized in that, books stock, sale, sales promotion information are following to the method that L0 reorders:
At first in L0, remove the stock and be 0 books and obtain in stock book recommendation tabulation L1, secondly L1 is reordered and obtain L2 according to sales of books amount size, come the books of sales promotion among the L2 the most according to the order of sequence at last before, obtain final recommendation list L.
CN2011104479280A 2011-12-27 2011-12-27 Book recommendation method based on book contents Pending CN102542046A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011104479280A CN102542046A (en) 2011-12-27 2011-12-27 Book recommendation method based on book contents

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011104479280A CN102542046A (en) 2011-12-27 2011-12-27 Book recommendation method based on book contents

Publications (1)

Publication Number Publication Date
CN102542046A true CN102542046A (en) 2012-07-04

Family

ID=46348925

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011104479280A Pending CN102542046A (en) 2011-12-27 2011-12-27 Book recommendation method based on book contents

Country Status (1)

Country Link
CN (1) CN102542046A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104111939A (en) * 2013-04-18 2014-10-22 中国移动通信集团浙江有限公司 Book recommending method and device
CN104536989A (en) * 2014-12-10 2015-04-22 百度在线网络技术(北京)有限公司 Electronic publication recommendation method and device
CN105335491A (en) * 2015-10-20 2016-02-17 杭州东信北邮信息技术有限公司 Method and system for recommending books to users on basis of clicking behavior of users
CN105956904A (en) * 2016-04-26 2016-09-21 武汉理工数字传播工程有限公司 Digital reading appending package method, digital reading appending package system, and editing terminal
CN106294502A (en) * 2015-06-09 2017-01-04 北京搜狗科技发展有限公司 A kind of e-book information processing method and processing device
CN103714118B (en) * 2013-11-22 2017-02-08 浙江大学 Book cross-reading method
CN108256499A (en) * 2018-02-05 2018-07-06 湖南科乐坊教育科技股份有限公司 A kind of book assessment information determines method, apparatus and system
CN108564453A (en) * 2018-04-27 2018-09-21 天津科技大学 A kind of online sale of books platform
CN109862100A (en) * 2019-02-12 2019-06-07 北京字节跳动网络技术有限公司 Method and apparatus for pushed information
CN109885766A (en) * 2019-02-11 2019-06-14 武汉理工大学 A kind of books recommended method and system based on book review
CN109978580A (en) * 2017-12-28 2019-07-05 北京京东尚科信息技术有限公司 Object recommendation method, apparatus and computer readable storage medium
CN110209922A (en) * 2018-06-12 2019-09-06 中国科学院自动化研究所 Object recommendation method, apparatus, storage medium and computer equipment
CN110298718A (en) * 2018-03-23 2019-10-01 北京三快在线科技有限公司 Products Show method, apparatus, equipment and storage medium
CN111737567A (en) * 2020-05-29 2020-10-02 北京宜搜天下科技有限公司 Method for recommending new network literature

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102124465A (en) * 2008-09-05 2011-07-13 索尼公司 Content recommendation system, content recommendation method, content recommendation device, program, and information storage medium
CN102124466A (en) * 2008-09-05 2011-07-13 索尼公司 Content recommendation system, content recommendation method, content recommendation device, program, and information storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102124465A (en) * 2008-09-05 2011-07-13 索尼公司 Content recommendation system, content recommendation method, content recommendation device, program, and information storage medium
CN102124466A (en) * 2008-09-05 2011-07-13 索尼公司 Content recommendation system, content recommendation method, content recommendation device, program, and information storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
SOUVIK DEBNATH 等: "Feature Weighting in Content Based Recommendation System Using Social Network Analysis", 《WWW "08 PROCEEDINGS OF THE 17TH INTERNATIONAL CONFERENCE ON WORLD WIDE WEB》 *
商雪晶: "基于内容的相关书籍推荐技术研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
崔春生 等: "基于Vague 集的内容推荐算法研究", 《计算机应用研究》 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104111939B (en) * 2013-04-18 2018-08-17 中国移动通信集团浙江有限公司 A kind of book recommendation method and device
CN104111939A (en) * 2013-04-18 2014-10-22 中国移动通信集团浙江有限公司 Book recommending method and device
CN103714118B (en) * 2013-11-22 2017-02-08 浙江大学 Book cross-reading method
CN104536989A (en) * 2014-12-10 2015-04-22 百度在线网络技术(北京)有限公司 Electronic publication recommendation method and device
CN106294502A (en) * 2015-06-09 2017-01-04 北京搜狗科技发展有限公司 A kind of e-book information processing method and processing device
CN106294502B (en) * 2015-06-09 2020-06-23 北京搜狗科技发展有限公司 Electronic book information processing method and device
CN105335491B (en) * 2015-10-20 2018-11-09 杭州东信北邮信息技术有限公司 Behavior is clicked come to the method and system of user's Recommended Books based on user
CN105335491A (en) * 2015-10-20 2016-02-17 杭州东信北邮信息技术有限公司 Method and system for recommending books to users on basis of clicking behavior of users
CN105956904A (en) * 2016-04-26 2016-09-21 武汉理工数字传播工程有限公司 Digital reading appending package method, digital reading appending package system, and editing terminal
CN109978580A (en) * 2017-12-28 2019-07-05 北京京东尚科信息技术有限公司 Object recommendation method, apparatus and computer readable storage medium
CN108256499A (en) * 2018-02-05 2018-07-06 湖南科乐坊教育科技股份有限公司 A kind of book assessment information determines method, apparatus and system
CN110298718A (en) * 2018-03-23 2019-10-01 北京三快在线科技有限公司 Products Show method, apparatus, equipment and storage medium
CN108564453A (en) * 2018-04-27 2018-09-21 天津科技大学 A kind of online sale of books platform
CN110209922A (en) * 2018-06-12 2019-09-06 中国科学院自动化研究所 Object recommendation method, apparatus, storage medium and computer equipment
CN110209922B (en) * 2018-06-12 2023-11-10 中国科学院自动化研究所 Object recommendation method and device, storage medium and computer equipment
CN109885766A (en) * 2019-02-11 2019-06-14 武汉理工大学 A kind of books recommended method and system based on book review
CN109862100A (en) * 2019-02-12 2019-06-07 北京字节跳动网络技术有限公司 Method and apparatus for pushed information
CN109862100B (en) * 2019-02-12 2022-03-25 北京字节跳动网络技术有限公司 Method and device for pushing information
CN111737567A (en) * 2020-05-29 2020-10-02 北京宜搜天下科技有限公司 Method for recommending new network literature

Similar Documents

Publication Publication Date Title
CN102542046A (en) Book recommendation method based on book contents
CN108121737B (en) Method, device and system for generating business object attribute identifier
TWI522942B (en) User favorites data processing method and device, user favorite data searching method and device, and user favorite system
CN103246980B (en) Information output method and server
KR100650404B1 (en) On-line Advertising System And Method
CN106202516A (en) A kind of e-commerce platform merchandise display method according to timing node
CN105005917A (en) Universal method for correlating single items of different e-commerce websites
CN105426528A (en) Retrieving and ordering method and system for commodity data
CN103886487A (en) Individualized recommendation method and system based on distributed B2B platform
CN101331475A (en) Automatic detection of online commercial intention
CN102073717A (en) Home page recommending method for orienting vertical e-commerce website
JP2014508333A (en) Method and system for displaying cross-website information
CN102402766B (en) A kind of user interest modeling method based on web page browsing
CN102542490A (en) Commodity recommendation method based on model matching
CN108280128A (en) A kind of method and apparatus of displaying personal page
CN103890762A (en) Information processing device, information processing method, information processing program, and recording medium
CN111310038B (en) Information recommendation method and device, electronic equipment and computer-readable storage medium
CN106062743A (en) Systems and methods for keyword suggestion
JP6679451B2 (en) Selection device, selection method, and selection program
CN110941762B (en) Method for improving sequencing result of personalized recommendation system
CN103942193B (en) A kind of method and device of information push
US10055741B2 (en) Method and apparatus of matching an object to be displayed
CN102542489A (en) Recommendation method based on user interest association
WO2017116519A1 (en) System and method of product selection for promotional display
CN106530017A (en) Online store discount coupon automatic acquisition and shopping combination recommendation method

Legal Events

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

Effective date of registration: 20160914

Address after: East Building 11, 100195 Beijing city Haidian District xingshikou Road No. 65 west Shan creative garden district 1-4 four layer of 1-4 layer

Applicant after: Beijing Jingdong Shangke Information Technology Co., Ltd.

Address before: 201203 Shanghai city Pudong New Area Zu Road No. 295 Room 102

Applicant before: Niuhai Information Technology (Shanghai) Co., Ltd.

RJ01 Rejection of invention patent application after publication

Application publication date: 20120704

RJ01 Rejection of invention patent application after publication