Legendnic / GA-CNNLinks
In this project, I will demonstrate how to combine Genetic Algorithm with Convolutional Neural Network
☆43Updated 6 years ago
Alternatives and similar repositories for GA-CNN
Users that are interested in GA-CNN are comparing it to the libraries listed below
Sorting:
- Keras implementation of Attention Augmented Convolutional Neural Networks☆121Updated 5 years ago
- Multi heads attention for image classification☆80Updated 7 years ago
- In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…☆99Updated 7 years ago
- Repository for the ablation study of "Long Short-Term Memory Fully Convolutional Networks for Time Series Classification"☆54Updated 6 years ago
- Dealing with class imbalance problem in machine learning. Synthetic oversampling(SMOTE, ADASYN).☆39Updated 2 months ago
- Autoencoders - a deep neural network was used for feature extraction followed by clustering of the "Cancer" dataset using k-means techni…☆13Updated 7 years ago
- 6️⃣6️⃣6️⃣ Reproduce ICLR '18 under-reviewed paper "MULTI-TASK LEARNING ON MNIST IMAGE DATASETS"☆42Updated 7 years ago
- CNN architecture exploration using Genetic Algorithm☆222Updated 3 years ago
- Extension of the `Attention Augmented Convolutional Networks` paper for 1-D convolution operation.☆25Updated 6 years ago
- Keras implementation of Octave Convolutions☆53Updated 6 years ago
- ☆61Updated 8 years ago
- Multi-class classification with focal loss for imbalanced datasets☆82Updated 6 years ago
- Different deep learning architectures are implemented for time series classification and prediction purposes.☆20Updated 6 years ago
- Implementation of Densely Connected Convolutional Network with Keras and TensorFlow.☆43Updated 6 years ago
- Keras implementation of Global Context Attention blocks☆46Updated 6 years ago
- A collection of Python tools for feature extraction and image classification using Sparse Coding algorithms.☆69Updated 6 years ago
- Implementation of IndRNN in Keras☆67Updated 5 years ago
- A feature extractor based on Python 3, Tensorflow, and Scikit-learn created to improve the SVM accuracy to classify the MNIST dataset fas…☆71Updated 2 years ago
- Deep Neural Network Ensembles for Extreme Classification☆41Updated 6 years ago
- Ensembling ConvNets using Keras☆75Updated 6 years ago
- Using Autoencoders for classification as unsupervised machine learning algorithms with Deep Learning.☆47Updated 7 years ago
- Deep Neural Network Ensembles for Time Series Classification☆112Updated 2 years ago
- model uncertainty using mc dropout☆20Updated 6 years ago
- keras implementation of AdamW from Fixing Weight Decay Regularization in Adam (https://arxiv.org/abs/1711.05101)☆71Updated 7 years ago
- How to do Hyper-parameters search with Bayesian optimization for Keras model | DLology☆17Updated 6 years ago
- A novel method for few shot learning☆53Updated 6 years ago
- ☆89Updated 7 years ago
- Handle class imbalance intelligently by using variational auto-encoders to generate synthetic observations of your minority class.☆126Updated 6 years ago
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆63Updated 7 years ago
- A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head atte…