Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Strategies for each Neural Net #2

Description

@willianribeiro99

Hi,

Nice code, just to be sure. Did you implemented a strategy for each Neural Net? Or just for feedfoward?

class InputHandler: def __init__(self, inputs): self.inputs = inputs if self.inputs.train: self.train(self.inputs.train) if self.inputs.btest: if self.inputs.btest == "test": self.run(TestStrategy) elif self.inputs.btest == "feedfoward": self.run(FeedforwardStrategy)

Willian

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