Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 383 Bytes

Automatic design and optimization of neural network using evolutionary algorithm NSGA2

Using a multi-objective algorithm to design and optimize the structure of a neural network for processing a selected benchmark dataset. A set of networks will be designed that are Pareto optimal in terms of accuracy, computational complexity, and memory usage.

  • Python, Tensorflow
  • NSGA2