paper-with-me

홈 › Papers

Circuit design in biology and machine learning. I. Random networks and dimensional reduction

2024-08-18 · Steven A. Frank

A biological circuit is a neural or biochemical cascade, taking inputs and producing outputs. How have biological circuits learned to solve environmental challenges over the history of life? The answer certainly follows Dobzhansky's famous quote that ``nothing in biology makes sense except in the light of evolution.'' But that quote leaves out the mechanistic basis by which natural selection's trial-and-error learning happens, which is exactly what we have to understand. How does the learning process that designs biological circuits actually work? How much insight can we gain about the form and function of biological circuits by studying the processes that have made those circuits? Because life's circuits must often solve the same problems as those faced by machine learning, such as environmental tracking, homeostatic control, dimensional reduction, or classification, we can begin by considering how machine learning designs computational circuits to solve problems. We can then ask: How much insight do those computational circuits provide about the design of biological circuits? How much does biology differ from computers in the particular circuit designs that it uses to solve problems? This article steps through two classic machine learning models to set the foundation for analyzing broad questions about the design of biological circuits. One insight is the surprising power of randomly connected networks. Another is the central role of internal models of the environment embedded within biological circuits, illustrated by a model of dimensional reduction and trend prediction. Overall, many challenges in biology have machine learning analogs, suggesting hypotheses about how biology's circuits are designed.

📄 PDF Abstract BibTeX arXiv:2408.09604

Code (1)

evolbio/circuits_01 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Circuit design in biology and machine learning. II. Anomaly detection

2024-11-23 · Steven A. Frank

Anomaly detection is a well-established field in machine learning, identifying observations that deviate from typical patterns. The principles of anomaly detection could enhance our understanding of how biological system…

Anomaly ClassificationAnomaly DetectionDecision MakingDimensionality Reduction

GenCircuit-RL: Reinforcement Learning from Hierarchical Verification for Genetic Circuit Design

2026-05-14 · Noah Flynn arxiv

Genetic circuit design remains a laborious, expert-driven process despite decades of progress in synthetic biology. We study this problem through code generation: models produce Python code in pysbol3 to construct geneti…

Reinforcement LearningCode GenerationCode Repair

Heterosynaptic Circuits Are Universal Gradient Machines

2025-05-04 · Liu Ziyin, Isaac Chuang, Tomaso Poggio

We propose a design principle for the learning circuits of the biological brain. The principle states that almost any dendritic weights updated via heterosynaptic plasticity can implement a generalized and efficient clas…

Meta-Learning

Landauer in the age of synthetic biology: energy consumption and information processing in biochemical networks

2015-05-11

A central goal of synthetic biology is to design sophisticated synthetic cellular circuits that can perform complex computations and information processing tasks in response to specific inputs. The tremendous advances in…

Specificity

Context in Synthetic Biology: Memory Effects of Environments with Mono-molecular Reactions

2019-01-11

Synthetic biology aims at designing modular genetic circuits that can be assembled according to the desired function. When embedded in a cell, a circuit module becomes a small subnetwork within a larger environmental net…