hyperparameter optimization for Javascript
GITHUB

Mnist tensorflow model


Find best model type (ConvNet vs DenseNet) and activation functions (for input and output layers) for the Mnist dataset.

Based on the Tensorflow.js Mnist example, found here.

  • To change # of trials: replace the 20 on line 87 with # of trials
  • Blog post on this topic

    Loading Data

    Copyright (c) 2024 Atanas & Martin Stoyanov