cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.92k stars 666 forks source link

How to convert output to text #322

Open LoganHeinzelman opened 6 years ago

LoganHeinzelman commented 6 years ago

Im working on a project for school. How do i convert the output of the neural network to text?

ghost commented 6 years ago

var result = net.activate([0, 0 ..]); var s = result.toString();