tfjs playground [code, live at https://episphere.github.io/tfjs]

There is nothing to see here, all the action in in the console.

Anything you pass in hash will be executed as a command


  • #jonas() saying hello
  • #jonas.getIris() iris data at jonas.irisData
  • #jonas.layers() exploring tfjs layers as Keras.



  • Train model with default hyperparameters - #praful()

  • Train model with custom hyperparameters - ?split=0.2&arch=[5,3,3]&activation=tanh&bias=false&optimizer=sgd&loss=categoricalCrossentropy&metrics=["accuracy","precision"]&epochs=100&batchSize=8#praful()

  • Load CSV Using TF.js - ?csvPath=https://episphere.github.io/qaqc/iris.csv&labelCol=species#praful.loadDataset()