Skip to content
Snippets Groups Projects
Commit 984e335e authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

useful diagram added

parent 57c6bd0a
Branches
No related tags found
No related merge requests found
Pipeline #4540 passed
......@@ -78,9 +78,6 @@ document.addEventListener('removeNode', function (e) {
}, false);
//////////////////////////////////////////////
//////////////////////utils//////////////////
......@@ -92,6 +89,11 @@ function getXYZfromName(name){
var z=nums[2];
return new THREE.Vector3(x,y,z);
}
//////////////////////////////////////////////
//////////performance calculations/////////////////
//////////////////////////////////////////////
02_Presentation/NeuralNetworkZo19High.png

2.47 MiB

......@@ -14,18 +14,7 @@ Topics include:
- 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)
- "Physical Computing Interface" demo lives [here.](https://amiraa.pages.cba.mit.edu/physical-computing-design-tools/01_Code/physical_computing_interface/index.html)
## Demo
"Physical Computing Interface" demo lives [here.](https://amiraa.pages.cba.mit.edu/physical-computing-design-tools/01_Code/physical_computing_interface/index.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment