Re: SVD when calculated for a corpus of similar category?
- From: "paluri" <santoshpaluri@xxxxxxxxx>
- Date: 15 Nov 2006 03:20:49 -0800
Peter Spellucci wrote:
In article <1163579376.066684.82740@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"paluri" <santoshpaluri@xxxxxxxxx> writes:
>Hello everybody,
>
>I have a doubt regarding SVD. Suppose i compute SVD for a huge corpus
>of similar category, and i have the decomposition as [USV^T] . Are the
>singular values in the diagonal matrix S arranged in descending order
>along the diagonal will be very near to each other? i mean , is the
>numerical difference between one singular value and the next in the
>diagonal will be negligible?. I would be thankful for the response...
>
???????? what please is a "huge corpus of similar category"?
you mean a set of nearby matrices ???
then the answer is yes:
let sigma(A,i) denote the singualr values of A in descending order
and sigma(B,i) those of B. Then
|sigma(A,i)-sigma(B,i)|<= ||A-B|| for all i
||A-B||=sigma(A-B,1)
hence if A is near B, then all the singular values of A and B can be paired
corresponding to this order with this universal error bound
(follows from the courant-fischer-minimax characterization of eigenvalues)
hth
peter
By "huge corpus of similar category", i mean web pages downloaded from
a similar category ,
Actually i am creating a term by document matrix(rows indicating the
terms, columns the documents and each element of the matrix indicating
the frequency of each term in the corresponding document) of certain
number of web pages and then i will aplly SVD to that term by document
matrix in order to calculate the similarity bwetween the documents or
web pages.
Now, what i am asking is , if i create the term by document matrix of
pages or documents taken from the same category, i.e if they are
already similar, then in the SVD of the Term by Document matrix which i
create using these similar pages, does the singular values in the
diagonal will be very near to each other, i.e. the numerical difference
between one and next singular value in the diagonal will be very
small..?
.
- Follow-Ups:
- Re: SVD when calculated for a corpus of similar category?
- From: Peter Spellucci
- Re: SVD when calculated for a corpus of similar category?
- References:
- SVD when calculated for a corpus of similar category?
- From: paluri
- Re: SVD when calculated for a corpus of similar category?
- From: Peter Spellucci
- SVD when calculated for a corpus of similar category?
- Prev by Date: Re: significane of eigenvalues and singular values
- Next by Date: Re: significane of eigenvalues and singular values
- Previous by thread: Re: SVD when calculated for a corpus of similar category?
- Next by thread: Re: SVD when calculated for a corpus of similar category?
- Index(es):
Relevant Pages
|