mattn/gorgonia-fizzbuzz
FizzBuzz on Gorgonia
This project helps you train a machine learning model to play the classic children's game FizzBuzz. It takes numerical inputs and produces the correct Fizz, Buzz, or FizzBuzz output. This is for anyone interested in a basic, illustrative example of deep learning in action, especially those curious about how neural networks can learn simple rules.
No commits in the last 6 months.
Use this if you want to see a very simple deep learning model learn to apply specific rules to numbers, without needing to understand complex datasets.
Not ideal if you're looking to solve a real-world business problem or work with complex, unstructured data.
Stars
7
Forks
1
Language
Go
License
—
Category
Last pushed
Jan 18, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mattn/gorgonia-fizzbuzz"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications