Skip to content

jiwnchoi/VANAS

Repository files navigation

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