_PYRO42_
_PYRO42_ t1_izmknte wrote
Reply to comment by Superschlenz in [D] Simple Questions Thread by AutoModerator
I have an intuition: Larger models are successful not because of the amount of computation they can take advantage of but because of the amount of knowledge they can encode. I want to try an ultra-large, ultra-deep neural network with Giga bytes of neurons that would consume no more than 50 Watts of power. The human brain uses 20 Watts; I feel we are making a mistake when we start poking in the 100-200W of power on a single network. I want to control machines, not generate pieces of art. I want Factorio not to be a game but a reality of ours.
I will bring edge computing to this world. I will make it a thing you can wear not on your skin but as your skin.
_PYRO42_ t1_iyyyqw6 wrote
Reply to comment by _PYRO42_ in [D] Simple Questions Thread by AutoModerator
That's about what I was looking for:LIU, Lanlan et DENG, Jia. Dynamic deep neural networks: Optimizing accuracy-efficiency trade-offs by selective execution. In : Proceedings of the AAAI Conference on Artificial Intelligence. 2018.
Problem: Control nodes prevent the direct application of back-propagation to learn.I have an idea of how we could solve that... >:)A way to remove control nodes while still retaining the concept of control
I only need to add recursion. A truly Turing complete NN, with Billions of Neurons but a small execution path. Encoding knowledge, but using it only when needed!
_PYRO42_ t1_iyxivdk wrote
Reply to [D] Simple Questions Thread by AutoModerator
I want to create a new type of neural network, but it might be nothing new. I struggle to find anything about it on Google Scholar. I am missing the nomenclature associated with such a technique.
I want to create a neural network with conditional execution. Instead of executing every neuron, layer-by-layers, I wish to build a system where the network can NOT execute a neuron and any subsequent paths after it. By not executing, I mean, no CPU cycles, no computation, no electricity, and no power consumed.
This non-execution of code is conditional. Example: IF A>0.5 THEN execute LEFT neuron ELSE execute RIGHT neuron
Do such systems already exist? What do we call them? I need a name to search for it! :)
Thank you for your help!
_PYRO42_ t1_izml827 wrote
Reply to comment by HandSchuhbacca in [D] Simple Questions Thread by AutoModerator
Oh lord, that's not a bad one. I love it!
I will use the GPU while retaining recursion and conditionality. Blocks of GPU-processable neurons, linked with particular conditional/recursive neurons.