Easiest Model Builder Using Deeplearnjs in Pure Javascript
See original at https://deeplearnjs.org/demos/model-builder/
and try to build the easiest version of a model. Delete all layers until you only have:
Flattened, Fully Connected, Softmax, Label. That is what is working here.