HyperQuest
1.0.0
This project mimics HyperQuest from Stanford University, CS231n.
HyperQuest is a web-app used by beginners in Machine Learning to easily get a proper intuition for choosing the right hyperparameters. This is initially an extremely daunting task because not having proper hyperparameters leads to the models breaking down.
<meta>metaUse the anchor HTML:
<div id = 'form'></div>
<a type="button" href="javascript: submitForm()">Run</a>
<span id="acc"></span>
<p id="gradient_canvas"></p>
<div id="loss_chart" style="height: 300px; width: 100%;"></div>
<div id="train_and_vali_acc" style="height: 300px; width: 100%;"></div>Use the HyperQuest Javascript (below the anchor HTML)
<script type="text/javascript" src='https://cdn.plot.ly/plotly-latest.min.js'></script>
<script type="text/javascript" src='https://bingcheng.openmc.cn/HyperQuest/html/2-layer-latest.js'></script><script type="text/javascript" src='https://cdn.plot.ly/plotly-latest.min.js'></script>
<script type="text/javascript" src='https://bingcheng.openmc.cn/HyperQuest/convhtml/conv-latest.js'></script>Try the simple version here.
Try the convolutional version here.