radu-dogaru / ELM-super-fast
Python implementation of ELM - with optimized speed on MKL-based platforms; Described in conference paper: Radu Dogaru, Ioana Dogaru, "Optimization of extreme learning machines for big data applications using Python", COMM-2018; Allows quantization of weight parameters in both layers and introduces a new and very effective hidden layer nonlinea…
☆8Updated 3 years ago
Alternatives and similar repositories for ELM-super-fast:
Users that are interested in ELM-super-fast are comparing it to the libraries listed below
- MICO: Mutual Information and Conic Optimization for feature selection☆17Updated 2 years ago
- Extreme Learning Machine(ELM): Python code☆40Updated 6 years ago
- Select filter features with mutual-information-based methods☆11Updated last year
- Relevance, Redundancy, and Complementarity Trade-off, a robust feature selection algorithm☆12Updated last year
- Tensorflow implementation of 1D Generative Adversarial Network☆9Updated 5 years ago
- A Clustering Based Classification Algorithm☆28Updated 3 years ago
- Python implementation of AWarp algorithm☆14Updated 3 years ago
- A Numpy Implementation of Extreme Learning Machine (ELM)☆35Updated 5 years ago
- Unsupervised Extreme Learning Machine(ELM) is a non-iterative algorithm used for feature extraction. This method is applied on the IRIS D…☆18Updated 6 years ago
- Implementation of several proposed algorithms to fuzzy time series prediction☆34Updated 2 years ago
- This code demonstrates a multi-branch deep neural network approach to tackling the problem of multivariate temporal sequence prediction b…☆12Updated 4 years ago
- Code for paper "A method for detecting causal relationships between industrial alarm variables using Transfer entropy and K2-Algorithm"☆15Updated 2 years ago
- Extreme Learning Machine implemented in Pytorch☆101Updated 6 years ago
- Online-Recurrent-Extreme-Learning-Machine (OR-ELM) for time-series prediction, implemented in python☆154Updated 5 years ago
- Introducing Local Distance-based Features to Temporal Convolutional Neural Networks (ICFHR 2018)☆29Updated 6 years ago
- ☆14Updated last year
- Learning DTW-Preserving Shapelets☆22Updated last year
- Library for Kernel Online Learning☆11Updated 7 years ago
- Yet another (very simple) approach for adversarial training.☆17Updated 7 years ago
- Similarity Encoder (SimEc) Neural Network Framework for learning low dimensional similarity preserving representations☆17Updated 4 years ago
- 🌳 A Python-inspired implementation of the Optimum-Path Forest classifier.☆35Updated 2 months ago
- Easy Nearest Neighbor Estimation of Mutual Information☆36Updated 2 months ago
- Causal discovery with typed directed acyclic graphs (t-DAG). This is a ServiceNow Research project that was started at Element AI.☆13Updated last year
- Easily serialize dataclasses to and from tensors (PyTorch, NumPy)☆18Updated 3 years ago
- Python implementation of AutoPlait (SIGMOD'14) without smoothing algorithm. NOTE: This repository is for my personal use.☆32Updated 3 years ago
- A abstract text classification library using language models. Build your fine-tuned text classifier in 5 steps.☆10Updated 3 years ago
- Usable implementation of Mogrifier, a circuit for enhancing LSTMs and potentially other networks, from Deepmind