Closed Heagan closed 5 years ago
consider changing: def init(self, inputs, layers=1, hidden, output, epochs=10, learning_rate=.01, minibatch_size=1): to: def init(self, inputs, hidden, output, layers=1, epochs=10, learning_rate=.01, minibatch_size=1):
Thanks, I made that change.
consider changing: def init(self, inputs, layers=1, hidden, output, epochs=10, learning_rate=.01, minibatch_size=1): to: def init(self, inputs, hidden, output, layers=1, epochs=10, learning_rate=.01, minibatch_size=1):