HyperQuest
1.0.0
이 프로젝트는 CS231N의 Stanford University에서 Hyperquest를 모방합니다.
HyperQuest는 기계 학습 초보자가 올바른 하이퍼 파라미터를 선택하기위한 적절한 직관을 쉽게 얻기 위해 사용하는 웹 앱입니다. 적절한 초라모 미터를 갖지 않으면 모델이 분해되기 때문에 이것은 처음에는 매우 어려운 작업입니다.
<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 > 여기에서 간단한 버전을 사용해보십시오.
여기에서 Convolutional 버전을 사용해보십시오.