All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rec.content.hft-test.properties Maven / Gradle / Ivy

The newest version!
# The training approach is SGD instead of L-BFGS, so it can be slow if the dataset
# is big. if you want a quick test, try the path : test/hfttest/musical_instruments.arff
# path of the full dataset is : test/hfttest/musical_instruments_full.arff
data.input.path=test/hfttest/musical_instruments.arff
data.convertor.format=arff
data.model.format=arff
rec.recommender.class=hft
rec.iterator.learnrate=0.01
rec.iterator.learnrate.maximum=0.01
rec.iterator.maximum=2
rec.user.regularization=0.01
rec.item.regularization=0.01
rec.factor.number=10
rec.learnrate.bolddriver=false
rec.learnrate.decay=1.0
rec.recommender.lambda.user=0.05
rec.recommender.lambda.item=0.05
rec.bias.regularization = 0.01




© 2015 - 2024 Weber Informatics LLC | Privacy Policy