All Projects â†’ belskikh â†’ Kekas

belskikh / Kekas

Licence: mit
Just another DL library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kekas

Wyrm
Autodifferentiation package in Rust.
Stars: ✭ 164 (-7.87%)
Mutual labels:  neural-networks
Shape Detection
🟣 Object detection of abstract shapes with neural networks
Stars: ✭ 170 (-4.49%)
Mutual labels:  neural-networks
Qml
Introductions to key concepts in quantum machine learning, as well as tutorials and implementations from cutting-edge QML research.
Stars: ✭ 174 (-2.25%)
Mutual labels:  neural-networks
Libra
Ergonomic machine learning for everyone.
Stars: ✭ 1,925 (+981.46%)
Mutual labels:  neural-networks
Auptimizer
An automatic ML model optimization tool.
Stars: ✭ 166 (-6.74%)
Mutual labels:  neural-networks
Knockknock
🚪✊Knock Knock: Get notified when your training ends with only two additional lines of code
Stars: ✭ 2,304 (+1194.38%)
Mutual labels:  neural-networks
Emotion Recognition Using Speech
Building and training Speech Emotion Recognizer that predicts human emotions using Python, Sci-kit learn and Keras
Stars: ✭ 159 (-10.67%)
Mutual labels:  neural-networks
Sota Cv
A repository of state-of-the-art deep learning methods in computer vision
Stars: ✭ 176 (-1.12%)
Mutual labels:  neural-networks
Neural
LATEX: TikZ package for drawing neural networks. Also available on CTAN at http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork
Stars: ✭ 169 (-5.06%)
Mutual labels:  neural-networks
Awesome Deep Learning Music
List of articles related to deep learning applied to music
Stars: ✭ 2,195 (+1133.15%)
Mutual labels:  neural-networks
Cython Blis
💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Stars: ✭ 165 (-7.3%)
Mutual labels:  neural-networks
Awesome Ml Model Compression
Awesome machine learning model compression research papers, tools, and learning material.
Stars: ✭ 166 (-6.74%)
Mutual labels:  neural-networks
Deep Spying
Spying using Smartwatch and Deep Learning
Stars: ✭ 172 (-3.37%)
Mutual labels:  neural-networks
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-8.43%)
Mutual labels:  neural-networks
Attentionn
All about attention in neural networks. Soft attention, attention maps, local and global attention and multi-head attention.
Stars: ✭ 175 (-1.69%)
Mutual labels:  neural-networks
Gat
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
Stars: ✭ 2,229 (+1152.25%)
Mutual labels:  neural-networks
Jaxnet
Concise deep learning for JAX
Stars: ✭ 171 (-3.93%)
Mutual labels:  neural-networks
Bmtk
Brain Modeling Toolkit
Stars: ✭ 177 (-0.56%)
Mutual labels:  neural-networks
Vip
Video Platform for Action Recognition and Object Detection in Pytorch
Stars: ✭ 175 (-1.69%)
Mutual labels:  neural-networks
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-2.81%)
Mutual labels:  neural-networks

Kekas

Kek it easy.

Kekas is a simple tool for training neural networks on Pytorch.

I tried to keep it as simple as possible.

Installation

pip install kekas

Mixed Precision requirements

Kekas use https://github.com/NVIDIA/apex library for mixed precision training, so follow the installation instructions from its repo.

Features

  • Awesome name
  • Mixed Precision (FP16)
  • Learning Rate Finder
  • One Cycle policy
  • Tensoboard logging
  • Best checkpoints saving
  • Early stopping
  • TTA
  • Freeze / unfreeze
  • Easy customization

Quick start guide

I don't beieve in quick start guides, I think that they create more questions than answers.

Instead, I've created a detailed Tutorial notebook. Read it.Open In Colab

Contribution guide

Just contribute something good and don't contribute anything bad.

Citing

If you find this library useful for your research, please consider citing:

@misc{aleksandr belskikh_2019,
    author      = {Aleksandr Belskikh},
    title       = {{kekas: Just another DL library}},
    month       = dec,
    year        = 2019,
    doi         = {10.5281/zenodo.2577861},
    version     = {0.1.23},
    publisher   = {Zenodo},
    url         = {https://doi.org/10.5281/zenodo.2577861},
    }

DOI

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].