Pinned Repositories
Adversarial-attacks-against-neural-networks
In this project, I implement this paper "Towards Evaluating the Robustness of Neural Networks." Lp norm based attack algorithms are designed to generate adversarial inputs to the deep neural networks.
AdvGAN-tf
Tensorflow implementation of Generating Adversarial Examples with Adversarial Networks
black-parrot-branch-predictor
Branch Predictor Optimization for BlackParrot
branch-prediction-visualization
Tool for visualizing and comparing different dynamic branch prediction methods for a pipelined processor.
branch-predictor
Simulation of various branch-prediction methods.
branch-predictors
A grad school class project using gem5 to compare the performance of various branch predictors.
BranchPredictionSimulator
Correlating branch prediction simulator
branchspec
Cache-Fault-Tolerant-Gem5-Simulator
gem5 simulator enhanced with some well known cache fault tolerant schemes
free-spoken-digit-dataset
A free audio dataset of spoken digits. Think MNIST for audio.
NJW007's Repositories
NJW007/free-spoken-digit-dataset
A free audio dataset of spoken digits. Think MNIST for audio.
NJW007/Adversarial-attacks-against-neural-networks
In this project, I implement this paper "Towards Evaluating the Robustness of Neural Networks." Lp norm based attack algorithms are designed to generate adversarial inputs to the deep neural networks.
NJW007/AdvGAN-tf
Tensorflow implementation of Generating Adversarial Examples with Adversarial Networks
NJW007/black-parrot-branch-predictor
Branch Predictor Optimization for BlackParrot
NJW007/branch-prediction-visualization
Tool for visualizing and comparing different dynamic branch prediction methods for a pipelined processor.
NJW007/branch-predictor
Simulation of various branch-prediction methods.
NJW007/branch-predictors
A grad school class project using gem5 to compare the performance of various branch predictors.
NJW007/BranchPredictionSimulator
Correlating branch prediction simulator
NJW007/branchspec
NJW007/Cache-Fault-Tolerant-Gem5-Simulator
gem5 simulator enhanced with some well known cache fault tolerant schemes
NJW007/captcha_break
验证码识别
NJW007/ChampSim
ChampSim repository
NJW007/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
NJW007/deep-learning-models
Keras code and weights files for popular deep learning models.
NJW007/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture
NJW007/Distilling-the-knowledge-in-neural-network
Teaches a student network from the knowledge obtained via training of a larger teacher network
NJW007/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
NJW007/GAN_tensorflow
introduce and implement by tensorflow
NJW007/Inception_based_CNN_model
基于Inception-v3实现的CNN分类模型
NJW007/InterpretersPerformance
Evaluating the Performance of Interpreters Over Various Branch Predictors
NJW007/keras-yolo3
Training and Detecting Objects with YOLO3
NJW007/models
Models and examples built with TensorFlow
NJW007/Noise-Flooding
Code relating to research done on defending against audio adversarial examples with noise flooding. A part of the 2018 UCCS REU Site for Machine Learning in Natural Language Processing and Computer Vision.
NJW007/Performance-Evaluation-of-Branch-Prediction-Strategies-using-gem5
Evaluation of local, bimodal and tournament branch predictors using a set of algorithms and the SPEC-2006 benchmark suite.