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

documentation minor

parent 07f538e7
No related branches found
No related tags found
No related merge requests found
Pipeline #4966 passed
......@@ -225,7 +225,7 @@ var model=function (){
// var DICE= model();
var result=3;
var result=2;
var options = {method: 'MCMC', kernel: 'MH', samples: 10000}
var dist = Infer(options, model)
viz(dist)
......
02_Presentation/interconnect.png

30.2 KiB

02_Presentation/ppp.png

289 KiB

......@@ -43,6 +43,7 @@ Topics include:
- Probabilistic Graphical Models
![](02_Presentation/pp.png)
![](02_Presentation/ppp.png)
In order to map the hardware architecture to an input dataflow program or computation graph, I modeled the hardware and software models as probabilistic graphical model, and used probabilistic programming to infer the best hardware architecture choices that will optimize the speed, energy and cost of the system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment