Tensorflowjs Machine Learning Web App Template
As simple as possible template. Note that for simplicity this has minimal CSS
Pre-Set Values:
Learning Rate:
Samples per batch:
Epochs (# of batches to run) :
Validation Split :
Data:
xTrainingData:
0,0, 0,1, 1,0, 1,1
yTrainingTarget:
0, 1, 1, 0
Compile or Load Model:
Compile, Train, Test:
Import / Export
Compile Model:
Train Model:
Epochs run:
Test Trained Model with New Data:
New Data:
0,0
Shape:
...