Skip to content
/ Neuvol Public

Genetic algorithm framework to find the best neural network architecture with PyTorch

License

Notifications You must be signed in to change notification settings

Qwinpin/Neuvol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logoNeural_evolution

Genetic algorithm to find the best neural network architecture with Keras

Grow your own neural network!
  • Data in -> Neural Network Architecture out
  • Set your assumptions about architecture, it will be taken into account! (not yet)
  • A large number of allowed layers types

Features now:

  • Supported data types: texts.
  • CNN, Dense, LSTM layers are available
  • Dropout and reshape sub-layers (Flattern) are available too
  • All possible parameters for supported layers

TODO

  • Data generator for big data
  • Images support
  • Timelines support
  • Regression models
  • Auto-regression models
  • Generative networks
  • More available layers
  • More options (assumptions)
  • Logo
  • Visualization