Adversarial_Reprogramming
Network reprogramming
This project enables reprogramming of pre-trained neural networks to work on new tasks by fine-tuning them on smaller datasets.
Adversarial Reprogramming of Neural Networks
33 stars
4 watching
4 forks
Language: Python
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
| Trains neural networks to be provably robust against adversarial examples using abstract interpretation techniques. | 219 |
| Developing low-resource speech command recognition systems using adversarial reprogramming and transfer learning | 18 |
| Cross-modal Adversarial Reprogramming enables retraining of image models on text classification tasks | 11 |
| An approach to transfer learning for NLP tasks using adversarial reprogramming and word-level task-specific embeddings. | 83 |
| An online tool allowing users to visualize and generate adversarial examples to deceive neural networks | 130 |
| Enables the creation of smaller neural network models through efficient pruning and quantization techniques | 2,083 |
| Automates the search for optimal neural network configurations in deep learning applications | 468 |
| Trains artificial neural networks using the genetic algorithm | 241 |
| A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 572 |
| Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |
| An approach to adapt machine learning models using scarce data and limited resources by modifying their internal workings without changing the model's original architecture or training data. | 37 |
| This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference. | 877 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| A simulator for power networks that incorporates reinforcement learning and visualization. | 112 |