Sciweavers

8197 search results - page 344 / 1640
» Adaptive functional programming
Sort
View
NIPS
2000
15 years 8 months ago
Gaussianization
We propose a non-linear feature space transformation for speaker/environment adaptation which forces the individual dimensions of the acoustic data for every speaker to be Gaussia...
Scott Saobing Chen, Ramesh A. Gopinath
DAGSTUHL
2004
15 years 8 months ago
Optimal algorithms for global optimization in case of unknown Lipschitz constant
We consider the global optimization problem for d-variate Lipschitz functions which, in a certain sense, do not increase too slowly in a neighborhood of the global minimizer(s). O...
Matthias U. Horn
ICASSP
2011
IEEE
14 years 10 months ago
Bio-inspired cooperative optimization with application to bacteria motility
Inspired by bacterial motility, we propose an algorithm for adaptation over networks with mobile nodes. The nodes have limited abilities and they are allowed to cooperate with the...
Jianshu Chen, Ali H. Sayed
PADL
2009
Springer
16 years 7 months ago
Recycle Your Arrays!
Abstract. Purely functional arrays are notoriously difficult to implement and use efficiently due to the absence of destructive updates and the resultant frequent copying. Deforest...
Roman Leshchinskiy
PADL
2007
Springer
16 years 27 days ago
Rewriting Haskell Strings
Abstract The Haskell String type is notoriously inefficient. We introduce a new data type, ByteString, based on lazy lists of byte arrays, combining the speed benefits of strict a...
Duncan Coutts, Don Stewart, Roman Leshchinskiy