Pinned Repositories
8-puzzle
develop a solution for the 8 puzzle problem using path finding and graph traversal algorithms: (BFS) and (A*).
aaai-adversarial-clustering
accessibility-developer-tools
This is a library of accessibility-related testing and utility code.
Aries
DeepConcolic
Concolic Testing for Deep Neural Networks
DeepGraph
graduateDes
graduateDes
mutation_tool
A mutation testing tool for DNN systems
random_model_generation
wellido.github.io
wellido's Repositories
wellido/Aries
wellido/mutation_tool
A mutation testing tool for DNN systems
wellido/wellido.github.io
wellido/wellido
あらら
wellido/adatest
Find and fix bugs in natural language machine learning models using adaptive testing.
wellido/adversarial-examples
Code for the paper: "Adversarial Examples for Models of Code"
wellido/adversarial-robustness-toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference
wellido/CoCofuzzing
wellido/code2seq
Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
wellido/code2vec
TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
wellido/CodeXGLUE
CodeXGLUE
wellido/congruency
[TPAMI2019] The implementation for "Direction Concentration Learning: Enhancing Congruency in Machine Learning"
wellido/deepWordBug
CodeBase for Paper: "Black-box Generation of Adversarial Text Sequences to Evade Deep Learning Classifiers", / Interactive Demo @
wellido/DenseNet
DenseNet implementation in Keras
wellido/DenseNet-Cifar10
Train DenseNet on Cifar-10 based on Keras
wellido/Double-Win-Quant
[ICML 2021] "Double-Win Quant: Aggressively Winning Robustness of Quantized DeepNeural Networks via Random Precision Training and Inference" by Yonggan Fu, Qixuan Yu, Meng Li, Vikas Chandra, Yingyan Lin
wellido/Guided-Mutation-ICST-2021
This is the Code and Data Repository of the paper accepted for publication at ICST 2021:
wellido/keras-attention-mechanism
Attention mechanism Implementation for Keras.
wellido/keras-contrib
Keras community contributions
wellido/MCP
Multiple-Boundary Clustering and Prioritization
wellido/mutmut
Mutation testing system
wellido/one-pixel-attack-keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
wellido/OpenAttack
An Open-Source Package for Textual Adversarial Attack.
wellido/phd-thesis
wellido/Project_CodeNet
This repository is to support contributions for tools for the Project CodeNet dataset hosted in DAX
wellido/PWWS
Generating Natural Language Adversarial Examples through Probability Weighted Word Saliency
wellido/TestRank
This is an implementation of the paper "TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks" in NeurIPS'2021.
wellido/TestSelection
Test Selection of Deep Learning
wellido/TextAttack
TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP
wellido/wide_resnets_keras
Keras implementation + pretrained weights for "Wide Residual Networks"