harvitronix / neural-network-genetic-algorithm

Evolving a neural network with a genetic algorithm.
https://medium.com/@harvitronix/lets-evolve-a-neural-network-with-a-genetic-algorithm-code-included-8809bece164
MIT License
693 stars 237 forks source link

How can I plug your optimiser to Keras? #2

Closed haskarb closed 6 years ago

haskarb commented 6 years ago

Can you tell if your optimiser be plugged to Keras?

harvitronix commented 6 years ago

I'm not sure what you mean... the optimizer uses Keras to build/train/test the networks. If you want to use it for your own networks built using Keras, you'll need to update the code to do so.

If you're looking for something that can just plug right into Keras as a library, you may want to look at hyperas: https://github.com/maxpumperla/hyperas