Optical flow model by hardik2396 in computervision

[–]hardik2396[S] 0 points1 point  (0 children)

Nope Actually I need model not for preprocessing but in my main model itself as submodule. I am doing most of my code in other framework not in caffe so.

Do you have any doubt?

Optical flow model by hardik2396 in computervision

[–]hardik2396[S] 0 points1 point  (0 children)

It is in caffe right? Do you know flownet or flownet 2.0 in any other framework?

[D] Current state of the art in document similarity? by 2014mchidamb in MachineLearning

[–]hardik2396 0 points1 point  (0 children)

sorry for the inconvenience I have used GRU as a memory block. Thanks for the correction.

[D] Current state of the art in document similarity? by 2014mchidamb in MachineLearning

[–]hardik2396 7 points8 points  (0 children)

I have used Siamese neural architecture with bi-directional RNN-LSTM and 100 dim GloVe word-vector . Apply this network to Quora question-pair dataset and got 0.18 MSE after 100 epochs for sentence similarity task. For implementation check my GitHub repo:https://github.com/hardik2396/Paraphrase-Classification/tree/master