/hw-genetic-algorithms

Genetic Algorithms 106-2: Matlab

Primary LanguageMATLAB

hw-genetic-algorithms

Final Project

Iris flower classification
An Implementation for Combining Neural Networks and Genetic Algorithms

  1. Run main.m
  2. Input 4 parameters
  • First: first layer neuron number
  • Second: second layer neuron number
  • Third: epoch
  • Fourth: population count

Example

10 10 300 100

Demo

  • First result of the convergence figure. alt tag

  • First result of classification problem with 85% accuracy. alt tag

  • Second result of the convergence figure. alt tag

  • Second result of classification problem with 91.7% accuracy. alt tag

  • Third result of the convergence figure. alt tag

  • Third result of classification problem with 91.7% accuracy. alt tag