Skip to content

About Cost #1

Description

@winfieldcw

Hi,Kat
why do you define the average_error:
cost = tf.div(tf.add(base_cost, regularizer), num_ratings_tr * 2, name="average_error"
but not
cost = tf.div(tf.add(base_cost, regularizer), num_ratings_tr, name="average_error"

num_ratings_tr * 2 mean ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions