activation-function Questions
1
Solved
When setting up a Neural Network using Keras you can use either the Sequential model, or the Functional API. My understanding is the the former is easy to set up and manage, and operates as a linea...
Xena asked 16/4, 2018 at 21:59
2
Solved
I have a piece of code that uses sigmoid activation function for classification that outputs [0,1]. But I need a activation function that outputs binary values either 0 or 1.
x = tf.placeholder("...
Dissimilarity asked 23/9, 2017 at 0:46
1
Solved
I have a question. I watched a really detailed tutorial on implementing an artificial neural network in C++. And now I have more than a basic understanding of how a neural network works and how to ...
Deejay asked 7/10, 2017 at 12:46
2
Solved
In an LSTM network (Understanding LSTMs), why does the input gate and output gate use tanh?
What is the intuition behind this?
It is just a nonlinear transformation? If it is, can I change bo...
Bibliotherapy asked 23/11, 2016 at 10:0
1
Solved
The Keras docs for the softmax Activation states that I can specify which axis the activation is applied to. My model is supposed to output an n by k matrix M where Mij is the probability that the ...
Heartthrob asked 29/8, 2017 at 19:38
2
Solved
Suppose you need to make an activation function which is not possible using only pre-defined tensorflow building-blocks, what can you do?
So in Tensorflow it is possible to make your own activatio...
Layout asked 7/10, 2016 at 16:8
1
Solved
I have read the answer given here. My exact question pertains to the accepted answer:
Variables independence : a lot of regularization and effort is put to keep your variables independent, ...
Underbred asked 28/5, 2017 at 4:48
2
Solved
I'm implementing a neural network, and wanted to use ReLU as the activation function of the neurons. Furthermore, I'm training the network with SDG and back-propagation. I'm testing the neural netw...
Dutybound asked 8/1, 2017 at 23:27
2
Solved
I am using the sknn package to build a neural network. In order to optimize the parameters of the neural net for the dataset I am using I am using an evolutionary algorithm. Since the package allow...
Cameraman asked 21/6, 2016 at 14:42
© 2022 - 2024 — McMap. All rights reserved.