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

Strategies for each Neural Net #2

Open
willianribeiro99 opened this issue Feb 23, 2019 · 0 comments
Open

Strategies for each Neural Net #2

willianribeiro99 opened this issue Feb 23, 2019 · 0 comments

Comments

@willianribeiro99
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant