-
Notifications
You must be signed in to change notification settings - Fork 5
Home
lgstolberg edited this page Aug 2, 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 polymorphisms cache values by default. (Charlotte)
- 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) - Implement other higher arity versions of Hamming graph polymorphisms. (Lily/Kevin)