HyperQuest
1.0.0
该项目模仿斯坦福大学,CS231N。
HyperQuest是机器学习中初学者使用的Web应用程序,可轻松获得选择正确的超参数的正确直觉。最初,这是一项极其艰巨的任务,因为没有适当的超参数会导致模型崩溃。
<meta> meta 使用锚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 >使用Hyperquest JavaScript(锚式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 > 在此处尝试简单版本。
在此处尝试卷积版本。