<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Week 7 HW: GENETIC CIRCUITS PART II: NEUROMORPHIC CIRCUITS :: 2026a-fiorella-maldonado</title><link>https://pages.htgaa.org/2026a/fiorella-maldonado/homework/week-7/index.html</link><description>Assignment Part 1: Intracellular Artificial Neural Networks (IANNs)
1. IANNs have a major advantage in computational efficiency. A traditional Boolean circuit needs many logic gates to compute a complex function, but a single IANN layer can perform weighted summation of multiple inputs at once. This allows an IANN to solve problems like linear classification using far fewer genetic parts. IANNs are naturally robust to cellular noise. Boolean circuits require sharp thresholds to distinguish a 0 from a 1, so small fluctuations in gene expression can cause logic errors. IANNs use smooth, analog activation functions, meaning noise only causes small, gradual errors in the output rather than complete failure. IANNs can process analog signals directly. Most natural cellular signals, like metabolite concentrations, are continuous values, not binary ones. A Boolean circuit must first convert these into discrete 0/1 states, losing information. An IANN accepts the raw analog value and computes with it directly. IANNs scale better with input complexity. Adding a new input to a Boolean circuit often requires redesigning multiple logic gates to avoid combinatorial explosion. In an IANN, adding an input simply means creating one new weighted connection, making it more practical for multi-sensor applications. Finally, IANNs can be trained using machine learning approaches. The weights in an IANN correspond to measurable biological parameters like promoter strengths, which can be tuned through directed evolution or feedback. Boolean circuits lack this continuous, tunable parameter space.</description><generator>Hugo</generator><language>en</language><atom:link href="https://pages.htgaa.org/2026a/fiorella-maldonado/homework/week-7/index.xml" rel="self" type="application/rss+xml"/></channel></rss>