|
|
|
|
|
by daveguy
2975 days ago
|
|
I think it's a bit of a stretch to say GRN is "computationally similar" to neural networks. That seems to be a shoehorn of the most popular technology of one field into another field. Just because the GRN contains feedback loops with multiple influences doesn't mean it's suited to NN computation. The GRN is orders of magnitude more complex than computational NNs and it is orders of magnitude slower than signal transduction of axons. I agree it will be awesome to be able to harness molecular machinery to "do stuff" for us. The "nanotechnology" in our bodies is way beyond any current manufactured nanotechnology. We currently have only crude control of the cellular functionality -- think point a wind up toy in the direction we want or modify it by taping a flashlight to the top. We are pretty far from being able to use the manufacturing equipment to make cars instead of windup toys. (Not to mention the manufacturer is already making rockets) |
|
Recurrent neural network is used to model gene regulatory network. It's not a shoehorn.
See for example:
[1]: Reconstruction of Gene Regulatory Networks from Gene Expression Data Using Decoupled Recurrent Neural Network Model https://link.springer.com/chapter/10.1007/978-4-431-54394-7_...
[2]: Gene regulatory networks inference with recurrent neural network models https://ieeexplore.ieee.org/document/1555844/
[3]: Recurrent Neural Network Based Modeling of Gene Regulatory Network Using Bat Algorithm https://arxiv.org/pdf/1509.03221.pdf
> The GRN is orders of magnitude more complex than computational NNs and it is orders of magnitude slower than signal transduction of axons.
It's possible that we can reduce relevant complexity to the RNN subset that it useful. Feedback loop speeds are slower but they can be below second.
In many search and optimization problems the ability to run say 100 trillion large stochastic RNN's in parallel in a 100 liter tank could be huge. Especially if all you need is glucose and few cheap nutrients to power it.