M
M
MLGcode2017-11-25 04:07:33
Mathematics
MLGcode, 2017-11-25 04:07:33

How to determine database data correlation?

Hello! Recently I started to understand how neural networks work, and I had a question.
Let's say I have an array consisting of lines of the form: {1,2,1,3,1,0}, where the last element (0) is the answer, conditionally the array contains 10 thousand such lines. The task is to find a correlation between these lines, so that with a conditional query {1,5,4,2,4}, the answer is predicted based on the statistical correspondence between the lines of the database. I started digging towards Theano, but did not find something similar.
I understand how neural networks work. And what algorithms should be applied. But I don't really understand how to implement it. I would be very grateful if you could point me in the direction of my search.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
longclaps, 2017-11-25
@MLGcode

So so.
Take one line.
Attach a second one to it.
See if they correlate well.
You enter the result where you need it.
Ask more, don't be shy.

R
Roman Mirilaczvili, 2017-11-25
@2ord

In fact, without knowledge of statistics, you will not go far.
https://www.youtube.com/watch?v=4EXNedimDMs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question