D
D
Denis2017-03-19 13:51:13
Neural networks
Denis, 2017-03-19 13:51:13

How to train a neural network to recognize graphs?

Hello.
I have the task of recognizing the types of custom graphs (sinusoid, hyperbola, etc.), approximately.
I'm going to use the backpropagation method on a multilayer perceptron.
For training, I decided to use only standard graphs built according to formulas.
For example sinusoid a*Sin(x) + b. And I will provide a large number of examples by changing a and b.
Tell me, am I moving in the right direction or am I wrong in something?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2017-03-19
@lacredin

in the correct
only not standard graphs, but graphs of standard functions

I
ivodopyanov, 2017-03-20
@ivodopyanov

Is it not possible to immediately calculate the optimal coefficients for various types of functions, if they are rigidly specified? Do it in one step instead of going down the gradient.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question