U
U
UserTwo2019-06-21 01:16:28
Algorithms
UserTwo, 2019-06-21 01:16:28

How to determine that the record is popular (will be popular in the future)?

Task: Every day in a large number of groups (let's say 1k), many entries are published. It is necessary to determine, in the first 5 minutes, whether the record is popular or not (it will be popular in the future).
In each group, respectively, a different number of users (read subscribers).
Post parameters:
1. Number of views
2. Number of comments
3. Rating of the
post 4. Date of publication
5. Date of last comment

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dollar, 2019-06-21
@dollar

You need a neural network that will receive the text of the entry as input, and give the probability of popularity in the future as output. If there is an image in the record, then the task becomes more complicated, but the principle is about the same. The topic is not very simple, and you can’t do it cheaply.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question