Skip to content

Calculating ERROR THRESHOLD from propagation #162

Description

@cvfx2012

Hi,

When using loop, without built-in network.train(...) function which has ERROR / ITERATIONS output:

while .... loop
network.activate(...);
network.propagate(...);

After some xxx amount of loops, how to calculate error threshold?
Is there any way to get error output from (backpropagation) in Neataptic?

Thanks

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