AI to predict simple outcomes.
Budget: $10 – $30 USD
I need a machine learning model that receives values 1 or 0 in nine questions and an OBSERVATION field. Rules:
1) A continuous model training script. This script will receive the values from the question1 to question9 fields, the OBSERVACAO field and the ADHD field and save it in your learning process. The ADHD field indicates positive in the diagnosis.
2) A model query script. If the sum of these values (question1 to question9) is greater than or equal to 6, it must indicate a positive result. Otherwise, negative. Regardless of the value of the OBSERVATION field. Fixed rule that should not change throughout learning.
The model must be able to learn that even if the sum of the values is 5, but there is a high incidence of similar texts in the OBSERVATION field and the ADHD field is 1, alert the user of a possible positive result.
Template suitable for use in PHP forms after completion.
1) A continuous model training script. This script will receive the values from the question1 to question9 fields, the OBSERVACAO field and the ADHD field and save it in your learning process. The ADHD field indicates positive in the diagnosis.
2) A model query script. If the sum of these values (question1 to question9) is greater than or equal to 6, it must indicate a positive result. Otherwise, negative. Regardless of the value of the OBSERVATION field. Fixed rule that should not change throughout learning.
The model must be able to learn that even if the sum of the values is 5, but there is a high incidence of similar texts in the OBSERVATION field and the ADHD field is 1, alert the user of a possible positive result.
Template suitable for use in PHP forms after completion.