Skip to content

Ch4, page79 formula 4.1 #69

Open
Open
@Mattliao631

Description

@Mattliao631

I read the chinese version, the formula (4.1) is

E = (1/2)sigma(yk - tk)^2

and the following program is also

0.5 * np.sum((y-t)**2)

I wonder if the formula is wrong cause mean squared error on the internet is

(1/n)sigma(yk-tk)^2 the coeefficient is 1/n instead of 1/2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions