نتایج جستجو برای: right singular vectors

تعداد نتایج: 396610  

2017
Stefano Buzzi Carmen D'Andrea

This paper proposes the use of subspace tracking algorithms for performing MIMO channel estimation at millimeter wave (mmWave) frequencies. Using a subspace approach, we develop a protocol enabling the estimation of the right (resp. left) singular vectors at the transmitter (resp. receiver) side; then, we adapt the projection approximation subspace tracking with deflation (PASTd) and the orthog...

2018
DAVID RIDOUT

In this paper, we use free field realisations of the A-type principal, or Casimir, WN algebras to derive explicit formulae for singular vectors in Fock modules. These singular vectors are constructed by applying screening operators to Fock module highest weight vectors. The action of the screening operators is then explicitly evaluated in terms of Jack symmetric functions and their skew analogu...

2013
Sanjeev Arora

Recall this theorem from last time. Theorem 1 (Singular Value Decomposition and best rank-k-approximation) An m × n real matrix has t ≤ min {m,n} nonnegative real numbers σ1, σ2, . . . , σt (called singular values) and two sets of unit vectors U = {u1, u2, . . . , ut} which are in <m and V = v1, v2, . . . , vt ∈ <n (all vectors are column vectors) where U, V are orthogonormal sets and ui M = σi...

2005
DMITRY KLEINBOCK BARAK WEISS M. Dodson B. Rynne

The theory of diophantine approximation studies how well x = (x1, . . . , xn) ∈ R can be approximated by (p1/q1, . . . , pn/qn) ∈ Q of a given ‘complexity’, where this complexity is usually measured by the quantity lcm(q1, . . . , qn). Thus one is interested in minimizing the difference, in a suitable sense, between qx and a vector p, where p ∈ Z and q ∈ N, with a given upper bound on q. Often ...

2007
Beatriz Gato-Rivera

In 1998 the Adapted Ordering Method was developed for the representation theory of the superconformal algebras in two dimensions. It allows: to determine maximal dimensions for a given type of space of singular vectors, to identify all singular vectors by only a few coefficients, to spot subsingular vectors and to set the basis for constructing embedding diagrams. In this article we present the...

2008
Jørgen Rasmussen

Some stochastic evolutions of conformal maps can be described by SLE and may be linked to conformal field theory via stochastic differential equations and singular vectors in highest-weight modules of the Virasoro algebra. Here we discuss how this may be extended to superconformal maps of N = 1 superspace with links to superconformal field theory and singular vectors of the N = 1 superconformal...

2006
LIANG Yan ZHANG Hong-Cai CHENG Yong-Mei

The principal component analysis (PCA) faces the problem of high computation complexity and inaccurate estimated covariance matrix from training face images for face recognition. The expressive feature face recognition algorithm (EFFRA) is proposed. In EFFRA, the subspace basic vector extracted by PCA is substituted by the right singular vectors of training images, so that the transformation fr...

Mobile Ad-hoc Networks (MANETs) by contrast of other networks have more vulnerability because of having nature properties such as dynamic topology and no infrastructure. Therefore, a considerable challenge for these networks, is a method expansion that to be able to specify anomalies with high accuracy at network dynamic topology alternation. In this paper, two methods proposed for dynamic anom...

2012
Amit Deshpande Ravi Kannan Nikhil Srivastava

Given a matrix A, it can be shown that there is a vector z ∈ 0, 1 for which |Az|/|Z| ≥ |A|2/C log(n) (a0/1 sum of columns of A which witnesses its large spectral norm) for instance by discretizing the top singular vector of A and taking a dyadic expansion. We give a simple geometric proof of this fact by relating it to the Euclidean diameter of a polytope, and obtain a sharp bound of |Az| ≥ 2|A...

2000
R. M. Samelson

The dynamics of the growth of linear disturbances to a chaotic basic state is analyzed in an asymptotic model of weakly nonlinear, baroclinic wave-mean interaction. In this model, an ordinary differential equation for the wave amplitude is coupled to a partial differential equation for the zonal flow correction. The leading Lyapunov vector is nearly parallel to the leading Floquet vector φ1 of ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->