Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 591 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 591 Bytes

AUTHORS

  • Montgomery Gole
  • Austin Vuong

DESCRIPTION

  • Backpropagation visualization with python
  • Currently training on AND gate inputs/outputs
  • The grayscale lines represent the values of the weights (black-white)
  • The colored lines represents the error signals (red-green)
  • Graphs the errors of each case via matplotlib

REQUIRED PYTHON LIBRARIES/MODULES

tkinter, matplotlib, math, random

HOW TO

For Normal Run

  1. Clone repository
  2. Ensure requirements above are met
  3. Run ANN.py file