VGCG
This is meant to be a visual API for describing neural network architectures.
This is currently a work in progress, as there are many features I want to eventually add.
It is also a way I have explored writing javascript without framework, leveraged interprocess communication, and frontend and user experience development.
I describe the particulars here.
Deep Sets
This is an implementation of a deep model with the property of permutation invariance, useful for working on objects that do not have a natural order.
Contained in the scripts section are training and inference runtimes, where the inference is supported with a GUI extending gtk3’s windowing system.