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.
Jiwon Choi, Gwon Hong, and Jaemin Jo "VANAS: A Visual Analytics System for Neural Architecture Search" Proceedings of HCI KOREA 2022
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