Michael Christen

Results 4 issues of Michael Christen

**Expected Behaviour** When susi returns a audio_play action, the hardware which the user is using must play the given audio source. **Steps to reproduce it** susi_server must be running locally!...

feature
Play Audio

in your lines https://github.com/kim-marcel/basic_neural_network/blob/master/src/main/java/basicneuralnetwork/NeuralNetwork.java#L165-L169 ``` weights[n - 1] = weights[n - 1].plus(deltas); // Calculate and set target for previous (next) layer SimpleMatrix previousError = weights[n - 1].transpose().mult(errors); target = previousError.plus(layers[n...

just a small (copy-paste?) typo in the tutorial

shortened links start with a '?' after the host part. But the links created in the stats do not have these. Therefore the links in the stats do not work.