當前位置:首頁 » 語數英語 » 英語手工

英語手工

發布時間: 2021-07-23 22:49:40

㈠ 手工英語翻譯~

這篇更專業了,我盡力翻譯了,希望對你有點幫助。
================================================================
To overcome this problem, the Wiener filter has been extended to multiple-bases representations for noise removal. Mihcak and Kozintsev^([1]) approached the signal estimation problem from the perspective of designing the Wiener filter in the wavelet domain. The technology indirectly yields an estimate of the signal subspace that is leveraged into the design of the filter. This paper studies the problem of nonlinear Wiener filtering in reprocing kernel Hilbert spaces via least square support vector regression, The method reflected new perspectives within the framework of kernel methods for denoising problem. Experimental results confirm a significant improvement in image denoising.

Least support squares vector regression is a new universal learning machine proposed by Suykens etal.^([2]) Let x∈R^d, y∈R, R^d represent input space, d is the dimension. By some nonlinear mapping ∅, x is mapping into some a prior chosen Hilbert space spanned by the linear combination of a set of functions.
with ∅(x): R^d→R.
Such that the following regularized risk function J is minimized:
The parameter γ is a positive regularization constant. After elimination of w,e one obtains the solution:
Where Y=[y_1…y_N], ρ_1=[1…1], α=[α_1…α_N] and Ω=K+γ^(-1)I . The resulting least support squares vector regression model for function estimation becomes:
where K(x,x_i)=∅(x) ∅(x_i)(i=1,…,N) is the kernel function and must satisfy the Mercer condition,^([3]) α are Lagrange multipliers and b almost equals the mean of y.

Consider a 2D image consisting of a matrix of M=N×N pixels, the observation image can be regarded as a function in pixel areas y=f(i.j); R^2→R^1, where input (i,j) is 2D vector equals to the row and column indices of that pixel, where output y is the approximated intensity value.^([4]) The Lagrange multipliers α_(i,j) of the observed image pixel y(i,j) can be easily calculated using Eq.(3).
where A=Ω^(-1), B=(I^T Ω^(-1))/(I^T Ω^(-1) I) and O_α is a N×N matrix defined by A(I-IB). Notice that, the Lagrange multipliers α_(i,j) of the observed image pixel y(i,j) is determined by the multiplication of the matrix O_α and the observed image Y. That is, the Lagrange multipliers are influenced by the clean image S and random noise N. As in Eq.(4), the observed image can be reconstructed by a linear combination of kernels with weights equal to the values of Lagrange multipliers and an appropriate support vector regression can concentrate the signal energy into a number of support vectors(SVs) that α_(i,j) is nonzero.

The localization of SVs is particularly appropriate for imaging applications, where it is crucial to preserve fine details like edges and textures. Pixels with positive Lagrange values try to raise the grey levels of themselves and their neighbors, while those with negative Lagrange multipliers will try to rece the grey levels and they appear darker.

Therefore, the Lagrange multipliers effectively weigh the kernel functions to estimate intensity value of image. Furthermore, random noise can be considered as forces that try to make Lagrange multipliers to oscillate above and below the standard value. The noise can be reced by smoothing the value of Lagrange multipliers, whereas sharp edges may be preserved within certain ranges which rely on a suitable kernel function possessing the capability of nonlinear representation.
----------------------------------------------------------------
翻譯如下
----------------------------------------------------------------
為了解決這個問題,我們把維納濾波法擴展到多基表述來除噪音。Mihcak和Kozintsev^([1]) ,從在小波域里設計維納濾波器的角度來解決信號估算問題。這種技術間接地給出了一個可以補充到濾波器的設計中的信號子空間的估值。這篇論文研究非線性維納濾波法通過最小二乘支持向量回歸在再生成核希爾伯特空間中的問題,以及在降噪問題核心演算法的構架內新角度下的方法。實驗的結果確認了圖像降噪中的顯著優化。

最小二乘向量回歸是一種由Suykens etal.^([2])提出的新的通用學習機器。讓x∈R^d, y∈R, R^d代表輸入空間,d代表維度。通過一些非線性映射∅ ,x會映射到一些事先選好的由一組函數的線性組合擴展開來的希爾伯特空間。
由∅(x): R^d→R.
於是下面的調整風險函數被最小化:
系數γ是正的調整常數。消去w,e後,解得:
這里Y=[y_1…y_N], ρ_1=[1…1], α=[α_1…α_N] ,Ω=K+γ^(-1)I
得出的用來函數估值的最小二乘向量回歸模型變成了:
這里K(x,x_i)=∅(x) ∅(x_i)(i=1,…,N)成為核函數,而且必須符合Mercer條件^([3]), α是拉格朗日乘數同時b近乎等於y的平均值。

考慮一張由一個N×N像素的矩陣M組成的二維圖像,這張觀測用的圖像可以視作一個像素麵積y=f(i.j); R^2→R^1的函數,這里的輸入(i,j)是等於那個像素排和列的針數的二維向量,輸出y是近似的發光量值。^([4]) 觀測圖像像素y(i,j)的拉格朗日乘數α_(i,j)可以用等式(3)輕松計算得到。
這里A=Ω^(-1), B=(I^T Ω^(-1))/(I^T Ω^(-1) I) ,而 O_α即是用A(I-IB)定義的N×N矩陣。
注意到,
觀測圖像像素y(i,j)的拉格朗日乘數α_(i,j)是由矩陣O_α和觀測像Y的乘積決定的。也就是說,拉格朗日乘數是會被清晰圖像S和隨機噪音N共同影響。如等式4所示,觀測像可以通過權值等於這些拉格朗日乘數值的核函數的線性組合來重建,同時一個合適的支持向量回歸可以把信號能量集中到一些α_(i,j)為非零值的支持向量中去(SVs)。

支持向量本地化對成像應用特別合適,這對保護圖像邊緣和圖像紋理十分重要。有正的拉格朗日乘數值的像素試著去提升自己和自己周圍的灰階,而同時有負的拉格朗日乘數的像素會試著減少灰階,他們看起來會更暗。

因此,拉格朗日乘數能有效地給核函數加權來估算圖像亮度值。另外,隨機噪音能夠被視作是試著使拉格朗日乘數在其標准值上下震盪的外力。噪音可以通過平滑化拉格朗日乘數來減少,然而銳邊可能要靠一個合適的有非線性表述能力的核函數在一定的范圍內進行保邊。
---------------------------------------------------------------
================================================================
以上

㈡ 做手工的英語單詞是什麼

handicraft,名詞:手工藝;手工藝品
做手工這個短語可以寫為 do handicrafts.
希望您能採納,謝謝!

㈢ 英語手工製作in the home

In the past,these books were made by hand.

㈣ 手工用英語怎麼

手工

  1. handwork 2.handcraft

網路釋義

手工WORKMANSHIP

手工修潤hand finishing

手工竹紙china paper

㈤ 英語手工作品怎麼做 急呀

具體點?

㈥ 手工作品 用英語怎麼說

Manual work/art

my protecks 你聽得偏太多了.

Manual arts你聽你了 Ma----nual-arts., 囧~~~~

㈦ "做手工「用英語怎麼說

「做手工」:makehandwork

handwork 英['hændwɜ:k] 美['hændˌwɜ:k]
n. 手工(尤指相對於機械); 手工活;

[例句]Print is the combination of drawing and handwork.
版畫是圖畫和手工的結合物。

㈧ 「做手工」用英語怎麼說

「做手工」用英語:do handwork

do讀音:英 [ː] 美 []

釋義:做

handwork讀音:英 ['hændwɜːk] 美 ['hænd,wɝk]

釋義:n. 手工藝,手工

do +something(名詞)意思是做某事

所以,合在一起,做手工:do handwork

1、But in practical application, the drawing work has a great lot to do by handwork.

但在實際應用中,繪制地理空間信息圖卻需要大量繁雜的手工操作。

2、In the afternoon, the developing plan is to do hand work which is closely related to nature, which could be natural dyeing, children's handwork out of found objects, wood work.

而在下午的時候,我們計劃去做一些與自然相關的手工,也許是自然染布,孩子的手工或木工。

(8)英語手工擴展閱讀

do handwork的同近義詞:automation

讀音:英 [ɔːtə'meɪʃ(ə)n] 美 [,ɔtə'meʃən]

釋義:n. 自動化;自動操作

短語:

1、building automation 智能建築,自動化

2、instrial automation 工業自動化

3、design automation 設計自動化

4、automation services 自動服務,自動辦事

5、Automation Testing 測試自動化

熱點內容
數學九上課本 發布:2025-08-28 07:49:47 瀏覽:763
廣安市教師公招 發布:2025-08-28 07:43:26 瀏覽:836
小學信息技術教師德育工作總結 發布:2025-08-28 05:16:12 瀏覽:975
師德自查反思 發布:2025-08-28 05:14:48 瀏覽:52
c羅射門教學視頻 發布:2025-08-28 03:56:00 瀏覽:176
教師編數學題 發布:2025-08-28 03:44:21 瀏覽:617
高二數學期末考試卷 發布:2025-08-28 03:44:20 瀏覽:319
保護環境英語 發布:2025-08-28 03:15:54 瀏覽:899
蕭愚家庭教育網校 發布:2025-08-28 03:09:25 瀏覽:238
歷史朝代皇帝順序表 發布:2025-08-28 02:00:58 瀏覽:699