Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

ML approach to fizzbuzz #387

Merged
merged 1 commit into from
Oct 3, 2020
Merged

ML approach to fizzbuzz #387

merged 1 commit into from
Oct 3, 2020

Conversation

mzelenetz
Copy link

@mzelenetz mzelenetz commented Oct 2, 2020

This approach to fizzbuzz is inspired by Joel Grus' implementation in tensorflow. This uses SK Learn's Random Forest classifier to predict if the next number in the series should be the number, fizz, buzz, or fizzbuzz

@NullDev
Copy link
Owner

NullDev commented Oct 3, 2020

Very interesting! thank you :)
Mind if I feature this approach under the top 5?

@NullDev NullDev merged commit 73f9f6a into NullDev:master Oct 3, 2020
@mzelenetz
Copy link
Author

Very interesting! thank you :)
Mind if I feature this approach under the top 5?

Sure thing 👍

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

Successfully merging this pull request may close these issues.

2 participants