Skip to content

gmega/expRess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expRess

Simple Expression Graphs in R

Overview

expRess allows you to generate simple expression graphs in R, like the ones you see when reasoning about autodiff and backpropagation.

For instance:

express(f_1(f_2(f_3(x_1, x_2), x_3), f_1(f_4(f_5(x_1), f_6(x_2), x_4)))) %>% 
  DiagrammeR::render_graph()

will generate:

graph

Installation

With devtools:

# install.packages('devtools')
devtools::install_github('gmega/expRess')

About

Simple expression graphs in R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages