Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cuiqiang1990/HCA
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CRIPAC-DIG/HCA
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 14, 2019

  1. Update README.md

    SXKDZ authored Aug 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    baba2ad View commit details

Commits on Apr 25, 2024

  1. Update README.md

    OPilgrim authored Apr 25, 2024
    Copy the full SHA
    51fff83 View commit details
  2. Add files via upload

    OPilgrim authored Apr 25, 2024
    Copy the full SHA
    0590224 View commit details
Showing with 17 additions and 6 deletions.
  1. +17 −6 README.md
  2. BIN hca.png
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
HCA
# HCA

Code for my Neurocomputing-2019. It is implemented by Python27 and Theano.
<img src="hca.png" alt="model" style="zoom: 50%;" />

A Hierarchical Contextual Attention-based Network for Sequential Recommendation
This is the code for the Neurocomputing 2019 Paper: [A Hierarchical Contextual Attention-based Network for Sequential Recommendation](https://www.sciencedirect.com/science/article/pii/S0925231219306642).

https://www.sciencedirect.com/science/article/pii/S0925231219306642
## Usage

BibTex:

## Requirements

- Python27
- Theano

## Citation

Please cite our paper if you use the code:
```
@article{cui2019hierarchical,
title={A Hierarchical Contextual Attention-based Network for Sequential Recommendation},
author={Cui, Qiang and Wu, Shu and Huang, Yan and Wang, Liang},
journal={Neurocomputing},
year={2019},
publisher={Elsevier}
}
```

## Contact information

If you have other questions or confusions, please send email to [cuiqiang1990@hotmail.com].
If you have other questions or confusions, please send email to [cuiqiang1990@hotmail.com](mailto:cuiqiang1990@hotmail.com).
Binary file added hca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.