[GitHub] theSparta commented on issue #8126: Not able to train a neural network [XOR added]

2019-01-31 Thread GitBox
theSparta commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-459588538 @vdantu I switched to Tensorflow instead to solve my problem instead of using MXNet.

[GitHub] theSparta commented on issue #8126: Not able to train a neural network [XOR added]

2019-01-16 Thread GitBox
theSparta commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-455016145 @leleamol I don't have access to my machine anymore and I stopped using MXNet a long time ago.

[GitHub] theSparta commented on issue #8126: Not able to train a neural network [XOR added]

2018-10-26 Thread GitBox
theSparta commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-433593876 It was a long time ago but I was trying to use the C++ API because the trained network was supposed to be interfaced with

[GitHub] theSparta commented on issue #8126: Not able to train a neural network [XOR added]

2017-10-03 Thread git
theSparta commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-333847990 I am adding a very simple example here in which I tried to fit a neural network on the XOR function but unable to do so as