I
I
iammisha2019-04-17 21:32:30
Python
iammisha, 2019-04-17 21:32:30

How can you determine a class from a graph using convolutional neural networks?

There is such data where column 1 is depth (X-axis in the first image), column 3 is the measured value of the substance (Y-axis in the second image), column 5 is known classes (substance):
5cb76db51571d287315372.jpeg
I thought at first to create many images with a value in each point, but it seems too expensive to me.
5cb770bed849a489481639.jpeg
(Naturally, an image should be fed to the network input)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmshar, 2019-04-17
@dmshar

A typical multivariate classification problem. It is solved either by any classical method (and with two input parameters and three classes - this is probably preferable) from the Scikit-Learn library, for example.
Well, here the author is playing with Keras:
https://blog.stroganov.pro/classification-neural
network/ You can repeat the feat if you really want to.
But why tie convolutional networks here, which are generally meant to work with visualization, I don’t understand. Because of fashion?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question