Identifying a person through rules (MI)

Asked

Viewed 123 times

3

I need a system that identifies a person (exactly a person) through rules (in this case, such a person’s habits) but my knowledge of AI is very shallow. Is there any appropriate technique for this? Preferably, that is applicable in languages such as Java and Python.

  • Hi Daniel, welcome to the site. It would be nice to have a drink on the [Tour], on [Ask] and [Help] to locate with the operation of the site. Although it is a question that has to do with programming, it is a little too broad, I would even say too vague. It would be important for you to better contextualize the situation, or to try to do something and bring back the somewhat more elaborate doubts. With a little more points, you can join the chat, which would be more suitable for this type of preliminary discussion until you get a doubt in the programming itself.

  • 1

    Hi Daniel, I advise you to give a pro support link : http://area51.stackexchange.com/proposals/93481/artificial-intelligence This page is about a vote to create a website within the StackOverFlow only about programação IA and is close to getting all the votes and followers to continue with the project. This will not only benefit you but also other users who have similar doubts to yours.

1 answer

1


Hello, if you have a table referring to people’s data you can try using a decision tree, is a technique that you use as a base table to form a tree (this will be responsible for the intelligence of the algorithm). There are also the rules-based systems, which is roughly an intelligent chain of Ifs and ELSES.

Unfortunately I do not have a very deep knowledge in these areas. But perhaps these two subjects can serve as a basis for your research.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.