tobiasrieger commented on a change in pull request #1026:
URL: https://github.com/apache/systemds/pull/1026#discussion_r474815614



##########
File path: scripts/nn/examples/Example-MNIST_2NN_Leaky_ReLu_Softmax.dml
##########
@@ -20,12 +20,15 @@
 #-------------------------------------------------------------
 
 /*
- * The MNIST Data can be downloaded as follows:
- * mkdir -p data/mnist/
- * cd data/mnist/
- * curl -O https://pjreddie.com/media/files/mnist_train.csv
- * curl -O https://pjreddie.com/media/files/mnist_test.csv
- */
+* This Example trains a feed forward neural network with one input layer, two 
hidden affine layers (200 neurons) with
+* leaky relu activations and one affine output layer with a softmax activation

Review comment:
       Thank you very much for your feedback. I am new at the DAMS Lab and am 
working on a federated parameter server. To compare the performance and model 
accuracy I want to replicate the test setup from a Google paper. Therefor, I 
need a very general example. As a start I decided to add it to the repo, 
because I didn't find a preexisting example that is just a feed forward NN. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to