julia_port v0.1.0 JuliaPort
example project to invoke julia functions in elixir to do scientific computing using port and metaprogramming
Summary
Functions
helper function defined in GenFunction
example to do linear algebra
include a script in julia repl
open a port to start a julia process
helper function defined in GenFunction
helper function defined in GenFunction
helper function to recieve messages
helper function defined in GenFunction
helper function defined in GenFunction
helper function defined in GenFunction
recieve messages from a port
send a command through a port
helper function defined in GenFunction
example to do neural network
example to do linear regression
example to do arithmetics
helper function defined in GenFunction
close a port to end a julia process
helper function defined in GenFunction
Functions
helper function to recieve messages
remark: one may modify this function to customise output format
recieve messages from a port
remark: a trick to use Ω and ω as finished signal
example to do neural network
prerequisite: BackpropNeuralNet
installed