<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://recsyswiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marcelcaraciolo</id>
	<title>RecSysWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://recsyswiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marcelcaraciolo"/>
	<link rel="alternate" type="text/html" href="https://recsyswiki.com/wiki/Special:Contributions/Marcelcaraciolo"/>
	<updated>2026-05-02T10:03:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://recsyswiki.com/index.php?title=List_of_recommender_system_blogs&amp;diff=1111</id>
		<title>List of recommender system blogs</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=List_of_recommender_system_blogs&amp;diff=1111"/>
		<updated>2011-11-24T17:34:41Z</updated>

		<summary type="html">&lt;p&gt;Marcelcaraciolo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blogs by individuals:&lt;br /&gt;
* [http://bickson.blogspot.com/ Large Scale Machine Learning and Other Animals], [[Danny Bickson]], main author of the [[GraphLab]] [[collaborative filtering]] library&lt;br /&gt;
* [http://urbanmining.wordpress.com/ Urban Mining], [[Neal Lathia]]&lt;br /&gt;
* [http://musicmachinery.com/ Music Machinery]], [[Paul Lamere]] of [[The Echo Nest]]&lt;br /&gt;
* [http://ssc.io/ &amp;quot;I, for one, welcome our new computer overlords.&amp;quot;], [[Sebastian Schelter]], [[Apache Mahout]] contributor&lt;br /&gt;
* [http://technocalifornia.blogspot.com/ TechnoCalifornia], [[Xavier Amatriain]] of [[Netflix]]&lt;br /&gt;
* [http://glinden.blogspot.com/ Geeking with Greg], [[Greg Linden]], developer of the first [[Amazon]] recommender&lt;br /&gt;
* [http://aimotion.blogspot.com/ A.I in Motion], [[Marcel Caraciolo]],  main author of the Python Recommender Framework [[Crab]]&lt;br /&gt;
&lt;br /&gt;
Company blogs:&lt;br /&gt;
* [http://tech.hulu.com/blog/ Hulu Tech blog], by [[Hulu]]&lt;br /&gt;
&lt;br /&gt;
Other blogs:&lt;br /&gt;
* [http://acmrecsys.wordpress.com/ ACM RecSys blog]&lt;br /&gt;
&lt;br /&gt;
[[Category: List|Blog]]&lt;/div&gt;</summary>
		<author><name>Marcelcaraciolo</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Crab&amp;diff=595</id>
		<title>Crab</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Crab&amp;diff=595"/>
		<updated>2011-07-30T04:43:15Z</updated>

		<summary type="html">&lt;p&gt;Marcelcaraciolo: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Crab''' is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (Numpy, Scipy , Matplotlib). The engine aims primarily to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms. It is designed for scability, flexibility and performance making use of scientific optimized python packages in order to provide simple and efficient solutions pluggable that are accessible to everybody and reusable in various contexts: science and engineering.  &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&lt;br /&gt;
The engine is open-source by BSD license and takes user's preferences for items and returns estimated preferences for other items. For instance, a web site that sells movies could easily use Crab to figure out, from past purchase data, which movies a customer might be interested in watching to. Technically, Crab would work as a toolkit with several recommender algorithms and extensible interfaces as also with  support to data models such as databases, text files, etc. The output can be easily in a future release provided by web services via REST or SOAP. Another important feature is to give the machine learning developer the tools for evaluate the techniques by using perfomance metrics widely used in the recommenders field as well as providing the base interfaces in order to implement custom recommender algorithms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Currently in Development ==&lt;br /&gt;
&lt;br /&gt;
*Collaborative Filtering methods: Item-Based and User-Based.&lt;br /&gt;
* Support to FileDataModels&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* https://github.com/muricoca/crab official website&lt;br /&gt;
* http://www.slideshare.net/marcelcaraciolo/crab-a-python-framework-for-building-recommendation-systems  Presentation about Crab&lt;br /&gt;
* http://www.archive.org/details/Thursday-203-1-CrabARecommendationEngineFrameworkForPython  Video Lecture about Crab at Scipy Conference 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Marcelcaraciolo</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Crab&amp;diff=594</id>
		<title>Crab</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Crab&amp;diff=594"/>
		<updated>2011-07-30T04:36:39Z</updated>

		<summary type="html">&lt;p&gt;Marcelcaraciolo: /* Currently in Development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Crab''' is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (Numpy, Scipy , Matplotlib). The engine aims primarily to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms. It is designed for scability, flexibility and performance making use of scientific optimized python packages in order to provide simple and efficient solutions pluggable that are accessible to everybody and reusable in various contexts: science and engineering.  &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&lt;br /&gt;
The engine is open-source by BSD license and takes user's preferences for items and returns estimated preferences for other items. For instance, a web site that sells movies could easily use Crab to figure out, from past purchase data, which movies a customer might be interested in watching to. Technically, Crab would work as a toolkit with several recommender algorithms and extensible interfaces as also with  support to data models such as databases, text files, etc. The output can be easily in a future release provided by web services via REST or SOAP. Another important feature is to give the machine learning developer the tools for evaluate the techniques by using perfomance metrics widely used in the recommenders field as well as providing the base interfaces in order to implement custom recommender algorithms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Currently in Development ==&lt;br /&gt;
&lt;br /&gt;
*Collaborative Filtering methods: Item-Based and User-Based.&lt;br /&gt;
* Support to FileDataModels&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* https://github.com/muricoca/crab official website&lt;br /&gt;
* http://www.slideshare.net/marcelcaraciolo/crab-a-python-framework-for-building-recommendation-systems  Presentation about Crab&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Marcelcaraciolo</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Crab&amp;diff=506</id>
		<title>Crab</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Crab&amp;diff=506"/>
		<updated>2011-06-09T19:27:29Z</updated>

		<summary type="html">&lt;p&gt;Marcelcaraciolo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Crab''' is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (Numpy, Scipy , Matplotlib). The engine aims primarily to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms. It is designed for scability, flexibility and performance making use of scientific optimized python packages in order to provide simple and efficient solutions pluggable that are accessible to everybody and reusable in various contexts: science and engineering.  &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&lt;br /&gt;
The engine is open-source by BSD license and takes user's preferences for items and returns estimated preferences for other items. For instance, a web site that sells movies could easily use Crab to figure out, from past purchase data, which movies a customer might be interested in watching to. Technically, Crab would work as a toolkit with several recommender algorithms and extensible interfaces as also with  support to data models such as databases, text files, etc. The output can be easily in a future release provided by web services via REST or SOAP. Another important feature is to give the machine learning developer the tools for evaluate the techniques by using perfomance metrics widely used in the recommenders field as well as providing the base interfaces in order to implement custom recommender algorithms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Currently in Development ==&lt;br /&gt;
&lt;br /&gt;
* Support for Data Models (text files and Dictionary Models)&lt;br /&gt;
* Support for commonly used pairwise metrics such as Cosine, Pearson, Euclidean, Tanimoto, etc.&lt;br /&gt;
* Base interfaces for Similarities and Recommenders&lt;br /&gt;
* Collaborative Filtering methods: Item-Based and User-Based.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* https://github.com/muricoca/crab official website&lt;br /&gt;
* http://www.slideshare.net/marcelcaraciolo/crab-a-python-framework-for-building-recommendation-systems  Presentation about Crab&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Marcelcaraciolo</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Crab&amp;diff=505</id>
		<title>Crab</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Crab&amp;diff=505"/>
		<updated>2011-06-09T19:05:17Z</updated>

		<summary type="html">&lt;p&gt;Marcelcaraciolo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Crab''' is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (Numpy, Scipy , Matplotlib). The engine aims primarily to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms. It is designed for scability, flexibility and performance making use of scientific optimized python packages in order to provide simple and efficient solutions pluggable that are accessible to everybody and reusable in various contexts: science and engineering.  &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&lt;br /&gt;
The engine is open-source by BSD license and takes user's preferences for items and returns estimated preferences for other items. For instance, a web site that sells movies could easily use Crab to figure out, from past purchase data, which movies a customer might be interested in watching to. Technically, Crab would work as a toolkit with several recommender algorithms and extensible interfaces as also with  support to data models such as databases, text files, etc. The output can be easily in a future release provided by web services via REST or SOAP. Another important feature is to give the machine learning developer the tools for evaluate the techniques by using perfomance metrics widely used in the recommenders field as well as providing the base interfaces in order to implement custom recommender algorithms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Currently in Development ==&lt;br /&gt;
&lt;br /&gt;
* Support for Data Models (text files and Dictionary Models)&lt;br /&gt;
* Support for commonly used pairwise metrics such as Cosine, Pearson, Euclidean, Tanimoto, etc.&lt;br /&gt;
* Base interfaces for Similarities and Recommenders&lt;br /&gt;
* Collaborative Filtering methods: Item-Based and User-Based.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* https://github.com/muricoca/crab official website&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Marcelcaraciolo</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Crab&amp;diff=504</id>
		<title>Crab</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Crab&amp;diff=504"/>
		<updated>2011-06-09T18:57:53Z</updated>

		<summary type="html">&lt;p&gt;Marcelcaraciolo: Crab: A Python Framework for Building Recommender Engines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Crab''' is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (Numpy, Scipy , Matplotlib). The engine aims primarily to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms. It is designed for scability, flexibility and performance making use of scientific optimized python packages in order to provide simple and efficient solutions pluggable that are accessible to everybody and reusable in various contexts: science and engineering.  &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
&lt;br /&gt;
The engine is open-source by BSD license and takes user's preferences for items and returns estimated preferences for other items. For instance, a web site that sells movies could easily use Crab to figure out, from past purchase data, which movies a customer might be interested in watching to. Technically, Crab would work as a toolkit with several recommender algorithms and extensible interfaces as also with  support to data models such as databases, text files, etc. The output can be easily in a future release provided by web services via REST or SOAP. Another important feature is to give the machine learning developer to evaluate by using perfomance metrics widely used in the recommenders field as well as to implement their custom recommender algorithms by using Crab's base interfaces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Currently in Development ==&lt;br /&gt;
&lt;br /&gt;
* Support for Data Models (text files and Dictionary Models)&lt;br /&gt;
* Support for commonly used pairwise metrics such as Cosine, Pearson, Euclidean, Tanimoto, etc.&lt;br /&gt;
* Base interfaces for Similarities and Recommenders&lt;br /&gt;
* Collaborative Filtering methods: Item-Based and User-Based.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* https://github.com/muricoca/crab official website&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Marcelcaraciolo</name></author>
		
	</entry>
</feed>