V
V
Victor L2019-03-13 12:02:22
Neural networks
Victor L, 2019-03-13 12:02:22

Neural network for my task, where to start?

Preamble:
There is a desire to get acquainted with such a concept as "Neural networks", there is a lot of information on the Internet, but most of it is abstract and after 30 minutes of reading, it starts to fall asleep :), so I decided to study for myself with the help of the task
The task itself:
With the help of neural networks from the name to highlight the characteristics and properties of the product:
for example, there is a full name "Flange Ru25 GOST 12820-80 st20 du200 (L)" from it you need to get
what it is Flange, diameter DN 200 Pressure Ru 25 is made according to GOST 12820-80
Question itself:

  1. It would be desirable to understand in general the task set by me is suitable for neural networks?
  2. If so, how to approach its solution (links to information are welcome)?
  3. If not, how then to set the task?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
F
FRiMN, 2019-03-13
@Fzero0

I am not a welder at all, but as far as I understand, neurons are suitable for tasks where it is necessary to select clusters (and not groups known in advance).
Your task is not suitable. Neurons usually respond with something like "80% yes." But I'm not a welder

V
VoidVolker, 2019-03-13
@VoidVolker

This is called "string parsing". Neural networks are not needed here at all. The simplest parsing methods are the usual search for the necessary data in the string and regular expressions.

I
ivodopyanov, 2019-03-13
@ivodopyanov

If you want to practice machine learning, take a look at https://www.kaggle.com/

V
Vladimir Kuts, 2019-03-13
@fox_12

Try the NLTK data processing package as an option.
And neural networks should not be stuffed where they are not needed in principle ...

A
al_gon, 2019-03-13
@al_gon

fuzzy search

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question