0
Help me with this algorithm
Can anyone recommend an algorithm that can determine a person's field of interest academically by using a series of inputs obtained from personality and aptitude tests, or how l can develop such an algorithm
2 odpowiedzi
0
complicated way: make the server have a learning neural network that learns on comparing personality tests and what these people are interested in. When educated sufficiently, it will tell you what they are interested in based on the test results input data
easier way: for each test, make a connection to a certain area of interest people who have got a certain result in that test are drawn to usualy. Lets say personality test says that the person likes "new things", then it will output "trending devices" as their interest
Thats how i think you can implement it
0
Thanks, l'll start working on the easy way first