K
K
Kooper_pro2018-05-28 15:38:37
Neural networks
Kooper_pro, 2018-05-28 15:38:37

How to write Hello world for neural network?

Hello, I would like to understand how machine learning programs are arranged, so I wanted to implement a clear example, for example, to teach the neural network arithmetic operations, namely, addition of numbers. Since this can be done, if possible, explain on your fingers, if possible with the code.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2018-05-28
@GavriKos

I advise you to start with Google and generally understand what NS is.
The simplest NN is the perceptron and character recognition - there are plenty of these examples on the Internet - start with them to understand what inputs, outputs, neurons, etc. are and how they can be shifted to your specific task.
Good article: https://habr.com/post/134998/

I
ivodopyanov, 2018-05-28
@ivodopyanov

You can try to take a recurrent network, which will receive two numbers as input as sequences of their digits, and output a sequence-sum of numbers at the output. She should learn the rules of addition and carry to the next digit quite easily.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question