What are neural networks?

514 viewsEngineeringOther

Not the biological ones, though I’m sure there is a correlation.

In: Engineering

7 Answers

Anonymous 0 Comments

Imagine you know the input and the output, but don’t know what kind of mathematical function is between them. So you try to guess what it is by adjusting the coefficients until the input and output line up for the ones you know, and then give it input you don’t know the right result for.

This is what neural networks are – complicated functions with thousands(or maybe millions) of input and output parameters, and coefficients guessed in the training process.

You are viewing 1 out of 7 answers, click here to view all answers.