this string has no description
semble.md
18 lines 3.4 kB view raw view code
  • https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html : Great intro to Duff's device and stack-based coroutines
  • https://kastner.ucsd.edu/hlsbook/ : FPGA parallel programming text. Uses Vitis HLS. Chapter 3 on CORDIC. The source is on github, but it some of the build scripts were last updated for Vitis 2024.1 and need updating.
  • https://www.pnas.org/doi/abs/10.1073/pnas.2311893121 : Models individual neurons as feedback controllers that use direct data-driven control. It links the persistency of excitation condition with observed neural responses to constant inputs
  • https://www.youtube.com/watch?v=QvumvwkBww8 : The vast diversity of organisms and machines that show even minimal “intelligence” from bacteria to humans to the latest LLMs, nevertheless share a universal architecture involving layers, levels, and laws, or ULA for short. We will discuss the most important features of ULAs, which are Diversity-enable Sweet Spots (DeSS), efficiency-speed-accuracy constraints, tradeoffs, and conservation laws, and “constraints that deconstrain.” Depending on interest, motivating case studies can come from biolo
  • https://www.pnas.org/doi/abs/10.1073/pnas.1916367118 : Nervous systems use highly effective layered architectures in the sensorimotor control system to minimize the harmful effects of delay and inaccuracy in biological components. To study what makes effective architectures, we develop a theoretical framework that connects the component speed–accuracy trade-offs (SATs) with system SATs and characterizes the system performance of a layered control system. We show that diversity in layers (e.g., planning and reflex) allows fast and accurate sensorimot
  • https://iconicmath.com/new/iconiclogicubl/ : This page links to three narrated videos that provide an introduction to unary boundary logic, an iconic logic with a single constant and one boundary relation. Conventional propositional logic rests upon the ground of TRUE and FALSE, creating the impression that logical thinking requires duality. Unary logic eliminates the traditional dichotomous system of values in favor of the single ground of existence. Unary logic is no longer about truth-values, it is about the utility of existing informat
  • https://www.youtube.com/watch?v=0wGBpgIrd9M
  • https://dl.acm.org/doi/abs/10.1145/3704849
  • https://april.eecs.umich.edu/papers/details.php?name=olson2011tags : While the use of naturally-occurring features is a central focus of machine perception, artificial features (fiducials) play an important role in creating controllable experiments, ground truthing, and in simplifying the development of systems where perception is not the central objective. We describe a new visual fiducial system that uses a 2D bar code style “tag”, allowing full 6 DOF localization of features from a single image. Our system improves upon previous systems, incorporating a fast a
  • https://arxiv.org/abs/2203.17149
  • https://onlinelibrary.wiley.com/doi/book/10.1002/9780470423899

Control#