Skip to content

improbable-eng/computation-graph-interview

Repository files navigation

Computational Graph interview question

About

Examples

Here is an example of the graph 2x - 3y:

graph

You can see how this would be written in different formats:

There are some more examples in the d3, dot, and csv directories.

Setup

To run the dot examples, you must first brew install dot

To run the python examples, you must first pip install -r requirements.txt

Run

You can visualise the examples by running e.g.:

./dot-to-png.sh dot/coloured_graph.dot

python plot-csv.py coloured-graph

About

Example solutions to the "Computational Graph" interview question

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published