An Introduction to the MXNet Python API

#artificialintelligence 

In this series, I will try to give you an overview of the MXnet Deep Learning library: we'll look at its main features and its Python API (which I suspect will be the #1 choice). Later on, we'll explore some of the MXNet tutorials and notebooks available online, and we'll hopefully manage to understand every single line of code! If you'd like learn more about the rationale and the architecture of MXNet, you should read this paper, named "MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems". We'll cover most of the concepts presented in the paper, but hopefully in a more accessible way. First things first: let's install MXNet.