Uncovering hidden patterns through machine learning

Dec 21, 2017·
Tuhin Sharma
Tuhin Sharma
,
Bargava Subramanian
· 1 min read
Image credit:

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.

Read more..