https://github.com/mingstar/collaborative-filtering-examples
Example code for my Collaborative Filtering talk in rorosyd
https://github.com/mingstar/collaborative-filtering-examples
collaborative-filtering example ruby
Last synced: about 2 months ago
JSON representation
Example code for my Collaborative Filtering talk in rorosyd
- Host: GitHub
- URL: https://github.com/mingstar/collaborative-filtering-examples
- Owner: MingStar
- Created: 2013-04-09T00:32:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T04:22:10.000Z (almost 12 years ago)
- Last Synced: 2025-01-19T19:53:11.307Z (4 months ago)
- Topics: collaborative-filtering, example, ruby
- Language: Ruby
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Collaborative Filtering Example Code
====================================Example code for my talks in [rorosyd](http://ruby.org.au/meetups/syd.html).
Talk on 9/Apr/13:
> [Slides](https://docs.google.com/presentation/d/1L_0oKELH7aZQXGJ7MFWHI0nbRAuflcpnzRIxwtM8hhI/pub?start=false&loop=false&delayms=3000)Subsequent talk on 11/Jun/13:
> [Slides](https://docs.google.com/presentation/d/17hdzKnRAzJ3Y56dr2KdpaHjIabwzp8nvctHi9Oh99ww/pub?start=false&loop=false&delayms=3000)
**NB:** The code is for demonstration purpose, and is NOT production-ready.