https://github.com/ssarcandy/pytorch_fizzbuzz
Solve FizzBuzz using PyTorch!
https://github.com/ssarcandy/pytorch_fizzbuzz
machine-learning pytorch
Last synced: about 2 months ago
JSON representation
Solve FizzBuzz using PyTorch!
- Host: GitHub
- URL: https://github.com/ssarcandy/pytorch_fizzbuzz
- Owner: SSARCandy
- Created: 2018-01-08T17:30:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T16:32:34.000Z (over 8 years ago)
- Last Synced: 2025-01-04T19:27:13.583Z (over 1 year ago)
- Topics: machine-learning, pytorch
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch FizzBuzz
Using NN to train a model that can solve FizzBuzz problem!
## Requirement
- PyTorch 0.2
- Python 3