This application claims priority to Chinese Patent Application No. 201310357844.7 filed on Aug. 16, 2013 in the China Intellectual Property Office, the contents of which are incorporated by reference herein.
Embodiments of the present disclosure relate to information transmission technology, and particularly to transmitting files using an electronic device.
Information, such as for example news articles, may be provided using files over the Internet. When a user reads a new article over the Internet, the user may want to read related news articles.
Many aspects of the disclosure can be better understood with reference to the following drawings. The components in the drawings are not necessarily drawn to scale, the emphasis instead being placed upon clearly illustrating the principles of the disclosure. Moreover, in the drawings, like reference numerals designate corresponding parts throughout the several views.
It will be appreciated that for simplicity and clarity of illustration, where appropriate, reference numerals have been repeated among the different figures to indicate corresponding or analogous elements. In addition, numerous specific details are set forth in order to provide a thorough understanding of the embodiments described herein. However, it will be understood by those of ordinary skill in the art that the embodiments described herein can be practiced without these specific details. In other instances, methods, procedures and components have not been described in detail so as not to obscure the related relevant feature being described. Also, the description is not to be considered as limiting the scope of the embodiments described herein. The drawings are not necessarily to scale and the proportions of certain parts have been exaggerated to better illustrate details and features of the present disclosure.
The present disclosure, including the accompanying drawings, is illustrated by way of examples and not by way of limitation. It should be noted that references to “an” or “one” embodiment in this disclosure are not necessarily to the same embodiment, and such references mean “at least one.”
Furthermore, the term “module”, as used herein, refers to logic embodied in hardware or firmware, or to a collection of software instructions, written in a programming language, such as, Java, C, or assembly. One or more software instructions in the modules can be embedded in firmware, such as in an EPROM. The modules described herein can be implemented as either software and/or hardware modules and can be stored in any type of non-transitory computer-readable medium or other storage device. Some non-limiting examples of non-transitory computer-readable media include CDs, DVDs, BLU-RAY, flash memory, and hard disk drives.
When the current user reads a file on one of the client devices 2, the transmission system 10 can determine other files related to the read file, and transmit the related files to the client device 2 for the current user to read.
In at least one embodiment, the storage device 11 can include various types of non-transitory computer-readable storage mediums, such as a hard disk, a compact disc, a digital video disc, or a tape drive. The display device 13 can display images and videos, and the input device 14 can be a mouse, a keyboard, or a touch panel to input computer-readable data.
The acquiring module 100 acquires files read by users within a predetermined interval (e.g., a month), and acquires file information of the acquired files and user information of the users. In at least one embodiment, the file information of each of the acquired files includes, but is not limited to a file identification (ID), a size, keywords of each of the acquired files and a creation time of each of the acquired files. The user information of each of the users includes, but is not limited to a user identification (ID), a start time when starting reading one of the acquired files, an end time when stopping reading one of the acquired files, and a duration of reading each of the acquired files.
The classification module 101 classifies the acquired files into a plurality of groups according to the file information and the user information. In at least one embodiment, the classification module 101 defines one or more keywords for each of the groups, and classifies the acquired files into the groups according to keywords of each of the acquired files. The keywords for each of the groups can be file categories, file contents, Websites, addresses of web pages. For example, it is assumed that group A corresponds to keywords “finance” and “economics,” a read file including a keyword “finance” is classified into the group A using the classification module 101. Each of the acquired files is classified into one or more groups. Each of the groups corresponds to a group number.
The determination module 102 determines association rules among the groups using a data mining algorithm. The data mining algorithm includes an Apriori algorithm. In at least one embodiment, the determination module 102 determines the association rules using a market basket analysis of the Apriori algorithm. Parameters of the Apriori algorithm include a minimum number of item sets, a minimum support value (minsupport), and a minimum continence value (mincontinence). In at least one embodiment, it is assumed that the minimum number of item sets is equal to 2, the minsupport is equal to 0.1, and the mincontinence is equal to 0.2. Each association rule includes one or more groups. For example, it is assumed that a association rule includes a group F and a group E, the group F is associated with group E.
The acquiring module 100 acquires a current file read by a current user, and determines a group which includes the current file. In at least one embodiment, the acquiring module 100 can acquire keywords of the current file. According to the keywords of the current file, the acquiring module 100 determines the group.
The determination module 102 determines target files according to specified association rules between the determined group and the other groups excepting the determined group. For example, there are three groups A, B and C, a current user is reading news on a specified Website, and the specified Website corresponds to the group B. The determination module 102 determines an association rule includes group A and group B. Therefore, the group A is associated with group B. The determination module 102 determines files whose creation time is near to current time in the group A to be the target files. For example, when a time interval between creation time of a file in the group A and the current time is less than or equal to a predetermined time length (e.g., a week . . . ), the file is determined to be the target file.
The transmission module 103 transmits the target files to a client device 2 for the current user.
In block 301, an acquiring module acquires files that have been read by users within a predetermined interval (e.g., a month), and acquires file information of the acquired files and user information of the users. In at least one embodiment, the file information of each of the acquired files includes, but is not limited to a file identification (ID), a size, keywords of each of the acquired files and a creation time of each of the acquired files. The user information of each of the users includes, but is not limited to a user identification (ID), a start time to starting reading one of the acquired files, an end time to stopping reading one of the acquired files, and a duration of reading each of the acquired files.
In block 302, a classification module classifies the acquired files into a plurality of groups according to the file information and the user information. In at least one embodiment, the classification module 101 defines one or more keywords for each of the groups, and classifies the acquired files into the groups according to keywords of each of the acquired files. The keywords for each of the groups can be file categories, file contents, Websites, addresses of web pages. For example, it is assumed that group A corresponds to keywords “finance” and “economics,” a read file including a keyword “finance” is classified into the group A using the classification module 101. Each of the acquired files is classified into one or more groups. Each of the groups corresponds to a group number.
In block 303, a determination module determines association rules among the groups using a data mining algorithm. The data mining algorithm includes an Apriori algorithm. In at least one embodiment, the determination module determines the association rules using a market basket analysis of the Apriori algorithm. Parameters of the Apriori algorithm include a minimum number of item sets, a minsupport, and a mincontinence In at least one embodiment, it is assumed that the minimum number of item sets is equal to 2, the minsupport is equal to 0.1, the mincontinence is equal to 0.2. Each association rule includes one or more groups.
In block 304, the acquiring module acquires a current file read by a current user, and determines a group which includes the current file. In at least one embodiment, the acquiring module can acquire keywords of the current file. According to the keywords of the current file, the acquiring module determines the group.
In block 305, the determination module determines target files according to specified association rules between the determined group and the other groups excepting the determined group. For example, there are three groups, A ,B and C, a current user is reading a news on a specified Website, and the specified Website corresponds to the group B. The determination module determines a association rule includes group A and group B. Therefore, the group A is associated with group B. The determination module 102 determines files created at a time that is near to current time in the group A to be the target files. For example, when a time interval between creation time of a file in the group A and the current time is less than or equal to a predetermined time length (e.g., a week . . . ), the file is determined to be the target file.
In block 306, a transmission module transmits the target files to a client device for the current user.
It should be emphasized that the above-described embodiments of the present disclosure, including any particular embodiments, are merely possible examples of implementations, set forth for a clear understanding of the principles of the disclosure. Many variations and modifications can be made to the above-described embodiment(s) of the disclosure without departing substantially from the spirit and principles of the disclosure. All such modifications and variations are intended to be included herein within the scope of this disclosure and protected by the following claims.
Number | Date | Country | Kind |
---|---|---|---|
2013103578447 | Aug 2013 | CN | national |