All Projects → zhangzibin → Paircnn Ranking

zhangzibin / Paircnn Ranking

A tensorflow implementation of Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Paircnn Ranking

Tensorflow template application
TensorFlow template application for deep learning
Stars: ✭ 1,851 (+951.7%)
Mutual labels:  cnn
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-7.39%)
Mutual labels:  cnn
Kaggle Competition Favorita
5th place solution for Kaggle competition Favorita Grocery Sales Forecasting
Stars: ✭ 169 (-3.98%)
Mutual labels:  cnn
Dgc Net
A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"
Stars: ✭ 159 (-9.66%)
Mutual labels:  cnn
Weixinxiaochengxu
小帅一点资讯微信小程序图像识别源码,微信小程序百度AI接口源码,微信小程序图片上传显示缩放缩略图,人工智能,图像识别,人脸颜值分析,植物、动物、车型、LOGO、食材、手写文字识别等
Stars: ✭ 162 (-7.95%)
Mutual labels:  cnn
Cnn captcha
use cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。
Stars: ✭ 2,273 (+1191.48%)
Mutual labels:  cnn
Awesome Speech Recognition Speech Synthesis Papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Stars: ✭ 2,085 (+1084.66%)
Mutual labels:  cnn
Cnn Cbir Benchmark
CNN CBIR benchmark (ongoing)
Stars: ✭ 171 (-2.84%)
Mutual labels:  cnn
Mstar deeplearning project
Radar target classification, detection and recognition using deeplearning methods on MSTAR dataset
Stars: ✭ 163 (-7.39%)
Mutual labels:  cnn
Eeg Dl
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
Stars: ✭ 165 (-6.25%)
Mutual labels:  cnn
Pytorch Receptive Field
Compute CNN receptive field size in pytorch in one line
Stars: ✭ 160 (-9.09%)
Mutual labels:  cnn
Tf Adnet Tracking
Deep Object Tracking Implementation in Tensorflow for 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'
Stars: ✭ 162 (-7.95%)
Mutual labels:  cnn
Handpose
A python program to detect and classify hand pose using deep learning techniques
Stars: ✭ 168 (-4.55%)
Mutual labels:  cnn
Simple cnn
Simple Convolutional Neural Network Library
Stars: ✭ 158 (-10.23%)
Mutual labels:  cnn
Lenet5 hls
FPGA Accelerator for CNN using Vivado HLS
Stars: ✭ 167 (-5.11%)
Mutual labels:  cnn
Documentclassification
This code implements a simple CNN model for document classification with tensorflow.
Stars: ✭ 151 (-14.2%)
Mutual labels:  cnn
Person Reid Triplet Loss
Person re-ID baseline with triplet loss
Stars: ✭ 165 (-6.25%)
Mutual labels:  cnn
Slot filling intent joint model
attention based joint model for intent detection and slot filling
Stars: ✭ 175 (-0.57%)
Mutual labels:  cnn
Autoclint
A specially designed light version of Fast AutoAugment
Stars: ✭ 171 (-2.84%)
Mutual labels:  cnn
Cnnimageretrieval
CNN Image Retrieval in MatConvNet: Training and evaluating CNNs for Image Retrieval in MatConvNet
Stars: ✭ 168 (-4.55%)
Mutual labels:  cnn

PairCNN-Ranking

A tensorflow implementation of Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks

Training Data

As train.txt and test.txt in ./data dir, each line is an sample, which is splited by comma: query, document, label. And the example data is created by me to test the code, which is not real click data.

Usage

python train.py -h
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].