All Projects → eBay → Kprn

eBay / Kprn

Licence: other
Reasoning Over Knowledge Graph Paths for Recommendation

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Kprn

Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-51.36%)
Mutual labels:  lstm, rnn, embeddings
Multi Class Text Classification Cnn Rnn
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
Stars: ✭ 570 (+159.09%)
Mutual labels:  lstm, rnn, embeddings
Load forecasting
Load forcasting on Delhi area electric power load using ARIMA, RNN, LSTM and GRU models
Stars: ✭ 160 (-27.27%)
Mutual labels:  lstm, rnn
Rnnvis
A visualization tool for understanding and debugging RNNs
Stars: ✭ 162 (-26.36%)
Mutual labels:  lstm, rnn
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+853.18%)
Mutual labels:  lstm, rnn
Nspm
🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
Stars: ✭ 156 (-29.09%)
Mutual labels:  knowledge-graph, lstm
Entity2rec
entity2rec generates item recommendation using property-specific knowledge graph embeddings
Stars: ✭ 159 (-27.73%)
Mutual labels:  knowledge-graph, embeddings
Chameleon recsys
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
Stars: ✭ 202 (-8.18%)
Mutual labels:  lstm, rnn
Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (-38.18%)
Mutual labels:  lstm, rnn
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (-16.36%)
Mutual labels:  lstm, embeddings
Rnn For Joint Nlu
Pytorch implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Stars: ✭ 176 (-20%)
Mutual labels:  lstm, rnn
Sign Language Gesture Recognition
Sign Language Gesture Recognition From Video Sequences Using RNN And CNN
Stars: ✭ 214 (-2.73%)
Mutual labels:  lstm, rnn
Tensorflow Bitcoin Robot
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.
Stars: ✭ 155 (-29.55%)
Mutual labels:  lstm, rnn
Pytorch Image Comp Rnn
PyTorch implementation of Full Resolution Image Compression with Recurrent Neural Networks
Stars: ✭ 146 (-33.64%)
Mutual labels:  lstm, rnn
Poetry Seq2seq
Chinese Poetry Generation
Stars: ✭ 159 (-27.73%)
Mutual labels:  lstm, rnn
Rnn poetry generator
基于RNN生成古诗
Stars: ✭ 143 (-35%)
Mutual labels:  lstm, rnn
Lstm Music Genre Classification
Music genre classification with LSTM Recurrent Neural Nets in Keras & PyTorch
Stars: ✭ 166 (-24.55%)
Mutual labels:  lstm, rnn
Char Rnn Chinese
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch. Based on code of https://github.com/karpathy/char-rnn. Support Chinese and other things.
Stars: ✭ 192 (-12.73%)
Mutual labels:  lstm, rnn
Linear Attention Recurrent Neural Network
A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transformer Network. The LARNN cell with attention can be easily used inside a loop on the cell state, just like any other RNN. (LARNN)
Stars: ✭ 119 (-45.91%)
Mutual labels:  lstm, rnn
Chinese Chatbot
中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行,跑不起来直播吃键盘。
Stars: ✭ 124 (-43.64%)
Mutual labels:  lstm, rnn

Reasoning Over Knowledge Graph Paths for Recommendation

This is code related to the AAAI 2019 paper "Explainable Reasoning over Knowledge Graphs for Recommendation.". The code makes extensive use of machine learning techniques, and will be useful for training and prediction of recommendation attributes of media, or other items as described in the paper.

Platform Requirements

This code requires Python(2.7 or 3.5) and Lua(5.3). Please ensure the runtime environments for these are installed. The details could be found in the readMe.pdf.

Steps to Build a Model File in Training Model & Steps to Make Predictions

The model details could be found through readMe.pdf.

Attribution and Acknowledgements

Acknowledgement and thanks to others for open source work used in this project. Code used in this project is available from the following sources.

  1. https://github.com/rajarshd/ChainsofReasoning
    Author: Rajarshi Das
    See Chains of Reasoning over Entities, Relations, and Text using Recurrent Neural Networks
    Licensed under at least Section D5 of Github Terms of Service..

  2. https://github.com/hexiangnan/neural_collaborative_filtering
    Author: Dr. Xiangnan He (http://www.comp.nus.edu.sg/~xiangnan/)
    See Xiangnan He, Lizi Liao, Hanwang Zhang, Liqiang Nie, Xia Hu and Tat-Seng Chua (2017). Neural Collaborative Filtering. In Proceedings of WWW '17, Perth, Australia, April 03-07, 2017.
    Licensed under Apache 2.0.

  3. https://github.com/hexiangnan/neural_factorization_machine
    Author: Dr. Xiangnan He (http://www.comp.nus.edu.sg/~xiangnan/)
    See Xiangnan He and Tat-Seng Chua (2017). Neural Factorization Machines for Sparse Predictive Analytics. In Proceedings of SIGIR '17, Shinjuku, Tokyo, Japan, August 07-11, 2017.
    Licensed under at least Section D5 of Github Terms of Service.

  4. https://github.com/HKUST-KnowComp/FMG
    See Meta-Graph Based Recommendation Fusion over Heterogeneous Information Networks
    Licensed under at least Section D5 of Github Terms of Service.

License

Modifications Copyright 2018 eBay Inc.
Authors/Developers of Modifications: Dingxian, Wang ([email protected]) and Canran, Xu ([email protected])
New code and modifications to code are licensed under the MIT License.. See LICENSE for the license text.

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].