当前位置:高等教育资讯网  >  中国高校课件下载中心  >  大学文库  >  浏览文档

《电子商务 E-business》阅读文献:Using Genetic Algorithms for Personalized Recommendation

资源类别:文库,文档格式:PDF,文档页数:9,文件大小:517.66KB,团购合买
点击下载完整版文档(PDF)

Using Genetic Algorithms for Personalized Recommendation Chein-Shung hwang, Yi-Ching Su, and Kuo-Cheng tseng Dept of Information Management Chinese Culture University, Taipei, Taiwan Dept of Information Management Chinmin Institute of Technology, Miaoli, Taiwan cshwangafaculty. pccu. edu. tw, poohhh@ms. chinmin ed tw. tikicams. chinmin. edu. tw Abstract. with the high-speed development of customer service orientation, it is essential that the enterprises must find and understand customers'interests and preferences and then provide for suitable products or services. Recom- mender systems provide one way of circumventing this problem. This paper de- scribes a new recommender system, which employs a genetic algorithm to learn personal preferences of customers and provide tailored suggestions. Keywords: Recommender systems: generic algorithm; collaborative filterin 1 Introduction The explosive growth of the world-wide-web has led to an influx of users and conse- quently, a huge increase in the volume of available on-line data. The volume of things is considerably more than any person can possibly filter through to find the ones that he/she will like. Recommender systems have emerged in response to the information overloaded problem. Most Personalized Recommender systems adopt two types of techniques: collaborative filtering approach and content-based approach. Collabora tive filtering approach finds other users that have shown similar tastes to the given user and recommends what they have liked to that user. But it is not well-suited to locating information for a specific content information need. On the other hand, con- tent-based approach recommends items based on the item contents that the user has liked in the past. Combining with content-based approach can eliminate the shortcom- ings of collaborative filtering approach and provide better recommendations [1] Many hybrid recommender systems have been developed for e-commerce applica tions. The typical steps of recommender systems can be described as follows. First customer preference profiles in terms of product features are analyzed and extracted from transaction file and product file. Second, a data mining technique is used to find similar customers who have shown similar interests as on-line customers. Finally, a list of recommendations is provided and can be further adjusted by the subsequent customers' feedbacks. However, for different application strategies, each preference J -S. Pan, S.M. Chen, and N.T. Nguyen(Eds ) ICCCI 2010, Part IL, LNAI 6422, Pp. 104-112, 2010 o Springer-Verlag Berlin Heidelberg 2010

J.-S. Pan, S.-M. Chen, and N.T. Nguyen (Eds.): ICCCI 2010, Part II, LNAI 6422, pp. 104–112, 2010. © Springer-Verlag Berlin Heidelberg 2010 Using Genetic Algorithms for Personalized Recommendation Chein-Shung Hwang1 , Yi-Ching Su2 , and Kuo-Cheng Tseng2 1 Dept. of Information Management, Chinese Culture University, Taipei, Taiwan 2 Dept. of Information Management, Chinmin Institute of Technology, Miaoli, Taiwan cshwang@faculty.pccu.edu.tw, poohhh@ms.chinmin.ed.tw, tikic@ms.chinmin.edu.tw Abstract. With the high-speed development of customer service orientation, it is essential that the enterprises must find and understand customers' interests and preferences and then provide for suitable products or services. Recom￾mender systems provide one way of circumventing this problem. This paper de￾scribes a new recommender system, which employs a genetic algorithm to learn personal preferences of customers and provide tailored suggestions. Keywords: Recommender systems; generic algorithm; collaborative filtering. 1 Introduction The explosive growth of the world-wide-web has led to an influx of users and conse￾quently, a huge increase in the volume of available on-line data. The volume of things is considerably more than any person can possibly filter through to find the ones that he/she will like. Recommender systems have emerged in response to the information overloaded problem. Most Personalized Recommender systems adopt two types of techniques: collaborative filtering approach and content-based approach. Collabora￾tive filtering approach finds other users that have shown similar tastes to the given user and recommends what they have liked to that user. But it is not well-suited to locating information for a specific content information need. On the other hand, con￾tent-based approach recommends items based on the item contents that the user has liked in the past. Combining with content-based approach can eliminate the shortcom￾ings of collaborative filtering approach and provide better recommendations [1]. Many hybrid recommender systems have been developed for e-commerce applica￾tions. The typical steps of recommender systems can be described as follows. First, customer preference profiles in terms of product features are analyzed and extracted from transaction file and product file. Second, a data mining technique is used to find similar customers who have shown similar interests as on-line customers. Finally, a list of recommendations is provided and can be further adjusted by the subsequent customers' feedbacks. However, for different application strategies, each preference

Using Genetic Algorithms for Personalized Recommendation 105 feature may be associated with different importance. Most of the systems either ig- nored or used a fixed weight for each feature, which often caused a poor recommen dation performance Genetic algorithms are adaptive algorithms based on the Darwinian principle of natural selection and are often used to solve optimization problems. In this paper, we propose a hybrid recommender system which uses genetic algorithms for feature weighting. The proposed system consists of three modules In PGM(Profile Genera- tion Module), the customers transaction data are analyzed to establish the customers preference profile candidate table. In NSM(Neighborhood Selection Module), a clus tering method is first adopted to segment customers into groups using the profile candidate table. The genetic algorithm is then used to fine-tune profile matching for each active customer. Finally, in the RC Model(Recommendation Module), a list of recommendation is derived and presented. This will enable the recommender system to make more accurate predictions of users' likes and dislikes, and hence will provide better recommendations to users 2 Research Background Recommender systems have been successfully applied in a number of difference applications such as recommending movies, books, music and products. There are two major techniques used in recommender systems [2-4], content-based approach and collaborative filtering approach 2.1 Collaborative Filtering The term collaborative filtering was coined by the Goldberg et al. [5], the developers of the first recommender system-Tapestry. Tapestry allows users to annotate docu ments that they read. Users can then retrieve a document based on the content of the document or other users opinions in terms of annotation on that document. However, the recommendations are not automated and require users to explicitly define their collaborative relationships. GroupLens[6][7] provides an automated recommendations using a neighborhood-based algorithm. The system uses the ratings of items to find people who are most similar to you and use their opinions for recommendations GroundLens provides personalized predictions for Usenet news articles, while other systems use this approach for recommending movies, music, jokes and web pages. The original collaborative filtering algorithm contains two main steps: neighbor hood formation and generation of recommendation. Neighborhood formation finds a set of users known as neighbors that have similar preference ratings. Common simi- ity metrics used include Pe correlation, mean squared difference, and vector similarity. In the generation of recommendation step, the system then computes the predicted ratings on items the active user has not yet seen based on his neighbors ratings for those items. Finally, the system derives and sorts a set of recommendations by the predicted ratin

Using Genetic Algorithms for Personalized Recommendation 105 feature may be associated with different importance. Most of the systems either ig￾nored or used a fixed weight for each feature, which often caused a poor recommen￾dation performance. Genetic algorithms are adaptive algorithms based on the Darwinian principle of natural selection and are often used to solve optimization problems. In this paper, we propose a hybrid recommender system which uses genetic algorithms for feature weighting. The proposed system consists of three modules. In PGM (Profile Genera￾tion Module), the customer’s transaction data are analyzed to establish the customers’ preference profile candidate table. In NSM (Neighborhood Selection Module), a clus￾tering method is first adopted to segment customers into groups using the profile candidate table. The genetic algorithm is then used to fine-tune profile matching for each active customer. Finally, in the RC Model (Recommendation Module), a list of recommendation is derived and presented. This will enable the recommender system to make more accurate predictions of users' likes and dislikes, and hence will provide better recommendations to users. 2 Research Background Recommender systems have been successfully applied in a number of difference applications such as recommending movies, books, music and products. There are two major techniques used in recommender systems [2-4], content-based approach and collaborative filtering approach. 2.1 Collaborative Filtering The term collaborative filtering was coined by the Goldberg et al. [5] , the developers of the first recommender system – Tapestry. Tapestry allows users to annotate docu￾ments that they read. Users can then retrieve a document based on the content of the document or other users’ opinions in terms of annotation on that document. However, the recommendations are not automated and require users to explicitly define their collaborative relationships. GroupLens[6][7] provides an automated recommendations using a neighborhood-based algorithm. The system uses the ratings of items to find people who are most similar to you and use their opinions for recommendations. GroundLens provides personalized predictions for Usenet news articles, while other systems use this approach for recommending movies, music, jokes and web pages. The original collaborative filtering algorithm contains two main steps: neighbor￾hood formation and generation of recommendation. Neighborhood formation finds a set of users known as neighbors that have similar preference ratings. Common simi￾larity metrics used include Pearson correlation, mean squared difference, and vector similarity. In the generation of recommendation step, the system then computes the predicted ratings on items the active user has not yet seen based on his neighbors’ ratings for those items. Finally, the system derives and sorts a set of recommendations by the predicted ratings

106 C.-S. Hwang, Y -C. Su, and K -C. tseng 2. 2 Content-Based Recommendation Content-based recommendations are based on information on the content of items rather than on other users'opinions Content-based approach to recommendations has been adopted in information retrieval community and employs similar techniques. In content-based recommendations, every item is represented by a feature vector or an attribute profile. Each feature can be based on a numerical or nominal scale represent ing different information of items such as color, type, or price. a dissimilar- ty/similarity measure may be used to measure the similarity of features between items. However, people may place different importance on different attributes when judging the similarity between items. Each feature may be assigned a weight repre- senting the importance of users toward that feature. Accordingly, the overall similar- ity between items is measured as the weighted sum of individual attributes. One drawbacks of content-based approach is that users need to explicitly specify the weights of features 2.3 Genetic algorithms Genetic algorithms(GAs)[8(9] are stochastic search techniques that guide tion of solutions using th of evolution and natural genetics. E research has been per ing the robust properties of genetic and demonstrating their cross a broad spectrum of optimization prob- lems, including feature selection and weighting tasks. GAs are modeled loosely on the principles of the evolution via natural selection, employing a population of individu- als that undergo selection in the presence of variation-inducing operators such as mutation and crossover. A fitness function is used to evaluate individuals, and repro- ductive success varies with fitness A general algorithm is started with a set of solutions (represented by chromo somes)called population. An initial population is created from a random selection of solutions. At every evolutionary step(generation), the solutions in the current popula tion are evaluated according to some predefined quality criterion, referred to as the fitness, or fitness function. Solutions from one population are taken and used to form a new population(next generation). Solutions(parents) are selected according to thei fitness-the more suitable they are the more chances they have to reproduce. These solutions then "reproduce" to create one or more new solutions(offspring), after which the offspring are produced by crossover or mutation randomly. The process of fitness-dependent selection and application of genetic operators to generate successive generations of solutions is repeated many times until a satisfactory solution is found. The basic steps of GAs are outlined as follows: 1. [Initialization) Randomly generate an initial population of solutions and evaluate the fitness function 2. [New population] Create a new population by repeating following steps until the new population is complete 2.1[Selection] Select two parent solutions from a population according to their fit ess (the better fitness the bigger chance to be selected)

106 C.-S. Hwang, Y.-C. Su, and K.-C. Tseng 2.2 Content-Based Recommendation Content-based recommendations are based on information on the content of items rather than on other users’ opinions. Content-based approach to recommendations has been adopted in information retrieval community and employs similar techniques. In content-based recommendations, every item is represented by a feature vector or an attribute profile. Each feature can be based on a numerical or nominal scale represent￾ing different information of items such as color, type, or price. A dissimilar￾ity/similarity measure may be used to measure the similarity of features between items. However, people may place different importance on different attributes when judging the similarity between items. Each feature may be assigned a weight repre￾senting the importance of users toward that feature. Accordingly, the overall similar￾ity between items is measured as the weighted sum of individual attributes. One drawbacks of content-based approach is that users need to explicitly specify the weights of features. 2.3 Genetic Algorithms Genetic algorithms (GAs) [8][9] are stochastic search techniques that guide a popula￾tion of solutions using the principles of evolution and natural genetics. Extensive research has been performed exploiting the robust properties of genetic algorithms and demonstrating their capabilities across a broad spectrum of optimization prob￾lems, including feature selection and weighting tasks. GAs are modeled loosely on the principles of the evolution via natural selection, employing a population of individu￾als that undergo selection in the presence of variation-inducing operators such as mutation and crossover. A fitness function is used to evaluate individuals, and repro￾ductive success varies with fitness. A general algorithm is started with a set of solutions (represented by chromo￾somes) called population. An initial population is created from a random selection of solutions. At every evolutionary step (generation), the solutions in the current popula￾tion are evaluated according to some predefined quality criterion, referred to as the fitness, or fitness function. Solutions from one population are taken and used to form a new population (next generation). Solutions (parents) are selected according to their fitness - the more suitable they are the more chances they have to reproduce. These solutions then "reproduce" to create one or more new solutions (offspring), after which the offspring are produced by crossover or mutation randomly. The process of fitness-dependent selection and application of genetic operators to generate successive generations of solutions is repeated many times until a satisfactory solution is found. The basic steps of GAs are outlined as follows: 1. [Initialization] Randomly generate an initial population of solutions and evaluate the fitness function 2. [New population] Create a new population by repeating following steps until the new population is complete 2.1[Selection] Select two parent solutions from a population according to their fit￾ness (the better fitness, the bigger chance to be selected)

Using Genetic Algorithms for Personalized Recommendation 107 2.2( Crossover] With a crossover probability cross over the parents to form a new offspring. If no crossover was performed, offspring is an exact copy of parents 2.3[Mutation] With a mutation probability mutate new offspring at each locus(po sition in chromosome) 2.4Accepting] Place new offspring in a new population 3. Evaluation] Compute the fitness values for the new population of N solutions 4. [Test] If the stopping criterion is met, stop, and return the best solution in current opulation 5. Loop] Go to step 2 3 System Architecture In this paper, we propose a hybrid recommender system that uses genetic algorithms for feature weighting to find similar who may share the same interests as the active customers, and capture the potential needs of customers. The proposed system consists of three modules, as shown in Fig. I Product Customer Customer files Transacton Profle generatior Module candidate table Nei ghbomood Top N neigh Recommendation Recommend it Fig. 1. System architecture 3.1 Profile Generation Module (PGm) The goal of PGM is to create the preference profile for each customer. The first step in PGM is to build the product profile from the product database. Each product profile is characterized by its feature values and defined as a binary vector as

Using Genetic Algorithms for Personalized Recommendation 107 2.2[Crossover] With a crossover probability cross over the parents to form a new offspring. If no crossover was performed, offspring is an exact copy of parents. 2.3[Mutation] With a mutation probability mutate new offspring at each locus (po￾sition in chromosome). 2.4[Accepting] Place new offspring in a new population 3. [Evaluation] Compute the fitness values for the new population of N solutions 4. [Test] If the stopping criterion is met, stop, and return the best solution in current population 5. [Loop] Go to step 2. 3 System Architecture In this paper, we propose a hybrid recommender system that uses genetic algorithms for feature weighting to find similar customers who may share the same interests as the active customers, and capture the potential needs of customers. The proposed system consists of three modules, as shown in Fig. 1. Fig. 1. System architecture 3.1 Profile Generation Module ( PGM ) The goal of PGM is to create the preference profile for each customer. The first step in PGM is to build the product profile from the product database. Each product profile is characterized by its feature values and defined as a binary vector as

108 C.-S. Hwang, Y.-C. Su, and K.-C. tseng P=(,f,,f where n is the number of product features(n=12, in our experiment. ) Each feature is assigned a value of l if a product possesses that feature, and 0 otherwise. To fully understand which product features a customer is of interest, in the second step, we compute the customer product preference profile from the customer trans tion data and the product profile. The product preference profile of customer k is described as CPP=(CPP,CPP,…,CPP) where CPP represents the preference profile of feature i for customer k and is ob- tained by summing up the feature information from the products purchased by cus tomer k. CPp can be defined as CPP= where T represents the set of products purchased by customer k. Finally, the customer preference profile is generated by integrating three portions f information: the customer product preference profile, the customer information and customer purchasing behavior. The customer preference profile is defined as CP=(CPP, CIk, CT) =CPk,CP2,…,CP) where CI,=(CIi, CIF) contains customer ks information including member level and gender and CT: =(R,, Fr, M, contains the information about customer k's purchasing behavior measured by recent Table I shows an example of the customer preference profile Table 1. The Customer Preference Profile 是 [0O2|10.33103301007800019

108 C.-S. Hwang, Y.-C. Su, and K.-C. Tseng ( , , , ) n j j j j P f f " f 1 2 = (1) where n is the number of product features (n=12, in our experiment.). Each feature is assigned a value of 1 if a product possesses that feature, and 0 otherwise. To fully understand which product features a customer is of interest, in the second step, we compute the customer product preference profile from the customer transac￾tion data and the product profile. The product preference profile of customer k is described as ( , , , ) n CPPk CPPk CPPk " CPPk 1 2 = (2) where i CPPk represents the preference profile of feature i for customer k and is ob￾tained by summing up the feature information from the products purchased by cus￾tomer k. i CPPk can be defined as k j T i j i k T f CPP k ∑∈ = (3) where Tk represents the set of products purchased by customer k. Finally, the customer preference profile is generated by integrating three portions of information: the customer product preference profile, the customer information and customer purchasing behavior. The customer preference profile is defined as ( , , , ) ( , , ) 1 2 17 k k k k k k k CP CP CP CP CPP CI CT = " = (4) where ( , ) 1 2 CI k = CI k CI k contains customer k’s information including member level and gender and ( , , ) CTk = Rk Fk Mk contains the information about customer k’s purchasing behavior measured by the RFM (recency, frequency, and monetary) information. Table 1 shows an example of the customer preference profile. Table 1. The Customer Preference Profile C_no 1 f 2 f … 12 f level sex Recency Frequency Monetary 002 1 0.33 … 0.33 0 1 0.078 0 0.019

Using Genetic Algorithms for Personalized Recommendation 109 3.2 Neighborhood Selection Module( Nsm) In NSM, firstly, the GAs is used to fine-tune the feature weights for each active cus tomer. Then, the collaborative filtering approach is applied to form the neighborhood of the active customer The chromosome in the ga process is represented as a weight vector with 17 genes. Each gene is encoded with 8 bits. The Ga begins with random genotypes and an initial population of 100 chromosomes. For each active customer, a randomly selected chromosome is assigned and tested by the fitness function. The fitness func- tion measures the prediction accuracy of products based on the current chromosome ∑|P(k,)-A(, Accuracy(k)=1-2- Each active customer k is tested by a random selection of l products. P(k, j) and A(,j) are the predicted and the actual ratings of customer k to product j, respec- tively. The predicted ratings are calculated by the collaborative filtering algorithm with different neighborhood size The algorithm continues to evolve until the termination criteria are met. In experiment, we set the maximum generation number to 100. For each generation evolution, chromosomes for the next generation are selected using the roulette wheel selection scheme to implement proportionate random selection. All of the chromo somes are then paired up using the single-point crossover strategy with a probability of 0.9. After the crossover, for each of the genes of the chromosomes, the gene is obability of 0.05 After obtaining customer's best feature weights, we can now select the most similar n neighbors(denoted as NB, ) by computing the similarity value ∑Wx(CP-CPp)2 where Wr=(Wi, W2, . W)is the feature weights of customer k obtained from GAs 3.3 Recommendation Module ro RC module recommends products for active customer k by collecting the information from his/her neighbors For each product j we compute its recommendation score as Score(k,j)=>Similarity(k, i)x purchase(i, j) (7)

Using Genetic Algorithms for Personalized Recommendation 109 3.2 Neighborhood Selection Module ( NSM ) In NSM, firstly, the GAs is used to fine-tune the feature weights for each active cus￾tomer. Then, the collaborative filtering approach is applied to form the neighborhood of the active customer. The chromosome in the GA process is represented as a weight vector with 17 genes. Each gene is encoded with 8 bits. The GA begins with random genotypes and an initial population of 100 chromosomes. For each active customer, a randomly selected chromosome is assigned and tested by the fitness function. The fitness func￾tion measures the prediction accuracy of products based on the current chromosome. l P k j A k j Accuracy k l j ∑= − = − 1 1 ( , ) ( , ) ( ) (5) Each active customer k is tested by a random selection of l products. P(k, j) and A(k, j) are the predicted and the actual ratings of customer k to product j, respec￾tively. The predicted ratings are calculated by the collaborative filtering algorithm with different neighborhood size. The algorithm continues to evolve until the termination criteria are met. In our experiment, we set the maximum generation number to 100. For each generation evolution, chromosomes for the next generation are selected using the roulette wheel selection scheme to implement proportionate random selection. All of the chromo￾somes are then paired up using the single-point crossover strategy with a probability of 0.9. After the crossover, for each of the genes of the chromosomes, the gene is mutated with a probability of 0.05. After obtaining customer's best feature weights, we can now select the most similar n neighbors (denoted as NBk ) by computing the similarity value. ∑ ∑ = = × − = − 17 1 17 1 2 1 i i k i i a i k i k W W CP CP Similarity k a ( ) ( , ) (6) where ( , , , ) 1 2 17 Wk = Wk Wk " Wk is the feature weights of customer k obtained from GAs. 3.3 Recommendation Module (RC) RC module recommends products for active customer k by collecting the information from his/her neighbors. For each product j we compute its recommendation score as ∑∈ = × NBk i Score(k, j) Similarity(k,i) purchase(i, j) (7)

110 C -S. Hwang, Y-C Su, and K.-C. Tseng where purchase(i j)is set to l if customer i has purchased product j, O otherwise Finally, all products are sorted in non-increasing order with respective to the recom- mendation score, and the first N items are selected as the Top-N recommendation set 4 Experimental Evaluation In this study, we use the telemarketing dataset collected by one of the telemarketing company in Taiwan. The dataset was collected over two years from January 2007to April 2009. After data preprocessing, it contains 15, 376 transaction records from 753 users for 239 products. Each user has bought at least 5 transaction records, and each product has been bought at least once We employ the 5-fold cross-validation approach and use the precision metric, recall metric and Fl-measure metric to evaluate the quality of a recommendation Precision is the percentage of total number of recommendations that the customer interesting. Recall is the percentage of the customer interesting that we recommend and the customer also interesting F1-measure is the index that is combination of precision and recall .. To compare our approach with the collaborative filtering approach, we varied the Imber of recommendation 3, 6, 10, and 15. For our approach, we set the initial set of population to 100 and the number of generation to 80. Fig. 2 to Fig. 4 show the per formance comparisons between our approach and the collaborative filtering approach As expected, when the number of recommendations increases, the precision drops smoothly but the recall improves gradually. Fl-measure also suggests a best recom- mendation size of 5. However, it can be observed that our approach outperforms th collaborative filtering approach at all values of Top-N →GAs+CF Fig. 2. Comparison of precision between the proposed approach and the traditional CF

110 C.-S. Hwang, Y.-C. Su, and K.-C. Tseng where purchase(i ,j) is set to 1 if customer i has purchased product j, 0 otherwise. Finally, all products are sorted in non-increasing order with respective to the recom￾mendation score, and the first N items are selected as the Top-N recommendation set. 4 Experimental Evaluation In this study, we use the telemarketing dataset collected by one of the telemarketing company in Taiwan. The dataset was collected over two years from January 2007 to April 2009. After data preprocessing, it contains 15,376 transaction records from 753 users for 239 products. Each user has bought at least 5 transaction records, and each product has been bought at least once. We employ the 5-fold cross-validation approach and use the precision metric, recall metric and F1-measure metric to evaluate the quality of a recommendation. Precision is the percentage of total number of recommendations that the customer interesting. Recall is the percentage of the customer interesting that we recommend and the customer also interesting. F1-measure is the index that is combination of precision and recall. To compare our approach with the collaborative filtering approach, we varied the number of recommendation 3, 6, 10, and 15. For our approach, we set the initial set of population to 100 and the number of generation to 80. Fig. 2 to Fig. 4 show the per￾formance comparisons between our approach and the collaborative filtering approach. As expected, when the number of recommendations increases, the precision drops smoothly but the recall improves gradually. F1-measure also suggests a best recom￾mendation size of 5. However, it can be observed that our approach outperforms the collaborative filtering approach at all values of Top-N. Fig. 2. Comparison of precision between the proposed approach and the traditional CF algorithm

Using Genetic Algorithms for Personalized Recommendation 111 GAS+CH 02 0.I 15 Fig 3 Comparison of recall between the proposed approach and the traditional CF algorithm →GAs+CF -TradtonaICP Fig. 4. Comparison of FI between the proposed approach and the traditional CF algorithm onclusions In this paper, we have proposed a hybrid recommender system based on GAs and collaborative filtering technique. The system integrates data from various sources (product, customer, and transaction data)to form the customer preference profile. The GAs are applied to optimize a vector of the feature weights, which are used to meas- ure the similarity among customers. Incorporating weighting information into the collaborative filtering process has proven to be more effective than traditional one References 1. Schafer, J B, Konstan, J, Riedl, J. Electronic commerce recommender applications. Jour nal of Data Mining and Knowledge disc overy 2. Karypis, G. Evaluation of item-based top-n recommendation algorithms. In: Proceedings of the 10th International Conference on Information and Knowledge Management, pr 247-254(2001)

Using Genetic Algorithms for Personalized Recommendation 111 Fig. 3. Comparison of recall between the proposed approach and the traditional CF algorithm Fig. 4. Comparison of F1 between the proposed approach and the traditional CF algorithm 5 Conclusions In this paper, we have proposed a hybrid recommender system based on GAs and collaborative filtering technique. The system integrates data from various sources (product, customer, and transaction data) to form the customer preference profile. The GAs are applied to optimize a vector of the feature weights, which are used to meas￾ure the similarity among customers. Incorporating weighting information into the collaborative filtering process has proven to be more effective than traditional one. References 1. Schafer, J.B., Konstan, J., Riedl, J.: Electronic commerce recommender applications. Jour￾nal of Data Mining and Knowledge Discovery 5(1/2), 115–152 (2000) 2. Karypis, G.: Evaluation of item-based top-n recommendation algorithms. In: Proceedings of the 10th International Conference on Information and Knowledge Management, pp. 247–254 (2001)

112 C -S. Hwang, Y-C Su, and K.-C. Tseng Shardanand, U, Maes, P. Social information filtering: algorithms for automating* word of mouth. In: Proceedings of the Conference on Human Factors in Computing Systems(CHI 1995),pp.210-217(1995) 4. Weng, S.-S, Liu, M.-J. Feature-based recommendations for one-to-one marketing Expert Systems with Applications 26(4), 493-508(2004 Goldberg, D, Nichols, D, Oki, B M, Terry, D. Using collaborative filtering to information Tapestry. Communications of the ACM 35(12), 61-70(1992) 6. Resnick, P, lacovo, N, Suchak, M, Bergstrom, P, Riedl, J. GroupLens: an op tecture for collaborative filtering of netnews. In: Proceedings of Acm Conference on Com- puter Supported Cooperative World, pp 175-186(1994) 7. Konstan. J.A. Miller. B.N. applying collaborative filtering to usenet news. Communications of the ACM 40(3), 77-87 8. Srinivas, M, Patnaik, L M. Genetic algorithms: A survey. IEEE Computer 27(6), 17-26 (1994) 9. Davis, L.(ed ) Handbook of Genetic Algorithms. Van Nostrand Reinhold, New York

112 C.-S. Hwang, Y.-C. Su, and K.-C. Tseng 3. Shardanand, U., Maes, P.: Social information filtering: algorithms for automating ‘word of mouth’. In: Proceedings of the Conference on Human Factors in Computing Systems (CHI 1995), pp. 210–217 (1995) 4. Weng, S.-S., Liu, M.-J.: Feature-based recommendations for one-to-one marketing. Expert Systems with Applications 26(4), 493–508 (2004) 5. Goldberg, D., Nichols, D., Oki, B.M., Terry, D.: Using collaborative filtering to weave an information Tapestry. Communications of the ACM 35(12), 61–70 (1992) 6. Resnick, P., Iacovou, N., Suchak, M., Bergstrom, P., Riedl, J.: GroupLens: an open archi￾tecture for collaborative filtering of netnews. In: Proceedings of ACM Conference on Com￾puter Supported Cooperative World, pp. 175–186 (1994) 7. Konstan, J.A., Miller, B.N., Maltz, D., Herlocker, J.L., Gordon, L.R., Riedl, J.: Grouplens: applying collaborative filtering to usenet news. Communications of the ACM 40(3), 77–87 (1997) 8. Srinivas, M., Patnaik, L.M.: Genetic algorithms: A survey. IEEE Computer 27(6), 17–26 (1994) 9. Davis, L. (ed.): Handbook of Genetic Algorithms. Van Nostrand Reinhold, New York (1991)

点击下载完整版文档(PDF)VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
已到末页,全文结束
相关文档

关于我们|帮助中心|下载说明|相关软件|意见反馈|联系我们

Copyright © 2008-现在 cucdc.com 高等教育资讯网 版权所有