-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
40 lines (34 loc) · 1.72 KB
/
README
File metadata and controls
40 lines (34 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=Collective Intelligence
This project aims to build the code samples for Toby Segaran's
"Programming Collective Intelligence" in Ruby. The original code
samples are in Python.
The original code repository was Google Code -
http://code.google.com/p/collectiveintelrb - and was migrated to
Github on Jan 24, 2009.
==Links
Acquire the book:
* Amazon - http://tinyurl.com/478tvt
* O'Reilly - http://tinyurl.com/3pf5o4
Other Ruby versions of Programming Collective Intelligence:
* David Dai hasn't gotten beyond chapter 2 either (Github -
http://github.com/newtonapple/programming-collective-intelligence)
* halfbyte - http://tinyurl.com/46aese blog (Github -
http://github.com/halfbyte/programming_collective_intelligence_in_ruby)
* Mauricio wrote the recommendation engine as a Rails plugin (Github -
http://github.com/mauricio/collective_intelligence_examples)
* pci-ruby on Assembla - http://www.assembla.com/wiki/show/pci-ruby
* Steven Romej completed chapter 2, including his own version of
Python's pydelicious library - http://tinyurl.com/cg3qq5
* this is totally gonna work - http://tinyurl.com/4ymnqx (Github -
http://github.com/alexvollmer/pci4r)
* Search Github for "collective intelligence" and language "Ruby" -
http://tinyurl.com/d24r9y
Related
* Interview with Toby Segaran on O'Reilly Network - http://tinyurl.com/28lq84
* Andrew Moore's online Statistical Data Mining Tutorials covers many
of the same topics in detail - http://www.autonlab.org/tutorials/
* Why Arc is bad for exploratory programming - http://tinyurl.com/65d8mz
* Paul Dix's Slides for GoRuCo Collective Intelligence Talk -
http://tinyurl.com/cs6o5d
* Paul Dix, 2008 Goruco speaker - http://2008.goruco.com/speakers#dix
(blog - http://www.pauldix.net/)