Skip to content

Backprop generator is missing data files #6

Description

@rdadolf

Our old data generator used rather lengthy headers for specifying training data and labels. We removed them, but the generator code still references their variables.

The right thing to do is create a synthetic training set by adding noise to a computable function. This would fix the undefined variable problems, and it would also enable backprop/backprop to work properly when the input_dimension and possible_outputs parameters are changed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions