Re: Project Idea - Blockchain

2022-01-06 Thread Steven Bourke
I’m interested. Very out of the loop with mahout - it’s been more than 10 years :-) On Thu, 6 Jan 2022 at 02:04, Andrew Musselman wrote: > After some chats with Trevor about project direction we wanted to bring > some ideas back to the lists. > > I have professional interest in blockchain tech,

Website link

2011-12-05 Thread Steven Bourke
Hi Guys, Sorry if this is pedantic! I was looking for the javadoc and noticed if I click documentation on the top of the page I'm brought through to https://cwiki.apache.org/confluence/display/MAHOUT/Mahout+Wiki where as if I scroll down a little to "User Resources" the documentation link brings

com/google/common/base/CharMatcher change?

2011-10-14 Thread Steven Bourke
Hi Guys, I just downloaded the latest SVN and updated my java project to point towards the newly compiled JAR's. I'm getting the following error when I run my code, can anyone point me in the right direction as to what may have changed? I've included the various dependencies etc. as per usual. Ex

Re: San Francisco/Bay Area Mahout users group

2011-09-16 Thread Steven Bourke
How about one at Recsys in Chicago in October (recsys.acm.org) there are definitely other researchers using mahout, some industry folks will be there to. I'll be attending the conference. On Fri, Sep 16, 2011 at 4:04 PM, Grant Ingersoll wrote: > We do from time to time, but they are usually ad h

Normalisation on Boolean Recommenders

2011-07-13 Thread Steven Bourke
Hi - It looks like the boolean recommenders would benefit from some form of normalisation in the predictive stage of the recommendation algorithm. An item that is prominent in a users neighbourhood may lose out simply because of a high similarity between two single users. I'm assuming there is a

Re: mahout recommendation help

2011-02-06 Thread Steven Bourke
Yeah if something is to good to be true... ! I didn't notice anything particularly different about the item based approach over the user based. Are there functions built into mahout so I can check how dense / sparse the user,item matrix is? Steven Bourke Clarity Centre for Senso

Re: mahout recommendation help

2011-02-06 Thread Steven Bourke
nning evaluations against it. Steven Bourke Clarity Centre for Sensor Web Technologies, Science North, School of Computer Science & Informatics, University College Dublin. On 5 Feb 2011, at 23:11, Lance Norskog wrote: > Hi- > > This is a boolean case, so you can use the Boolean preferenc

Re: mahout dependency on windows

2010-10-25 Thread Steven Bourke
What are you trying to achieve with mahout? There are other tools out there that may work better for glyph given you are on windows Sent from phone On 25 Oct 2010, at 07:05, Divya wrote: > Hi, > > > > Is it required to install cygwin and Hadoop to work with Mahout. > > Cant I install/work

Re: GraphLab: A New Parallel Framework for Machine Learning

2010-08-23 Thread Steven Bourke
The implementation is only in c++? On 23 Aug 2010, at 13:48, Varun Gupta wrote: > The project is located at http://www.graphlab.ml.cmu.edu > > And here is the research paper behind it, > http://www.select.cs.cmu.edu/publications/scripts/papers.cgi?Low+al:uai10graphlab > > I Remain, > Varun Gup

Re: javax.persistence missing?

2010-08-18 Thread Steven Bourke
elliJ's free edition of the 3.) >> >> Without it, yeah, setting up the dependencies is manual and bound to >> break regularly. You're getting some form of this error and it'll keep >> happening if you don't use Maven. >> >> (Although I must

javax.persistence missing?

2010-08-18 Thread Steven Bourke
Hi, I've been using the compiled version of mahout 0.3. I now want to work from the source package so that I can incorporate some changes and so forth. Previously I just associated the JAR files from the compiled version of mahout with my IDE (Netbeans). It appears this is not so straight for