similar to: Clustering Project

Displaying 20 results from an estimated 7000 matches similar to: "Clustering Project"

2016 Mar 23
3
clustering technique using lsi
Hello sir, You have interpreted correctly that clustering will be done by generating the ring around the Document(i.e. the basic idea of LSI). But it is not like increasing the radius and the next shell will be another cluster, Rather it would pick one document (based on relevance score) and form a ring around it to cluster the document, then from the remaining documents(not in the cluster but
2016 Mar 22
2
A query about clustering Idea
You mean, to take review on proposal I need to create an application? and if it is the case then please tell me how to create application? On Tue, Mar 22, 2016 at 6:24 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Tue, Mar 22, 2016 at 12:49:58PM +0530, MURTUZA BOHRA wrote: > > > I have prepared a draft proposal for clustering problem. If you have > >
2016 Mar 20
2
A query about clustering Idea
Hello sir! Thank you for your gentle reply, I have visited to the github repository before but the code was not commented properly still I am trying to understand and figure out the redundant task in the algorithm by reading the code. For the same I asked you if there is any other document or information is available with you which can help me to understand it better would be great. It's okay
2016 Mar 20
2
A query about clustering Idea
I am interested in clustering of search results idea, I know clustering techniques from the perspective of Machine learning! And I am figuring out the way to implement machine learning technique for clustering search result. I had 5-month back a project on LSI(latent simantic indexing and raking the search result) through that if I am given the TF-IDF matrix then clustering can be done quickly and
2016 Mar 22
2
A query about clustering Idea
Sir, I have prepared a draft proposal for clustering problem. If you have previous year's accepted proposal please share it, that would be very helpful. And also I have attached my proposal, please review it. Thanks On Mon, Mar 21, 2016 at 7:10 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Sun, Mar 20, 2016 at 11:39:37PM +0530, MURTUZA BOHRA wrote: > > >
2016 Mar 22
3
clustering technique using lsi
I am still trying to find some faster clustering technique for search result. One technique which strike to me is, using the Latent Semantic Indexing for Clustering the search result can give better results. In which we don't even need to iterate over different values of 'k'(in K-means algorithm) to cluster documents rather we can cluster whole search result in one go. How Latent
2018 Jun 13
3
r-base-dev not installing in Ubuntu 16.04
Hello All, When I try to install r-base-dev on my Ubuntu 16.04 it gives me the following error r-base-dev : Depends: dh-r but it is not installable E: Unable to correct problems, you have held broken packages. I added the following two repos deb https://mirrors.ebi.ac.uk/CRAN/bin/linux/ubuntu xenial-cran35 deb http://uk-mirrors.evowise.com/ubuntu/ bionic-backports main restricted universe but
2019 Apr 10
2
GSoC 2019 Update
Student applications closed about 13 hours ago. Thanks to all the students who applied to us. We've made a start on reviewing proposals - please keep an eye open for emails or IRC (if you're on IRC) as we may have further questions for you. One general note - like many orgs in GSoC, we do expect students to contribute a patch as part of their application. This is very helpful as it
2014 Nov 09
2
Willing to Join Xapian.
I am willing to work for Xapian . I'm a fourth year undergraduate Student , I have done my elimentary course on machine learning algorithm . I am also familiar with C/C++ and basis Python,HTML,CSS,Javascript . Please suggest what all do I need to learn or read so as to start contributing to the open source community of Xapian . As an amateur and as per your free slots what project form the
2015 Feb 15
2
GSoC 2015
Google's Summer of Code is happening again this year. If you're not familiar with GSoC, see: http://code.google.com/soc/ We decided to apply some time ago, but applications for orgs are now open and need to be in by this coming Friday (20th) so we need to get things a bit more organised. Accepted orgs are due to be announced on March 2nd, and students can apply between March 16th and
2016 Apr 08
2
Bite-size project
On Fri, Apr 08, 2016 at 09:57:16AM -0400, Richhiey Thomas wrote: > Sorry to take so much time on this. Was down with coursework because the > semester end is nearing. Not a problem -- that sort of thing is affecting a lot of people at the moment! > I used the latest development version which is 1.3.5 for this patch. > I have implemented the $match function and it works fine when I
2012 Sep 01
1
Xapian Github Organization
Hi, I am suggesting to turn https://github.com/xapian into an organization. -- Best regards, Uvarov Michael
2018 Jun 13
0
r-base-dev not installing in Ubuntu 16.04
I have recently re-installed R on my Ubuntu system to get R 3.5 and found this to have worked: # you may need to remove incumbent repos e.g. with: sudo apt-add-repository --remove ppa:marutter/rrutter # add new repos sudo apt-add-repository ppa:marutter/rrutter3.5 # for base R sudo apt-add-repository ppa:marutter/c2d4u4.5 # for pkgs - this saved me lots of time installing my set-up At the end
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
On Mon, May 22, 2023 at 10:35:25PM +0000, nebulaaksum wrote: > I was just installing xapian-bindings-1.4.22 on Ubuntu 22.04, but I > got the following warning message: > > configure: WARNING: Xapian library is version 1.4.18 but the bindings > are version 1.4.22 - we strongly recommend using matching versions. The issue here is mostly that xapian-bindings wraps almost the entire
2009 Aug 31
2
Trace Disk I/O per guest domain!
Dear All, I am trying to trace all the disk I/O accesses made by the xen guest domains to dom0 domain. I would request for critics or comments in doing the same. Its easy to run "iostat -x" on all domains and dom0 to get the disk i/o utilization stats, but I am just looking if there can be any other way than running this utility in all domUs but using simply dom0 to get all guest
2016 Mar 29
2
Bite-size project
On Mar 29, 2016 4:49 PM, "Olly Betts" <olly at survex.com> wrote: > > On Tue, Mar 29, 2016 at 11:41:02AM +0100, James Aylett wrote: > > It's probably helpful to create a ticket and claim it (and update the > > project ideas list to link to it), so other people don't try to work > > on it as well. (I have a feeling that it might have been among the
2014 Mar 30
2
Unable to install svn/clustering branch on my system
I was able to successfully make the master branch of xapian, but I can't do the same for svn/clustering branch. The bootstrap fails with this log: http://pastebin.com/D1hbLp7k Can someone who has successfully installed the clustering branch tell me what am I doing wrong here? Thanks Satwant Rana -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 08
1
QueryParser : some remarks
Hi to all, First, I would like to say a big thank you for the work which was done on my 'wish bug' to allow mapping one field to multiple prefixes (http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=93). That's great! I have upgraded to 1.0.4 and I am revisiting my code, replacing the php query parser I wrote with Xapian's one. Everything works well, but I have some
2018 Jun 13
1
r-base-dev not installing in Ubuntu 16.04
On 13 June 2018 at 20:54, Robin Lovelace wrote: | I have recently re-installed R on my Ubuntu system to get R 3.5 and found | this to have worked: | | # you may need to remove incumbent repos e.g. with: | sudo apt-add-repository --remove ppa:marutter/rrutter | | # add new repos | sudo apt-add-repository ppa:marutter/rrutter3.5 # for base R | sudo apt-add-repository ppa:marutter/c2d4u4.5 # for
2014 Jan 23
4
GSoC 2014
Google's "Summer of Code" is on again. If you're not familiar with GSoC, see: http://code.google.com/soc/ We had a brief discussion on IRC, and we have enough potential mentors to make it worth applying again. Org applications are open Feb 3rd-14th. Accepted orgs are announced on Feb 24th, and students can apply between March 10th and 21st, but the keen ones have already