| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
74 (0.19s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: R: R: Using recommenders with String identifiers - Mahout - [mail # user]
|
|
...Hi Claudia, actually a kind of. With the IDMigrator it depends how you store them. You can store them in memory, in a database or in a file. Further if you would use strings these stri...
|
|
|
Author: Manuel Blechschmidt,
2012-03-08, 15:14
|
|
|
Re: R: Using recommenders with String identifiers - Mahout - [mail # user]
|
|
...Yes, sorry. You are correct. So basically then it would consume only at least 9x the memory. /Manuel On 08.03.2012, at 15:01, Sebastian Schelter wrote: Manuel Blechs...
|
|
|
Author: Manuel Blechschmidt,
2012-03-08, 14:37
|
|
|
Re: R: Using recommenders with String identifiers - Mahout - [mail # user]
|
|
...Hallo Claudia, the reason why longs are use is pure efficiency. When you have a lot of things and a lot of users and you are using Strings as identifiers you will need a lot of memory just f...
|
|
|
Author: Manuel Blechschmidt,
2012-03-08, 13:53
|
|
|
Re: packaging a recommender as a war file - Mahout - [mail # user]
|
|
...Hi Ben, basically there are a lot of differences between a command line recommender and a web application. First thing is the packaging. If you want your recommender to work as a web a...
|
|
|
Author: Manuel Blechschmidt,
2012-03-08, 07:59
|
|
|
Re: packaging a recommender as a war file - Mahout - [mail # user]
|
|
...Hi Ben, I have a gihub project which creates a war file in the end with a ready to go recommender. It is a Java EE 6 application with EJBs. Nevertheless should be easy to package it as...
|
|
|
Author: Manuel Blechschmidt,
2012-03-07, 18:00
|
|
|
Re: Using recommenders with String identifiers - Mahout - [mail # user]
|
|
...Hi Claudia, you have to use an IDMigrator. The following projects shows you an example: https://github.com/ManuelB/facebook-recommender-demo https://github.com/ManuelB/facebook-r...
|
|
|
Author: Manuel Blechschmidt,
2012-03-05, 10:27
|
|
|
Re: recommender data live refresh - Mahout - [mail # user]
|
|
...Hello guys, we are using a mahout recommender in a multi threaded environment with an EJB singleton bean with own Concurrency Management. e.g.: (http://docs.oracle.com/javaee/6/tutoria...
|
|
|
Author: Manuel Blechschmidt,
2012-02-27, 13:07
|
|
|
Re: Collaborative Filtering without ratings - Mahout - [mail # user]
|
|
...Hi Simon, yes, this is possible. The following demo project is doing that: https://github.com/ManuelB/facebook-recommender-demo If you replace the Demo file with your data file y...
|
|
|
Author: Manuel Blechschmidt,
2012-02-21, 21:25
|
|
|
Re: Mahout Content based recommendation - Mahout - [mail # user]
|
|
...Hello Vignesh, content based recommendation is as far as I know not supported by taste. Taste uses collaborative filtering techniques. If you want to use content based recommendation I would...
|
|
|
Author: Manuel Blechschmidt,
2012-02-21, 17:25
|
|
|
BedCon Talk: Easy Java EE 6 war with Mahout bundled 0.6 - Mahout - [mail # user]
|
|
...Hello List, I am going to give a talk about setting up mahout in a Java EE environment: http://bed-con.org/talks/how-to-build-a-recommender-system-based-on-mda-gwt-mahout-and-java-ee/ ...
|
|
|
Author: Manuel Blechschmidt,
2012-02-20, 12:23
|
|
|
|