An open API service indexing awesome lists of open source software.

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!

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