diff --git a/README.md b/README.md index 5d0e8b958a7e165fe2f6234fd810c003a72f72fa..44ab971c7e753962abbfc8edf85d00b8f43160ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Physical Computing Design Tools +## Description Repository for DICE design tools explorations. Topics include: @@ -12,4 +13,16 @@ Topics include: - Desktop (external) assembler - Swarm assembly and manipulation +---- +## Todo +- [ ] Data Flow data Data structure + - [ ] look at examples +- [ ] Max flow implementation +- [ ] Graph Search +- [ ] Graph creation (nodes creation) +- [ ] Graph Hierarchy +---- + +## Progress +- [Distributed Deep Neural Networks](https://gitlab.cba.mit.edu/amiraa/ddnn)