Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.09 KB

VANAS: A Visual Analytics System for Neural Architecture Search

VANAS Interface

VANAS is a novel visual analytics system for neural architecture search(NAS). You can visually analysis Google Research's NAS-Bench-101 dataset with VANAS.

Live Demo

Web Demo

Reference

Jiwon Choi, Gwon Hong, and Jaemin Jo "VANAS: A Visual Analytics System for Neural Architecture Search" Proceedings of HCI KOREA 2022

Development

Install node.js and npm from https://nodejs.org/en/download/

Clone this repository:

git clone https://github.com/Jason-Choi-SKKU/VANAS.git
cd VANAS

Instal the dependencies:

npm install

Run with webpack dev server:

npm start