bundasmanu / breast_histopathology

Analysis of Breast Cancer Dataset.
GNU General Public License v3.0
0 stars 0 forks source link

Add Optimizers #2

Closed bundasmanu closed 4 years ago

bundasmanu commented 4 years ago

I need to create code that permits users to optimize networks using optimization algorithms. In first attempt, i will use Particle Swarm Optimization (PSO).

bundasmanu commented 4 years ago

I'm already working on this.

bundasmanu commented 4 years ago

Pso is implemented. Need more tests to check if don't exists problems.