Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

wrong code #30

@ale-hm

Description

@ale-hm

https://github.com/schneems/Octave/blob/master/mlclass-ex3/mlclass-ex3/predict.m#L27

it should be

a2 = [ones(size(z2, 1), 1) sigmoid(z2)];

instead of

a2 = [ones(size(z2),1) sigmoid(z2)];   % INCORRECT

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