YanWang2014 / nsga-net

NSGA-Net, a Neural Architecture Search Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSGA-NET

NSGA-Net is a neural architecture search algorithm based on the non-dominated sorting genetic algorithm.

To run the search phase, see nsga2_main.py. To configure the evolutionary search, see the options in nsga2_config.py.

Running Note

NSGA-Net only will run with Python 3.

About

NSGA-Net, a Neural Architecture Search Algorithm


Languages

Language:Python 100.0%