Re: [agi] AI Mind spares Indicative() and improves SpreadAct() mind-module.

2018-06-05 Thread johnrose
Arthur, Every time you start posting about your "AI Mind" app I briefly go and look at the JS source, "View page source" from the web browser, and here are a few thoughts (after working with thousands of source codes over the years, and instead of me just saying "If there were an example of how

Re: [agi] AI Mind spares Indicative() and improves SpreadAct() mind-module.

2018-06-05 Thread MP via AGI
John, I definitely feel the same way about the massive obscurities. I even tried muddling through his diagrams and explanations to no avail. What I was able to do is port his ungodly bizarre code to java - literally copying and pasting with a few syntax tweaks - and got it running... somewhat. I

Re: [agi] AI Mind spares Indicative() and improves SpreadAct() mind-module.

2018-06-05 Thread Stefan Reich via AGI
> My Java mind Hold on! What? *I* am making a Java mind. Where's your source? Mine is here: http://tinybrain.de/1016060 Stefan MP via AGI schrieb am Di., 5. Juni 2018 19:03: > John, I definitely feel the same way about the massive obscurities. I even > tried muddling through his diagrams and e

Re: [agi] AI Mind spares Indicative() and improves SpreadAct() mind-module.

2018-06-05 Thread MP via AGI
Mine, as I’ve said, is literally a JavaScript to Java translation of Arthur’s JavaScript "mind." What’s tinybrain? How does it work? Sent from ProtonMail Mobile On Tue, Jun 5, 2018 at 1:43 PM, Stefan Reich via AGI wrote: >> My Java mind > > Hold on! What? *I* am making a Java mind. Where's y

[agi] Mentifex re-organizes the Strong AI SpreadAct() module.

2018-06-05 Thread A.T. Murray via AGI
In the 5jun18A.html JavaScript AI Mind we would like to re-organize the SpreadAct() mind-module for spreading activation. It should have special cases at the top and default normal operation at the bottom. The special cases include responding to what-queries and what-think queries, such as "what do

Re: [agi] Mentifex re-organizes the Strong AI SpreadAct() module.

2018-06-05 Thread Arnold Müller via AGI
How does this mind persist knowledge? ..and going from 3 entities to say 10, 100, 1000 - what is the impact on responsiveness? Does it modify its own data structures/code or store it in some file, say json? How does it evolve/become more intelligent? What is the mechanism for these minds to share t