devol icon indicating copy to clipboard operation
devol copied to clipboard

Genetic neural architecture search with Keras

Results 7 devol issues
Sort by recently updated
recently updated
newest added

Hello, I was trying to implement the "hello world" [example](https://github.com/joeddav/devol/blob/master/example/demo.ipynb) and exploring the GenomeHandler function parameters. I was able to put the example running but once I set the max_pooling=False...

Hey the algorithm is awesome, but I was wondering if there is a way to continue from the csv, so using it as a checkpoint of the evolution. Do you...

Looks like an awesome project! We've found a fun use case for deep learning for regression problems with [auto_ml](https://github.com/ClimbsRocks/auto_ml). We train the neural network, then instead of getting it's output...

Hi, I am really interested in your code and have adapted it for my own purposes. However I have just noticed that the convolutional window is not varied.... This is...

Genome encoding and accuracy data stored at Wed Jan 24 15:38:15 2018.csv model 1/20 - generation 1/10: An error occurred and the model could not train. Assigned poor score. ---------------------------------------------------------------------------...

Hello, I would like to share an idea I recently had. Currently, I have the feeling that there are two kinds of auto-ml tools: those which build neural networks (and...

Genome encoding and accuracy data stored at Wed Jan 24 16:22:07 2018.csv model 1/20 - generation 1/10: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 4 5 devol =...