-
**Text Similarity Measurement using Convolutional Neural Networks**
https://github.com/hohoCode/textSimilarityConvNet
**text-retrieval**
https://github.com/ml4a/ml4a-guides/blob/master/notebooks/text…
-
After updating to the latest version of keras I've noticed weird thing.
I'm trying to use CNN with stateful LSTM, but I have a problem creating the model under TensorFlow backend. In Theano everythin…
-
Hi,
I'm trying to build a sequence of CNN and LSTM layers for 1D signal (sound) analysis.
In my network I have the following first layer:
``` python
model.add(TimeDistributed(Convolution1D(nb_filter=…
-
> KeyError: ('The following error happened while compiling the node', forall_inplace,cpu,scan_fn}(Shape_i{1}.0, InplaceGpuDimShuffle{0,1,4,2,3}.0, GpuIncSubtensor{InplaceSet;:int64:}.0, GpuIncSubtenso…
-
# How to recommend
We can recommend some papers for further discussion under this issue. Include a link to the paper + the conference name and other related information (like the abstract, some basic…
-
I'm trying to implement a Convolutional - LSTM.
It's a recurrent layer which accepts an image as input and uses a convolution to calculate the various gates in the LSTM.
So I'm trying to subclass `…
-
Hi,
I am trying to use conv2D plus LSTM to train a network with sequence of images (16 frames) and each sequence has 10 labels.
I made a simulation using Keras.extra and mnist data using the followin…
-
How to perform leaf segmentation on the cvppp dataset after I finished training?(part of the training log:
![image](https://cloud.githubusercontent.com/assets/13804492/19638688/9bf1f872-9a07-11e6-91d…
-
Hi, I got nan problem during the training. I generated captcha by making use your code. The captcha consists of 4-6 chars. Either CNN_LSTM or CNN_Merge leads to same nan problem. I also try different …
-
When RNN (LSTM) is serially connected to convolutional layers or fully-connected layers, is there any issue to train them simutaneously in CNTK? For example, RNN is trained through BPTT and others are…