
2 PERCEPTGENE BUILDING
BLOCK
2.1 Bio-Molecular ”Neuron”
Our neural model was inspired by combinatorial gene
regulation kinetics of promoter activation (Fig. 2) . A
combinatorial promoter is regulated by multiple tran-
scription factors x
i
, each transcription factor binds to
its designated region and afterward participates in re-
cruiting the RNA polymerase to form the activation
complex. In our model, several biological parame-
ters are involved, such as the biological cooperativ-
ity of proteins, the number of binding sites in the
promoter, the protein quaternary structure, and the
binding affinities of protein-protein/protein-DNA re-
actions. In this process, multiple transcription factors
participate and bind upstream to a gene sequence. To-
gether they facilitate the binding of RNA polymerase
to the promoter region forming the activation complex
that initiates gene transcription.
Figure 2: Anatomy structure of operating principles of gene
regulatory network.
For a combinatorial activation, the relation be-
tween the transcription factors concentration and the
promoter transcription rate, under certain conditions
(Bintu, 2005), can be simplified and modeled as fol-
lows:
P =
(
∏
N
i
x
n
i
i
)
m
(
∏
N
i
x
n
i
i
)
m
+ kd
m
(1)
Where P is the activation rate, x
i
is the transcrip-
tion factor concentration, n
i
is the Hill coefficient of
transcription factor i associated with the activation
complex formation, m is the Hill coefficient for the
binding of the activation complex with the promoter
and k d is the dissociation constant for the complex
binding with the promoter.
By applying a logarithmic transform to Eq. 1, we
obtain a new abstract model (Fig. 3b) analogous to
the perceptron model (Fig. 3a) that is used in artificial
neural networks (Haykin, 2004) . Similar to other arti-
ficial neuron models that operate as binary classifiers,
this model achieves classification via a weighted in-
put integration followed by a threshold activation for
the output. However, three notable differences exist.
First, the weighing of the inputs is done here accord-
ing to a power law and not multiplication. Second, the
inputs are integrated via a product rather than a sum-
mation. And third, the activation function used for
this model is the Hill equation instead of the standard
logistic function. Interestingly the perceptgene model
can be viewed as a perceptron with a log transform
over its input dynamic range, the proof is straightfor-
ward from the following equality:
P =
(
∏
N
i
x
n
i
i
)
m
(
∏
N
i
x
n
i
i
)
m
+ kd
m
=
e
m
∑
N
i
n
i
Ln(x
i
)
e
m
∑
N
i
n
i
Ln(x
i
)
+ e
mLn(kd)
(2)
Figure 3: Abstract artificial intelligence models for (a) per-
ceptron inspired by neural networks: x
i
are the inputs, w
i
are
multiplicative weights, input integration is done via sum-
mation, and the activation function is the sigmoid function.
Depicted on the right is the resulting linear separable clas-
sification of the analog inputs x1 and x2 (b) perceptgene
inspired by genetic networks: x
i
are the inputs, n
i
are power
weights, input integration is done via a product, and the acti-
vation function is the Hill equation. Depicted on the right is
the resulting logarithmically separable classification of the
analog inputs x1 and x2.
2.2 Perceptgene Circuit Design
After the perceptgene circuit was implemented as de-
scribed in detail at (Oren et al., 2023), the main
goal was moving from ideal structures to real devices
which can be implemented in silicon. The voltage di-
vider of the power circuit which requires huge Giga
ohms resistors was a significant challenge and it was
decided to implement it using two capacitors that are
connected in series as can be viewed at the exponen-
tial function circuit in Fig. 4. The disadvantage of this
implementation compared to regular resistors is the
need to deal with the dynamic behavior of the divider.
A slight change in the values of these capacitors will
enable tuning the binary weights as required.
In order to implement the CDC’s voltage digital
output, we had to convert the output current signals of
the original perceptgene to a voltage signal. This was
achieved by the digital buffer added at the output of
the activation function as can be viewed in Fig. 4. The
activation function with the output buffer operates as
Low Power Logarithmic Current-to-Digital Converter (CDC) Inspired by Molecular Genetic Processes for Biomedical Applications
211