Skip to content
Charlotte Aten edited this page Jul 31, 2023 · 28 revisions

This is the discrete neural nets wiki. On this page we'll keep track of tasks we'd like to perform. Put your name next to something in parenthesis if you'd like to do it. (And talk to us about it of course.)

  • Change __getitem__ to __call__ in Operation class.
  • Make a Relation class which is sparse to replace the binary images.
  • Switch to using MNIST CSV instead of the TensorFlow MNIST so we can drop the dependency.
  • Improve the feed forward algorithm so that it keeps a memoized copy of the feed forward values for each training pair.
  • Add a description to the readme.
  • Add Git workflow to the readme.
  • Remove the path variable setting on all the test scripts.
  • Describe in the readme how to point the test scripts to the src folder for imports.
Clone this wiki locally