Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnranWang/PACE
Experiment code for Bridging Collaborative Filtering and Semi-Supervised Learning: A Neural Approach for POI recommendation
https://github.com/AnranWang/PACE
Last synced: 3 months ago
JSON representation
Experiment code for Bridging Collaborative Filtering and Semi-Supervised Learning: A Neural Approach for POI recommendation
- Host: GitHub
- URL: https://github.com/AnranWang/PACE
- Owner: AnranWang
- Created: 2017-06-01T02:17:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T19:54:03.000Z (over 7 years ago)
- Last Synced: 2024-06-29T10:33:04.720Z (5 months ago)
- Language: Jupyter Notebook
- Size: 211 KB
- Stars: 7
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PACE
This is an implementation of network proposed by Bridging Collaborative
Filtering and Semi-Supervised Learning: A Neural Approach for POI recommendation with Keras.To run this code, you must have Python 3 and iPython Notebook installed.
## Usage:
* Use `bash download_data.sh` to download data
* Start iPython Notebook Server `ipython3 notebook`
* Sequentially run cells in `try_context.ipynb`If you are using remote machine, you can:
* Start iPython Notebook Server on remote machine: `ipython notebook --no-browser --port=8889`
* Redirect ssh connection to localhost `ssh -N -f -L localhost:8880:localhost:8889 @`
* Open browser and go to `@:8880`