Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
Sadly, repl.it doesn't provide a creation date, otherwise I could tell you the exact day that I originally "sent" the first email in this thread. It's probably 3-5 weeks ago. On Fri, Oct 18, 2019 at 12:04 AM Manuel Korfmann wrote: > Oh, also big disclaimer: The initial email was sent on 16 octo

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
Oh, also big disclaimer: The initial email was sent on 16 october, but I originally "sent" it a big while ago, just my mac email program wasn't authenticated with google until 16. october. That probably explains why I'm so lost in my own code. On Fri, Oct 18, 2019 at 12:03 AM Manuel Korfmann wro

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
Ok, sorry for being overly sensitive. Did you see my last email before this one? I described it's functionality in the most simplest words I could find atm. On Fri, Oct 18, 2019 at 12:01 AM Stefan Reich via AGI wrote: > After all, you did post it > > On Thu, 17 Oct 2019 at 23:58, Stefan Reich

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
It's difficult to describe how it works, I would need more time for that and probably a refactoring is needed before I can provide descriptions for the different parts of the algorithm. 1. It creates a context (an array of words) based on text that is feed to the algorithm initially 2. It pushes

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Stefan Reich via AGI
After all, you did post it On Thu, 17 Oct 2019 at 23:58, Stefan Reich < stefan.reich.maker.of@googlemail.com> wrote: > There was no attack in what I posted whatsoever. I just wanted to know how > your AI experiment works > > On Thu, 17 Oct 2019 at 23:52, Manuel Korfmann wrote: > >> Please be

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Stefan Reich via AGI
There was no attack in what I posted whatsoever. I just wanted to know how your AI experiment works On Thu, 17 Oct 2019 at 23:52, Manuel Korfmann wrote: > Please be more specific in your questioning or less "ironic" when I don't > correctly guess what you were questioning about. > > I assumed yo

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
Please be more specific in your questioning or less "ironic" when I don't correctly guess what you were questioning about. I assumed you were asking about the functionality of the versioning idea i proposed. The question producing ai doesn't work yet. I don't want to outlay the specifics to be l

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Stefan Reich via AGI
Uh... what? I thought it's a question producing AI On Thu, 17 Oct 2019 at 22:47, Manuel Korfmann wrote: > It would be a library to be included in the server-side code as well as > the client-side code. > > The library would plug into the error reporting/exception system of the > technology used

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
It would be a library to be included in the server-side code as well as the client-side code. The library would plug into the error reporting/exception system of the technology used on the server-side or client-side. In my case, that would by Rails (Ruby) and JavaScript (Chrome). Then it would

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Stefan Reich via AGI
How would it work then On Thu, 17 Oct 2019 at 15:11, Manuel Korfmann wrote: > Sadly they don't have versioning yet. > > Fixing it back to the working version would be a lot of effort. > > Finishing it as well... > > On Thu, Oct 17, 2019 at 12:01 PM Stefan Reich via AGI < > agi@agi.topicbox.com>

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
Is HTM exactly like deep learning? Btw: What do you people think of a source code versioning system, that automatically saves tagged versions when the program is run by the developer and no errors are in the web server terminal log + in the javascript browser console log? PS Grammar.ly shows me

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Robert Levy
There was also that other big wave of neural nets in the pre-history of AI that hit a wall because backprop was not known yet. On Thu, Oct 17, 2019 at 10:40 AM Robert Levy wrote: > More like it was a deep learning sort of thing before deep learning was > that big. Neural nets were pretty big in

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Robert Levy
More like it was a deep learning sort of thing before deep learning was that big. Neural nets were pretty big in the 90s don't forget. On Wed, Oct 16, 2019 at 7:40 AM Stefan Reich via AGI wrote: > I think it just came out before neural networks were that big. I remember > running their demo and

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Manuel Korfmann
Sadly they don't have versioning yet. Fixing it back to the working version would be a lot of effort. Finishing it as well... On Thu, Oct 17, 2019 at 12:01 PM Stefan Reich via AGI wrote: > Can't you fix it? Do they have versioning? > > On Wed, 16 Oct 2019 at 16:20, Manuel Korfmann wrote: > >>

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-17 Thread Stefan Reich via AGI
Can't you fix it? Do they have versioning? On Wed, 16 Oct 2019 at 16:20, Manuel Korfmann wrote: > Oh, it's currently failing, sorry about that. > > On Wed, Oct 16, 2019 at 4:18 PM Manuel Korfmann > wrote: > >> Click on "Run" and observe the log output on the right side of the screen. >> >> On W

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-16 Thread Stefan Reich via AGI
I think it just came out before neural networks were that big. I remember running their demo and being quite impressed. On Wed, 16 Oct 2019 at 16:38, wrote: > HTM is just another neural network imo, doesnt do anything different > really, but it is a specific implementation of it. > *Artificial

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-16 Thread rouncer81
HTM is just another neural network imo,  doesnt do anything different really,  but it is a specific implementation of it. -- Artificial General Intelligence List: AGI Permalink: https://agi.topicbox.com/groups/agi/Tbf030efda3f5cc86-M3ad3692fba4c267996d050f1

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-16 Thread Manuel Korfmann
Oh, it's currently failing, sorry about that. On Wed, Oct 16, 2019 at 4:18 PM Manuel Korfmann wrote: > Click on "Run" and observe the log output on the right side of the screen. > > On Wed, Oct 16, 2019 at 4:13 PM Stefan Reich via AGI > wrote: > >> How do I use it? >> >> # 15 implement Numenta

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-16 Thread Manuel Korfmann
Click on "Run" and observe the log output on the right side of the screen. On Wed, Oct 16, 2019 at 4:13 PM Stefan Reich via AGI wrote: > How do I use it? > > # 15 implement Numenta HTM > > Numenta was impressive stuff back in the day. > > On Wed, 16 Oct 2019 at 12:35, Manuel Korfmann wrote: > >

Re: [agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-16 Thread Stefan Reich via AGI
How do I use it? # 15 implement Numenta HTM Numenta was impressive stuff back in the day. On Wed, 16 Oct 2019 at 12:35, Manuel Korfmann wrote: > https://repl.it/@LemonAndroid/SphericalSurprisedKnowledge > *Artificial General Intelligence List * > / AGI / see di

[agi] Ruby Question producing AI without neural networks (just plain coding)

2019-10-16 Thread Manuel Korfmann
https://repl.it/@LemonAndroid/SphericalSurprisedKnowledge -- Artificial General Intelligence List: AGI Permalink: https://agi.topicbox.com/groups/agi/Tbf030efda3f5cc86-M2ef0d71ca89cc79404abaf33 Del