cazala / synaptic

architecture-free neural network library for node.js and the browser

Home Page:http://caza.la/synaptic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert output to text

LoganHeinzelman opened this issue · comments

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

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