xeniacjen's Stars
prosysscience/RL-Job-Shop-Scheduling
Reinforcement learning approach for job shop scheduling
pyyush/GraphML
PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks"
Graph-Learning-Benchmarks/gli
🗂 Graph Learning Indexer: a contributor-friendly and metadata-rich platform for graph learning benchmarks. Dataloading, Benchmarking, Tagging, and more!
mph-/lcapy
Lcapy is a Python package for symbolic linear circuit analysis and signal processing. It uses SymPy for symbolic mathematics.
sigeisler/reliable_gnn_via_robust_aggregation
This repository contains the official implementation of the paper "Reliable Graph Neural Networks via Robust Aggregation" (NeurIPS, 2020).
sigeisler/robustness_of_gnns_at_scale
This repository contains the official implementation of the paper "Robustness of Graph Neural Networks at Scale" (NeurIPS, 2021).
u1234x1234/kdd2020-graph-adversarial-attacks-defence
6th place solution to KDD CUP 2020 Graph Adversarial Attacks & Defense
pytorch/botorch
Bayesian optimization in PyTorch
bayesian-optimization/BayesianOptimization
A Python implementation of global optimization with gaussian processes.
davda54/sam
SAM: Sharpness-Aware Minimization (PyTorch)
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
TropComplique/trained-ternary-quantization
Reducing the size of convolutional neural networks
neurosim/DNN_NeuroSim_V1.3
Benchmark framework of compute-in-memory based accelerators for deep neural network (inference engine focused)
elliothe/pytorx
Neural Network Evaluation Tool on Crossbar-based Accelerator with Resistive Memory
pokaxpoka/deep_Mahalanobis_detector
Code for the paper "A Simple Unified Framework for Detecting Out-of-Distribution Samples and Adversarial Attacks".
jeonsworld/ViT-pytorch
Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
alluly/dMNN
Modeling high dimensional extremes with d-max-decreasing neural networks.
zjysteven/MixOE
[WACV'23] Mixture Outlier Exposure for Out-of-Distribution Detection in Fine-grained Environments
hendrycks/outlier-exposure
Deep Anomaly Detection with Outlier Exposure (ICLR 2019)
relston/iconicindex
chinyichun/programthinkmirror
IBM/CLEVER-Robustness-Score
Codes for reproducing the robustness evaluation scores in “Evaluating the Robustness of Neural Networks: An Extreme Value Theory Approach,” ICLR 2018
NVlabs/iccad2020-GPUgatesim
marcellodebernardi/loss-landscapes
Approximating neural network loss landscapes in low-dimensional parameter subspaces for PyTorch
adiyoss/WatermarkNN
Watermarking Deep Neural Networks (USENIX 2018)
AakashKumarNain/annotated_research_papers
This repo contains annotated research papers that I found really good and useful
AkhilanB/CNN-Cert
udacity/CarND-Behavioral-Cloning-P3
Starting files for the Udacity CarND Behavioral Cloning Project
tianzheng4/Distributionally-Adversarial-Attack
AAAI 2019 oral presentation
MadryLab/mnist_challenge
A challenge to explore adversarial robustness of neural networks on MNIST.