Hyperparameter Optimization for a Tensorflow.js Model on the Iris Dataset; Also using tfjs-vis
35 views
Skip to first unread message
Martin Stoyanov
unread,
Jan 1, 2019, 5:42:22 PM1/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TensorFlow.js Discussion
Just made a post on hyperparameter optimization of a TensorFlow.js model for the iris dataset.
Using hpjs for hyperparameter optimization. Also used tfjs-vis to show loss, accuracy, and a confusion matrix for trials. It seems like this may be the first tfjs-vis example with React, so if you're looking to do something like that, code is here.