I want to simulate computer memory using the jeff heaton encog neural network library. I just don’t know which approach to use.
My requirement is to have a memory place and a set of bytes for the values.
location [0000]:byte-data[0101010] location [0001]:byte-data[0101010]
These are the values that I pass to the neural network system.
I tried to avoid retraining the neural network every time the memory data changes. But perhaps this is what I need to do.
What neural network methods would you use to achieve what I'm trying to do?
, , - . , , . , . , . , , , " " . , , , , . , .
, , , , . , , , node, . , , ( ). , "" , ( ). , .
(back perpogation) () - . , , . , , , , .
, , . , - -.
, - : p
- . , Encog.
Not to be too non-technical, but I'm sure a series of loops coming out of a bunch of linked loops can produce memory.
Each cycle allows you to surround data, and each cycle below it can identify, retrieve, or modify memory.
Of course, I'm not sure how you get the network to include this project.
Source: https://habr.com/ru/post/1783020/More articles:Запуск установки пакета не позволяет выполнить удаленную выборку из rubygems.org/quick/Marshal - ruby-on-railsGraphic visual diagram - algorithmIs XML-RPC poorly used as a protocol for publicly implementing an API? - language-agnosticTemplate method by method without templates in a derived class - c ++ASP.NET redirect problem - asp.netHow to access a remote mysql host on Ubuntu inside VMware? - mysqlCreate your own OpenID-like system provider - authenticationJava NoClassDefFoundError при вызове собственного класса из инструментального метода - javaAJAX publishes JSON data from Javascript to Grails - javascriptGet the key to the dictionary object? - objective-cAll Articles