Show HN: DeepSwarm – Optimising CNNs Using Swarm Intelligence

Show HN: DeepSwarm – Optimising CNNs Using Swarm Intelligence

DeepSwarm is an open-source library which uses Ant Colony Optimization to tackle the neural architecture search problem. The only two important changes you must make are: (1) change the loss function to reflect your task (2) change the shape of input and output nodes

(1) The ant is placed on the input node. (4) After choosing the next node the ant selects node’s attributes.

Source: github.com