factor-network icon indicating copy to clipboard operation
factor-network copied to clipboard

A simple factor network implementation written by JavaScript

Results 1 factor-network issues
Sort by recently updated
recently updated
newest added

Hi there, nice implementation of a neural network and backpropagation. Am I right in saying you did not implement bias in addition to weights? Any reason? Would be nice if...