HyperQuest
1.0.0
Dieses Projekt ahmt Hyperquest von der Stanford University, CS231N, nach.
Hyperquest ist eine Web-App, die von Anfängern im maschinellen Lernen verwendet wird, um eine ordnungsgemäße Intuition für die Auswahl der richtigen Hyperparameter zu erhalten. Dies ist zunächst eine äußerst entmutigende Aufgabe, da keine ordnungsgemäßen Hyperparameter dazu führen, dass die Modelle zusammenbrechen.
<meta> meta Verwenden Sie den Anker 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 >Verwenden Sie das Hyperquest JavaScript (unterhalb des Anker -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 > Probieren Sie die einfache Version hier aus.
Probieren Sie die Faltungsversion hier aus.