Skip to content

Cornac 0.3.0

Compare
Choose a tag to compare
@tqtg tqtg released this 06 Jul 09:19
· 448 commits to master since this release

New models

  • Variational Autoencoder for Collaborative Filtering (VAECF)
  • Collaborative Topic Modelling (CTR)

New features and improvements

  • Update CVAE to use mini-batch gradient descent
  • Remove stopwords from TextModule and CountVectorizer, only input stopwords directly to BaseTokenizer
  • GraphModule can build KNN from input feature matrix
  • Fix bug of partitioning in CrossValidation
  • Swap both ids according to data in FeatureModule and TextModule