Package: GACFF 1.0
GACFF: Genetic Similarity in User-Based Collaborative Filtering
The genetic algorithm can be used directly to find the similarity of users and more effectively to increase the efficiency of the collaborative filtering method. By identifying the nearest neighbors to the active user, before the genetic algorithm, and by identifying suitable starting points, an effective method for user-based collaborative filtering method has been developed. This package uses an optimization algorithm (continuous genetic algorithm) to directly find the optimal similarities between active users (users for whom current recommendations are made) and others. First, by determining the nearest neighbor and their number, the number of genes in a chromosome is determined. Each gene represents the neighbor's similarity to the active user. By estimating the starting points of the genetic algorithm, it quickly converges to the optimal solutions. The positive point is the independence of the genetic algorithm on the number of data that for big data is an effective help in solving the problem.
Authors:
GACFF_1.0.tar.gz
GACFF_1.0.zip(r-4.5)GACFF_1.0.zip(r-4.4)GACFF_1.0.zip(r-4.3)
GACFF_1.0.tgz(r-4.4-any)GACFF_1.0.tgz(r-4.3-any)
GACFF_1.0.tar.gz(r-4.5-noble)GACFF_1.0.tar.gz(r-4.4-noble)
GACFF_1.0.tgz(r-4.4-emscripten)GACFF_1.0.tgz(r-4.3-emscripten)
GACFF.pdf |GACFF.html✨
GACFF/json (API)
# Install 'GACFF' in R: |
install.packages('GACFF', repos = c('https://hoshmandcomputer.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:535335531d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | OK | Nov 12 2024 |
R-4.5-linux | OK | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
Exports:GeneticItemSelectmeanR.ResultsNewKNNPearsonplotResultsPredictionResultsSimilarity_Pearson
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Genetic Similarity in User-Based Collaborative Filtering | GACFF-package |
The genetic algorithm for finding similarities between users. | Genetic |
A set of Items id for recommending to an active user. | ItemSelect |
Average of results for all active users. | meanR.Results |
Nearest Neighbors. | NewKNN |
Pearson method | Pearson |
Methods for Results objects. | plotResults |
prediction function | Prediction |
Results of all active users. | Results |
Similarity between users in Pearson method. | Similarity_Pearson |