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

documentation pp

parent 5f617c6b
Branches
No related tags found
No related merge requests found
Pipeline #4957 passed
02_Presentation/pp.png

611 KiB

......@@ -41,6 +41,8 @@ Topics include:
- [WebPPL: ](http://webppl.org/) probabilistic programming for the web
- Probabilistic Graphical Models
![](02_Presentation/pp.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.
I used [WebPPL](http://dippl.org/chapters/02-webppl.html) a probabilistic programming language in javascript. I model the variables I want to infer as if they come from different types of distributions that integrate our priors in them. In the following example I am using markov chain monte carlo as an inference method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment