Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Experiment code for Bridging Collaborative Filtering and Semi-Supervised Learning: A Neural Approach for POI recommendation

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`