averyma's Stars
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
tensorflow/models
Models and examples built with TensorFlow
keras-team/keras
Deep Learning for humans
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
meta-llama/llama-cookbook
Welcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama model family and using them on various provider services
krishnadey30/LeetCode-Questions-CompanyWise
Contains Company Wise Questions sorted based on Frequency and all time
academicpages/academicpages.github.io
Github Pages template based upon HTML and Markdown for personal, portfolio-based websites.
rougier/numpy-100
100 numpy exercises (with solutions)
dunovank/jupyter-themes
Custom Jupyter Notebook Themes
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
cleverhans-lab/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
kuangliu/pytorch-cifar
95.47% on CIFAR10 with PyTorch
jameslyons/python_speech_features
This library provides common speech features for ASR including MFCCs and filterbank energies.
vlfeat/matconvnet
MatConvNet: CNNs for MATLAB
BorealisAI/advertorch
A Toolbox for Adversarial Robustness Research
kentaroy47/vision-transformers-cifar10
Let's train vision transformers (ViT) for cifar 10!
MadryLab/cifar10_challenge
A challenge to explore adversarial robustness of neural networks on CIFAR10.
bmsookim/wide-resnet.pytorch
Best CIFAR-10, CIFAR-100 results with wide-residual networks using PyTorch
evaluating-adversarial-robustness/adv-eval-paper
LaTeX source for the paper "On Evaluating Adversarial Robustness"
cg563/simple-blackbox-attack
Code for ICML 2019 paper "Simple Black-box Adversarial Attacks"
YisenWang/MART
Code for ICLR2020 "Improving Adversarial Robustness Requires Revisiting Misclassified Examples"
BorealisAI/mma_training
Code for the paper "MMA Training: Direct Input Space Margin Maximization through Adversarial Training"
F-Salehi/CURE_robustness
Implemented CURE algorithm from robustness via curvature regularization and vice versa
nng555/cluster_examples
averyma/active-depth-from-defocus
Monocular 3D Reconstruction via Active Depth from Defocus
averyma/adversarial-spheres
Pytorch implementation of Adversarial Spheres.
averyma/model-alignment
[ECCV'24] Improving Adversarial Transferability via Model Alignment
SamsungLabs/SAGE
averyma/opt-robust
[TMLR] Understanding the robustness difference between stochastic gradient descent and adaptive gradient methods.