Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in neural-network

How to implement fact related to false positive vs. false negative balance in neural network?

Caffe LeNet: Difference between `solver.step(1)` and `solver.net.forward()`

How does one use the official Batch Normalization layer in TensorFlow?

How to initialize a convolution layer with an arbitrary kernel in Keras?

Where is `_softmax_cross_entropy_with_logits` defined in tensorflow?

How to implement the derivative of Leaky Relu in python?

How to do GridSearchCV for F1-score in classification problem with scikit-learn?

How to choose the number of units for the Dense layer in the Convoluted neural network for a Image classification problem?

Echo state network?

Neural network, is it worth changing learning rate and momentum over time

Echo State Network learning Mackey-Glass function, but how?

Does Convolutional Neural Network possess localization abilities on images?

Will larger batch size make computation time less in machine learning?

TypeError: 'numpy.float64' object is not iterable Keras

TensorFlow: Does it only have SGD algorithms? or does it also have others like LBFGS

How to reduce a fully-connected (`"InnerProduct"`) layer using truncated SVD

How to use Keras to build a Part-of-Speech tagger?

Tensorflow: Replacement for tf.nn.rnn_cell._linear(input, size, 0, scope)

keras usage of the Activation layer instead of activation parameter

How to train a neural network model with bert embeddings instead of static embeddings like glove/fasttext?