Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in neural-network

Soft attention vs. hard attention

Understanding tf.extract_image_patches for extracting patches from an image

How to visualize a neural network

python image neural-network

Request for example: Recurrent neural network for predicting next value in a sequence

Training on imbalanced data using TensorFlow

Building a mutlivariate, multi-task LSTM with Keras

processing strings of text for neural network input

How To Determine the 'filter' Parameter in the Keras Conv2D Function

Are GAN's unsupervised or supervised?

Keras error : Expected to see 1 array

Tensor is not an element of this graph

Is there a better way to guess possible unknown variables without brute force than I am doing? Machine learning? [duplicate]

Tensorflow: loss decreasing, but accuracy stable

How to disable dropout while prediction in keras?

ValueError: Variable rnn/basic_rnn_cell/kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope?

Batch normalization instead of input normalization

Keras Maxpooling2d layer gives ValueError

how to implement tensorflow's next_batch for own data

Difference between Dense and Activation layer in Keras

What is Adaptive average pooling and How does it work?