• This repository has been archived on 30/Nov/2023
  • Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created about 9 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

1M_Generalization is a simple anonymization algorithm for 1:M dataset. It contains two sub-algorithms: Mondrian (for relational part) and Partition (transaction part). Both of them are straight forward, and can be repalced by more powerful algorithm with limtied modification.

More Repositories

1

leetcode

Python & JAVA Solutions for Leetcode
Python
5,141
star
2

How_to_Search_and_Read_a_Paper

本文档适合于刚入学的硕士和博士(计算机专业最好,其他专业可参考)。
338
star
3

Mondrian

Python Implementation for Mondrian Multidimensional K-Anonymity (Mondrian).
Python
168
star
4

Basic_Mondrian

The raw mondrian is designed for numerical attributes. When comes to categorical attributes, Mondrian needs to transform categorical attributes to numerical ones. This transformations is not good for some applications. In 2006, LeFevre proposed basic Mondrian, which support both categorical and numerical attributes. This repository is an implementation for basic Mondrian.
Python
32
star
5

Deep_Learning_Exercise

Deep Learning Exercise and Notebook
Jupyter Notebook
28
star
6

Clustering_based_K_Anon

cluster based generalization for k-anonymity
Python
28
star
7

Mondrian_L_Diversity

Mondrian for L-diveristy. It's not available now.
Python
18
star
8

image_classification_redis

Image Classification based on Analytics-Zoo and Redis
Python
10
star
9

Top_Down_Greedy_Anonymization

Top_Down_Greedy_Anonymization is a Top-down greedy algorithm data anonymization algorithm for relational dataset, proposed by Jian Xu in his papers.
Python
8
star
10

Google_APAC

My solution for Google APAC
Python
8
star
11

Python_Blind_Image_Watermarking

A simple implement Blind_Image_watermark with Python.
MATLAB
3
star
12

Apriori_based_Anonymization

This repository is an python implement of Apriori_based_Anonymization for set-valued dataset anonymization.
Python
3
star
13

analyzing_weibo_data_with_spark

try to analyzing weibo data with Spark
Python
3
star
14

SEU_Web_Login

This program is a python implement for CLI (command-line interface) web login in Southeast University (China).
Python
3
star
15

Zoo_Benchmark

Scala
2
star
16

Relational_Transaction_Anon

This repository is an python implement of Relation and Transaction Anonymization for Relational and Transaction dataset anonymization.
Python
2
star
17

Semi_Partition

Semi_Partition is a Top-down greedy algorithm data anonymization algorithm for relational dataset. It's more efficient than Mondrian, which is proposed by Kristen LeFevre in his papers.
Python
2
star
18

PAA

Partition and Anatomize Anonymization
Python
1
star
19

Partition_for_Transaction

This repository is an open source python implement for Partition_for_Transaction. I implement this algorithm in python for further study.
Python
1
star
20

ChatGPT-Web

Vue
1
star
21

NEC_based_Anonymization

EC based Anonymization. Improve efficiency without increasing information loss.
Python
1
star