These are my recent Pinboard.in links:
[1204.4366] Multipath-dominant, pulsed doppler analysis of rotating blades
“We present a novel angular fingerprinting algorithm for detecting changes in the direction of rotation of a target with a monostatic, stationary sonar platform. Unlike other approaches, we assume that the target’s centroid is stationary, and exploit doppler multipath signals to resolve the otherwise unavoidable ambiguities that arise. Since the algorithm is based on an underlying differential topological theory, it is highly robust to distortions in the collected data. We demonstrate performance of this algorithm experimentally, by exhibiting a pulsed doppler sonar collection system that runs on a smartphone. The performance of this system is sufficiently good to both detect changes in target rotation direction using angular fingerprints, and also to form high-resolution inverse synthetic aperature images of the target.”
signal-processing algorithms radar nudge-targets the-imperial-we[1204.3850] Simple Agents Learn to Find Their Way: An Introduction on Mapping Polygons
“This paper gives an introduction to the problem of mapping simple polygons with autonomous agents. We focus on minimalistic agents that move from vertex to vertex along straight lines inside a polygon, using their sensors to gather local observations at each vertex. Our attention revolves around the question whether a given configuration of sensors and movement capabilities of the agents allows them to capture enough data in order to draw conclusions regarding the global layout of the polygon. In particular, we study the problem of reconstructing the visibility graph of a simple polygon by an agent moving either inside or on the boundary of the polygon. Our aim is to provide insight about the algorithmic challenges faced by an agent trying to map a polygon. We present an overview of techniques for solving this problem with agents that are equipped with simple sensorial capabilities. We illustrate these techniques on examples with sensors that mea– sure angles between lines of sight or identify the previous location. We give an overview over related problems in combinatorial geometry as well as graph exploration.”
agent-based algorithms nudge-targets[1204.4202] Fuzzy Dynamical Genetic Programming in XCSF
“A number of representation schemes have been presented for use within Learning Classifier Systems, ranging from binary encodings to Neural Networks, and more recently Dynamical Genetic Programming (DGP). This paper presents results from an investigation into using a fuzzy DGP representation within the XCSF Learning Classifier System. In particular, asynchronous Fuzzy Logic Networks are used to represent the traditional condition-action production system rules. It is shown possible to use self-adaptive, open-ended evolution to design an ensemble of such fuzzy dynamical systems within XCSF to solve several well-known continuous-valued test problems.”
learning-classifier-systems genetic-programming fuzzy-math dynamical-control rules-learning nudge-targetsOmniscient Gentlemen of The Atlantic | | Notebook | The Baffler
“What mystified Grove was the assertion, voiced by the economist Alan Blinder and others, “that as long as ‘knowledge work’ stays in the U.S., it doesn’t matter what happens to factory jobs.” This was not only inhumane, Grove declared; it was idiotic.”
via:cshalizi corporatism publishing social-engineering journalism they-say-the-best-astroturf-has-no-color-at-all[1204.3293] Efficiently decoding strings from their shingles
“Determining whether an unordered collection of overlapping substrings (called shingles) can be uniquely decoded into a consistent string is a problem that lies within the foundation of a broad assortment of disciplines ranging from networking and information theory through cryptography and even genetic engineering and linguistics. We present three perspectives on this problem: a graph theoretic framework due to Pevzner, an automata theoretic approach from our previous work, and a new insight that yields a time-optimal streaming algorithm for determining whether a string of $n$ characters over the alphabet $Sigma$ can be uniquely decoded from its two-character shingles. Our algorithm achieves an overall time complexity $Theta(n)$ and space complexity $O(|Sigma|)$. As an application, we demonstrate how this algorithm can be extended to larger shingles for efficient string reconciliation.”
strings algorithms computational-complexity nudge-targetsScripting News: It’s definitely a bubble
“They’re turning universities into incubators. It’s happening at NYU and Harvard, two schools I have some familiarity with. Probably everywhere else too, to some extent. But I’d guess these two schools are pretty leading edge. Stanford has been there for a few generations.”
bubble entrepreneurship-as-pathology startup-culture-must-die ayup
via:cshalizi lovecraft humor also-the-whole-zine-blog-thing- “CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation.”
javascript editor library toolkit bookphile