Skip to content
Nick Oppen edited this page Dec 6, 2015 · 2 revisions

General Notes

The master branch allows for neural networks of arbitrary width and depth but is limited to the following:

  • Sigmoid is the only transition function
  • All node inputs are assumed to be linear
  • No unary input to layers
  • All layers are fully connected
Clone this wiki locally