com.intel.analytics.zoo.examples

recommendation

package recommendation

Visibility
  1. Public
  2. All

Type Members

  1. case class Item(itemId: Int, title: String, genres: String) extends Product with Serializable

  2. case class NeuralCFParams(inputDir: String = "./data/ml-1m", batchSize: Int = 8000, nEpochs: Int = 10, learningRate: Double = 0.001, learningRateDecay: Double = 1.0E-6) extends Product with Serializable

  3. case class Rating(userId: Int, itemId: Int, label: Int) extends Product with Serializable

  4. case class User(userId: Int, gender: String, age: Int, occupation: Int) extends Product with Serializable

  5. case class WNDParams(modelType: String = "wide_n_deep", inputDir: String = "./data/ml-1m/") extends Product with Serializable

Value Members

  1. object NeuralCFexample

  2. object WideAndDeepExample

Ungrouped