Skip to content

Instantly share code, notes, and snippets.

View duckaraptor's full-sized avatar

Parvesh Mourya duckaraptor

View GitHub Profile
@duckaraptor
duckaraptor / rmia.md
Created February 14, 2026 11:17
Chapter-2

RMIA Attack Results: Understanding TPR, FPR, and ROC Curves

Executive Summary

This document explains how the RMIA (Robust Membership Inference Attack) results relate to True Positive Rate (TPR), False Positive Rate (FPR), and the ROC curve, using the actual results from your attack implementation.


1. Understanding the RMIA Score

@duckaraptor
duckaraptor / apr.md
Created February 3, 2026 09:33
Adaptive Pixel Resilience (APR)

Adaptive Pixel Resilience (APR) - Implementation Guide

A comprehensive guide to understanding and implementing Adaptive Pixel Resilience (APR), a novel defense mechanism against one-pixel adversarial attacks on deep neural networks.

Based on "Adaptive Pixel Resilience: A Novel Defence Mechanism Against One-Pixel Adversarial Attacks on Deep Neural Networks" by Srivastava & Muskaan (2024)


Table of Contents

@duckaraptor
duckaraptor / config.tf
Created August 5, 2021 15:37
AWS IAM user management
terraform {
required_version = ">= 0.15.4"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.44.0"
}
}
}
@duckaraptor
duckaraptor / deploymentexample.yaml
Created May 21, 2021 21:52
Deployment YAML manifest
## Set the API endpoint used to create the Deployment resource.
apiVersion: apps/v1
## Define the type of the resource.
kind: Deployment
## Set the parameters that make the object identifiable, such as its name, namespace, and labels.
metadata:
annotations:
labels:
app: go-helloworld
name: go-helloworld
@duckaraptor
duckaraptor / gist:0e4d3a379b8885f06b339e83568d965d
Created July 2, 2020 15:11 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@duckaraptor
duckaraptor / Quotes.json
Created November 26, 2017 20:33 — forked from dmakk767/Quotes.json
Enlightened Quotes
[
{
"quote" : "Life isnโ€™t about getting and having, itโ€™s about giving and being.",
"name": "Kevin Kruse"
},
{
"quote" : "Whatever the mind of man can conceive and believe, it can achieve.",
"name" : "Napoleon Hill"
},
{