X
X
Xvir432019-12-18 18:09:42
Python
Xvir43, 2019-12-18 18:09:42

How to submit data to a neuron?

Please tell me how to submit input data for example
6,148,72,35,0,33.6,0.627,50,1
1,85,66,29,0,26.6,0.351,31,0
23.3.0.672.32.1
1.89.66.23.94.28.1.0.167.21.0
0.137.40.35.168.43.1.2.288.33.1
5.116.74.0.0.25.6.0.201.30 ,0
3.78.50.32.88.31.0.0.248.26.1
10.115.0.0.0.35.3.0.134.29.0
2.197.70.45.543.30.5.0.158.53.1
8.125.96 , 0,0,0.0,0.232,54,1
4,110,92,0,0,37.6,0.191,30,0
10,168,74,0,0,38.0,0.537,34,1
6 values ​​per output 3
i.e. for example:
[6,148,72,35,0,33.6] input
[0.627,50,1] output
give an example please.
in other languages, you specify an input vector and an output vector and initialize the pattern. I can't figure out how

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmshar, 2019-12-19
@dmshar

What you cannot understand is how to make two lists of six and three from a list of nine elements?
X_input = X[0:6]
X_output = X[6:]

G
GokenTanmay, 2019-12-19
@GokenTanmay

in other languages, you specify an input vector and an output vector and initialize the pattern. I can't figure out how

Come on? especially amused "you initialize the pattern" - in the context of "neurons" how is it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question