D
D
Dimasik302016-05-31 23:17:34
Programming
Dimasik30, 2016-05-31 23:17:34

Neural network for string comparison?

There are prices for products. Now category recognition is done on regular expressions, but the products are pre-moderated, the category is checked, and in which case it changes, that is, almost all products with the correct category.
How to recognize categories using a neural network. There is a database with 2 million products, products have links to many to one categories. How to train the network, what algorithms to use?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Paramonov, 2016-06-02
@varagian

Judging by the description, this is a classic classification task, and it is absolutely not necessary to use neural networks - they are not always useful at all, see for example here .
That is, perhaps it makes sense to dig towards the classic ML for text.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question