Feedforward neural network - AshokBhat/ml GitHub Wiki

About

  • Neural Network where connections between the nodes do not form a cycle
  • Information flow - Forward direction only - From the input nodes, through the hidden nodes (if any) and to the output nodes

See also