softmax Questions

1

Solved

I am working on a net in tensorflow which produces a vector which is then passed through a softmax which is my output. Now I have been testing this and weirdly enough the vector (the one that pas...
Carpophagous asked 23/8, 2016 at 19:56

1

Solved

So, I'm working on a building a fully convolutional network (FCN), based off of Marvin Teichmann's tensorflow-fcn My input image data, for the time being is a 750x750x3 RGB image. After running t...
Caffrey asked 23/7, 2016 at 22:19

2

When reviewing through the Sigmoid function that is used in Neural Nets, we found this equation from https://en.wikipedia.org/wiki/Softmax_function#Softmax_Normalization: Different from the stan...

2

I know the form of the softmax regression, but I am curious about why it has such a name? Or just for some historical reasons?
London asked 4/6, 2015 at 7:45

2

Solved

I am using a Softmax activation function in the last layer of a neural network. But I have problems with a safe implementation of this function. A naive implementation would be this one: Vector y...
Spectrohelioscope asked 28/3, 2012 at 11:1

1

Solved

I’m implementing softmax regression in Octave. Currently I’m using a non-vectorized implementation using following cost function and derivatives. Source: Softmax Regression Now I want to imp...
Mosqueda asked 25/1, 2012 at 5:36

© 2022 - 2024 — McMap. All rights reserved.