Skip to content

metaquid/AI-SISM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

AI-SISM

Artificial Intelligence, Sentiment Interface Score Mechanism.

Meta code

the AI SISM calculation mechanism is very simple

there is the sentiment value of the current sentence

there is a list of all the previous values which are added together

the list of values is not compacted into a simple sum to get a total

the list of values is preserved because it represents a sequence of emotional states during a dialogue

the value in the foreground exists, the one relative to the current sentence

there is also the background value, that given by the sum of the previous foreground values

transparency of sentiment evaluation

peer comparison algorithm between human and AI

the aim is to provide the same assessment tool for both humans and AI

algorithm rules changing to fit the context

evaluation algorithm parameters:

T sentence formulation time

L The length of the sentence

S sentiment taken from the expert.ai API if available

NOTE: see the LE-AI code for implementation in PHP of expert.ai API

About

Artificial Intelligence, Sentiment Interface Score Mechanism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published