Ai Dreams Forum

Member's Experiments & Projects => General Project Discussion => Topic started by: JesseAIResearch on October 22, 2020, 06:51:08 pm

Title: Completed JesseAI's current *Emotion Database*
Post by: JesseAIResearch on October 22, 2020, 06:51:08 pm
I am happy to say that I have completed her current knowledge of human emotions. It's been some rough work, but it's finally completed for the time being. JesseAI is my homemade GOFAI or *Good Old Fashion Artificial Intelligence*. Completely written from scratch in C++.
Title: Re: Completed JesseAI's current *Emotion Database*
Post by: frankinstien on October 23, 2020, 05:29:21 am
How does your database compare with this approach? (https://aidreams.co.uk/forum/general-project-discussion/emotions-15065/msg65501/#msg65501) It's actually using an object oriented datamodel with an object oriented database or nosql database, which was built from scratch as well. The model allows for multiple class inheritance in real-time, so any changes in a base class can affect those classes that inherit from it, but those classes' existing data is never touched if the base class' is changed unless of course the data field's data type is changed or the field is removed, but adding new data fields is allowed to affect the classes that inherit from the base class.
Title: Re: Completed JesseAI's current *Emotion Database*
Post by: WriterOfMinds on October 24, 2020, 06:09:10 pm
Yeah, this sounds like an accomplishment, but I'd love more details. What's unique about the way Jesse models emotions?