hyperparameter optimization for Javascript
GITHUB

fmin examples

Tiny tensorflow

TensorFlow.js

find best optimizer and number of epochs for the "tiny" tensorflow.js sample

sgd
optimizer
250
epochs

Iris Dataset

TensorFlow.js

find best optimizer and number of layers for the iris dataset

rmsprop
optimizer
3
numLayers

Mnist Dataset

TensorFlow.js

find best neural net type (Convolutional vs dense) and activation fns for the input and output layers for the Mnist dataset

ConvNet
net_type
tanh
inActivation
softmax
outActivation
Copyright (c) 2024 Atanas & Martin Stoyanov