N
N
NakedFace2016-02-01 23:18:11
ruby
NakedFace, 2016-02-01 23:18:11

How to write a neural network for a family tree?

Hello!
The university received such a task. Make a family tree. Initial data 2 names, output - related affiliation (for example, grandmother-grandson).
You need to do this using neural networks on any PL, I think using Ruby or Python.
Never dealt with NS before. Tell me which way to think, where to look and where to start.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
kmike, 2016-02-11
@NakedFace

The problem is not that they didn’t deal with neural networks, but that they don’t know how to formulate the task in such a way that it could be solved using machine learning methods. I would recommend some introductory ML course (on coursera or udacity?), with or without neural networks. If you understand how to formulate the task (what is at the input, what is at the output - what needs to be found), then it will become obvious how to use the neural network (or any other classifier). If the task does not need to write code for the neural network, you can take a ready-made implementation, if necessary - well, you can write it; I understand that this is not the problem.

G
GavriKos, 2016-02-01
@GavriKos

alife.narod.ru/lectures/neural/Neu_ch01.htm - start here, for example. Seems like a good manual.
There are several examples of neural networks on Habré, though not the most successful ones, IMHO.

V
Vov Vov, 2016-02-07
@balamut108

It seems to me that the task is somewhat complicated by the term "neural network". I think the tournament option is quite suitable for you: https://github.com/balamut108/tournament_generator
I would be grateful if you contribute.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question