* Improve the printing messages of gradient loop and bug fix for GluonFunctionEvaluation
* Add Gamma Distribution
* GP Modules enhancement
* Implement Module, GPRegression, SparseGPRegression and SVGPRegression…
* Update the README
* Add score function for variational inference enhancement
* Refactor the interface of inferece for module
* Add score function inference
* Implement common MXNet operators (dot product, diag, etc. in MXFusion enhancement
* Add support for MXNet operators.
* Cleanup kernel function and function wrappers for copying enhancement
* Implement the base class MXFusionFunction