ishank26 / Kutils

Utility functions for Keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kutils

Utility functions for Keras.

  • Exp_decay learning rate: Exponential decay of learning rate w.r.t loss, after n epochs.
  • Decay learning rate: Anneal learning at end of nth epoch by custom value.
  • Learning rate printer.
  • Training metrics logger.
  • Get activations of nth layer.

Image

NLP

  • everything2vec: A library to integrate word2vec and data processing functions.

Models

Hyper_params Optimization

  • skopt: Apply GridSearch, RandomSearch using sklearn. (Not working for RNN)
  • hypopt: Apply GridSearch, RandomSearch using hyperas library.

 

Note: Repo under development. Mail me for any info or contribute :)

About

Utility functions for Keras.

License:MIT License


Languages

Language:Python 100.0%