joelgrus/fizz-buzz-tensorflow

Different approach proposal

Opened this issue · 0 comments

I think it may work better if you solve problem different way.
Instead creating 1 input it may be better to split number in separate digits.
I think it is more probable for network to detect divisibility rules with that input.