Last active
June 19, 2024 15:02
-
-
Save CodeByAidan/3b0b9d0f83396c8fb042f9c3a0eb5588 to your computer and use it in GitHub Desktop.
Fizz Buzz with AI. Python script that uses a Keras Sequential model to solve the FizzBuzz problem. It uses a feed-forward neural network, one-hot encoding, and the Adam optimizer. It also includes user input processing and random test generation.
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was all in response to this issue: