rnn_adversarial_reprogramming
Neural network reprogramming
Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs.
6 stars
5 watching
5 forks
Language: Python
last commit: over 5 years ago adversarial-attacksmachine-learningtext-classification
Related projects:
Repository | Description | Stars |
---|---|---|
| This project enables reprogramming of pre-trained neural networks to work on new tasks by fine-tuning them on smaller datasets. | 33 |
| Cross-modal Adversarial Reprogramming enables retraining of image models on text classification tasks | 11 |
| Trains neural networks to be provably robust against adversarial examples using abstract interpretation techniques. | 219 |
| An approach to transfer learning for NLP tasks using adversarial reprogramming and word-level task-specific embeddings. | 83 |
| Developing low-resource speech command recognition systems using adversarial reprogramming and transfer learning | 18 |
| Trains artificial neural networks using the genetic algorithm | 241 |
| An implementation of artificial neural networks using NumPy | 98 |
| A deep learning implementation of a VRNN model for sequential data processing | 282 |
| An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
| A deep learning framework on top of PyTorch for building neural networks. | 61 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
| A demonstration project of a recurrent neural network implemented with Theano | 377 |
| An online tool allowing users to visualize and generate adversarial examples to deceive neural networks | 130 |
| Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |