Daniel061 / Sophie6.1

AI from stumbling Baby to Sentient being.
GNU General Public License v3.0
1 stars 1 forks source link

Request for project overview #23

Closed Ask149 closed 5 years ago

Ask149 commented 5 years ago

Hi, I was able to study and understand most of the essential portion of the codebase, but I am still facing difficulty in understanding the exact flow and working of the project.

It would be really great if you could provide a short description of the project and a use-case which will cover at least some of its execution aspects.

Daniel061 commented 5 years ago

Hi, Please take a look at Wiki page Program Flow to see if that answers any of your questions.

I'll be glad to answer anything you may still have questions with.

It would be really great if you could provide a short description of the project and a use-case which will cover at least some of its execution aspects.

A very short description of the project is to develop a natural English understanding program and use this to drive AI. Once the program is fully taught how to learn, the program's implementation of this knowledge is the next step.

Also, if you are able to execute the program, type the command verbose[enter] and then a simple sentence. Most routines will report when they are in use and how they contributed.

I hope this helps.

Daniel

Ask149 commented 5 years ago

Hi, Please take a look at Wiki page Program Flow to see if that answers any of your questions.

Also, if you are able to execute the program, type the command verbose[enter] and then a simple sentence. Most routines will report when they are in use and how they contributed.

Yes, thanks it does help a lot.

Daniel061 commented 5 years ago

How are you doing with the program flow understanding?

Did you see my proposal for Tokenizer() change?

I wish there was a message feature inside this project.

Daniel

Ask149 commented 5 years ago

How are you doing with the program flow understanding?

Yes, I am understanding it pretty well, I'll try to wipe it up as fast as possible.

Did you see my proposal for Tokenizer() change?

I'll check that out.

Daniel061 commented 5 years ago

I spent some time writing an expanded program flow explanation . Take a look at it if you have the time.

Program flow expanded.

Daniel