Neelimajr's Stars
saideeptiku/sti_welm
localization through STI-WELM fingerprinting
lejlot/TWELM
Weighted Tanimoto Extreme Learning Machines
ExtremeLearningMachines/Weighted-ELM
Weighted ELM Codes for Binary Problems
masaponto/Python-ELM
Extreme learning machine implemented by python3 with scikit-learn interface
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 nonlinearity (absolute value)
chickenbestlover/Online-Recurrent-Extreme-Learning-Machine
Online-Recurrent-Extreme-Learning-Machine (OR-ELM) for time-series prediction, implemented in python
otenim/Numpy-ELM
A Numpy Implementation of Extreme Learning Machine (ELM)
otenim/TensorFlow-OS-ELM
A tensorflow implementation of OS-ELM (Online Sequential Extreme Learning Machine)
acba/elm
Python Extreme Learning Machine (ELM) is a machine learning technique used for classification/regression tasks.
HeroKillerEver/coursera-deep-learning
Solutions to all quiz and all the programming assignments!!!
Kulbear/deep-learning-coursera
Deep Learning Specialization by Andrew Ng on Coursera.
dclambert/Python-ELM
Extreme Learning Machine implementation in Python
laippmiles/ELM
ELM and Weighted ELM
sumanth-bmsce/SupervisedELM
Implementation of Supervised Extreme Learning Machine for binary classification
ivallesp/simplestELM
A very simple implementation of the Extreme Learning Machine Algorithm (Deep Learning implementation)
radu-dogaru/LightWeight_Binary_CNN_and_ELM_Keras
Light weight convolutional neural networks and Keras based ELM (extreme learning machine)
HimalayPatel/credit-card-fraud-detection
Implemented Decision Tree, Random Forest and Deep Neural Network (5 layers) on a real anonymized dataset. Used undersampling and oversampling (SMOTE) with Deep Neural Network to balance the highly imbalanced dataset (very less fraudulent transactions as compared to non-fraudulent ones). Achieved 99.6% test accuracy using SMOTE with NN along with 0 Type-II errors (false negatives).
rs301378/Class_balancing
The dataset is used in this experiment is PubChem Bioassay dataset which is highly imbalanced and high dimensional. In this experiment only data balancing is implemented.