Top "Mxnet" questions

Apache MXNet is a fast, scalable, open source deep learning framework that supports Python, R, Scala, C++, Julia, Go, and Javascript.

What is the proper way to weight decay for Adam Optimizer

Since Adam Optimizer keeps an pair of running averages like mean/variance for the gradients, I wonder how it should …

tensorflow deep-learning caffe torch mxnet
How to increase validation accuracy with deep neural net?

I am trying to build a 11 class image classifier with 13000 training images and 3000 validation images. I am using deep neural …

deep-learning caffe mxnet
Sudden drop in accuracy while training a deep neural net

I am using mxnet to train a 11-class image classifier. I am observing a weird behavior training accuracy was increasing …

neural-network deep-learning mxnet
MXNet package installation in R

I get plenty of trouble when trying to install MXNet package in R I am using the 3.4.0 version of R …

r package mxnet
Issue in installation of mxnet package in R

mxnet package is not installing in r (on windows 10) when I follow the steps given in its documentation. install.packages("…

r installation mxnet