Uncovering hidden patterns through machine learning
Dec 21, 2017·,·
1 min read
Tuhin Sharma
Bargava Subramanian
Description
FizzBuzz problem was made popular by Joel Grus’ post on tensorflow. This article shows how to model fizzbuzz using MXNet. This article shows how to use the basic building blocks of MXNet (autograd etc.) to build a network from scratch. It then goes to show how to use higher level APIs in MXNet to achieve the same.