-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Kevin Xue edited this page Aug 1, 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. (Still one issue withtest_binary_image_train_endomorphisms.py
.) (Charlotte) - Make a Relation class which is sparse to replace the binary images. (Lily, Kevin)
- Improve the feed forward algorithm so that it keeps a memoized copy of the feed forward values for each training pair. (Kevin)
- Add a description to the readme. (Charlotte)
- Test higher-arity classification. (TJ)
- Clean up
dominion.py
. Make scripts in thetests
folder which test the dominion polymorphisms. (Hussein)