punkrockpolly / babel-brain

Takes 2 input files (one english, one spanish) and uses letter-weighting to guess the language of the input file
6 stars 0 forks source link

Train Feedforward Neural Network Using Genetic Algorithm #10

Open punkrockpolly opened 10 years ago

punkrockpolly commented 10 years ago

genetic algorithm optimization for neural network: finish fitness.py

  1. implement neural network forward prop code (WIP: Octave to Python)
  2. integrate genetic.py
punkrockpolly commented 10 years ago

Step 1 completed!