Or any open source project which utilize collective intelligence extensively?.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
look up weka (java) and the Datamining book by Franke and Witten
There's a new book out from Manning, "Collective Intelligence in Action". There are also code samples available written in Java. I also recommend the Toby Segaran book. Coming from a Java background I was able to follow the Python code without a problem.
Take a look at the book Collective Intelligence by Toby Segaran. It covers lots of topics, such as how Amazon generates recommendations etc etc. There's lots of source code in the book written in Python, which should be easy to port to Java/.Net