neural mesh based on this https://github.com/encog/encog-javascript

if you learn so

XOR_INPUT = [ [0,0,0],[0,0,1],[0,1,0],[0,1,1],[1,0,0],[1,0,1],[1,1,0]]; //(x*x+x)[1,1,1], XOR_IDEAL = [ [0], [1], [0], [1] , [0] , [1], [1] ];//[1], 

then on question 1 1 1 answer 1

and if you learn so

 XOR_INPUT = [ [0,0,0],[0,0,1],[0,1,0],[0,1,1],[1,0,0],[1,0,1],[1,1,1]]; //(x*x+x)[1,1,0], XOR_IDEAL = [ [0], [1], [0], [1] , [0] , [1], [1] ];//[1], 

on question 1 1 0 answer for some reason 0

  • why did you decide that your answer is the only correct one, and there is no such function that would give 0 at 110? - KoVadim
  • and then what to do? - kuzmich
  • For the network need more sampling. Much more. - KoVadim
  • Is it still topical? - hedgehogues

0