awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hitsz-ids avatar

hitsz-ids/synthetic-data-generator

0
View on GitHub↗
2,422 星标·391 分支·Python·Apache-2.0·17 次浏览

Synthetic Data Generator

该项目是一个用于生成合成表格数据的框架,该数据保留了原始源数据集的统计属性和关系完整性。它作为一个元数据驱动的引擎,利用语言模型来合成信息,即使在原始训练样本受限的情况下也是如此。该系统旨在在复杂的、多表结构中保持逻辑一致性,同时确保生成的输出符合定义的模式要求。

该平台通过专注于隐私保护合成而脱颖而出,集成了通过差分隐私和匿名化技术量化并减轻重新识别风险的工具。它支持模块化扩展,允许集成自定义生成模型和数据连接器。此外,该框架包括自动化验证例程,将合成输出的分布和相关模式与源数据进行比较,以验证统计保真度。

除了核心生成外,该系统还通过从学习到的模式中派生新列,提供了数据增强和特征工程的功能。它结合了操作监督工具,以在海量任务期间监控资源利用率和处理效率。该库旨在通过内存高效的流处理和迭代批处理来处理大规模数据集,以确保稳定性。

Features

  • Tabular - Creates privacy-preserving synthetic tabular records that maintain the statistical properties of original source data.
  • Data Synthesis - Leverages language models and metadata to synthesize information when original training samples are restricted.
  • Synthetic Data Generators - Creates privacy-preserving structured datasets that maintain the statistical properties of original source data.
  • Synthetic Data Generators - Generates synthetic datasets using metadata and language model knowledge without requiring original training samples.
  • Relational Synthesis - Generates consistent synthetic datasets across multiple related tables while preserving structural integrity and logical relationships.
  • Statistical Fidelity Evaluators - Validates synthetic data quality by comparing distribution and correlation patterns against original source datasets.
  • Privacy and Data Protection - Protects sensitive information using differential privacy and masking techniques to ensure compliance.
  • Differential Privacy Aggregators - Provides a toolkit for quantifying and mitigating re-identification risks in synthetic datasets.
  • Differential Privacy Noise Injection - Injects mathematical noise into synthetic data generation to ensure individual records cannot be re-identified.
  • Schema-Driven Generators - Constructs synthetic datasets by interpreting structured schema definitions rather than relying on raw input samples.
  • Relational Data Generators - Generates consistent synthetic data across multiple related tables while preserving structural integrity.
  • Synthetic Data Generation - Enriches datasets by generating new columns based on learned patterns to improve data depth.
  • Data Enrichment - Enriches datasets by deriving new columns from learned patterns and external knowledge.
  • Security & Privacy - Identifies personal identifiers and applies privacy techniques to secure generated information.
  • Memory-Efficient Data Streaming - Processes large-scale datasets in memory-efficient chunks to maintain system stability during high-volume generation.
  • Graph-Relational Models - Maintains logical consistency across multi-table structures by enforcing structural dependencies during data generation.
  • Relational Data Modeling - Models complex multi-table relationships to ensure logical consistency during synthetic data generation.
  • Generation Framework Extensions - Allows integration of custom generation models, data processing routines, and external connectors through a modular plugin architecture.

Star 历史

hitsz-ids/synthetic-data-generator 的 Star 历史图表hitsz-ids/synthetic-data-generator 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Synthetic Data Generator 的精选搜索

收录 Synthetic Data Generator 的精选合集。
  • 合成数据生成工具
  • 大模型合成数据生成工具
  • 合成数据库数据生成器

Synthetic Data Generator 的开源替代方案

相似的开源项目,按与 Synthetic Data Generator 的功能重合度排序。
  • data-centric-ai-community/fg-data-syntheticData-Centric-AI-Community 的头像

    Data-Centric-AI-Community/fg-data-synthetic

    1,642在 GitHub 上查看↗

    This project is a synthetic data generator designed to create realistic tabular and time-series datasets for machine learning and testing workflows. It functions as a privacy-preserving platform that models the underlying statistical distributions of source data to produce new records that maintain the original statistical properties and structural integrity. The tool distinguishes itself by utilizing CPU-optimized statistical sampling, allowing for high-performance data generation on standard hardware without the need for specialized graphics processing units. It employs a configuration-driv

    Jupyter Notebookdatagenerationdatageneratordeep-learning
    在 GitHub 上查看↗1,642
  • priorlabs/tabpfnPriorLabs 的头像

    PriorLabs/TabPFN

    7,408在 GitHub 上查看↗
    Pythondata-sciencefoundation-modelsmachine-learning
    在 GitHub 上查看↗7,408
  • wiseodd/generative-modelswiseodd 的头像

    wiseodd/generative-models

    7,497在 GitHub 上查看↗

    This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating synthetic data and modeling complex probability distributions. It serves as a multi-framework repository of deep learning models designed for learning and replicating data patterns. The project provides specialized implementation suites for several generative architectures. This includes Generative Adversarial Networks using competing generator and discriminator models, Variational Autoencoder frameworks that map data to a latent space, and Restricted Boltzmann Machine and Deep

    Python
    在 GitHub 上查看↗7,497
  • conardli/easy-datasetConardLi 的头像

    ConardLi/easy-dataset

    13,394在 GitHub 上查看↗

    Easy-dataset is a comprehensive platform designed for the end-to-end management of machine learning datasets, specifically tailored for language and vision model fine-tuning. It functions as a centralized environment for the entire data lifecycle, encompassing the automated generation of synthetic training data, the structural organization of document collections, and the systematic annotation of individual data points. The platform distinguishes itself through its integrated evaluation and orchestration capabilities. It provides a dedicated suite for benchmarking models, featuring blind side

    JavaScriptdatasetfine-tuningjavascript
    在 GitHub 上查看↗13,394
查看 Synthetic Data Generator 的所有 30 个替代方案→

常见问题解答

hitsz-ids/synthetic-data-generator 是做什么的?

该项目是一个用于生成合成表格数据的框架,该数据保留了原始源数据集的统计属性和关系完整性。它作为一个元数据驱动的引擎,利用语言模型来合成信息,即使在原始训练样本受限的情况下也是如此。该系统旨在在复杂的、多表结构中保持逻辑一致性,同时确保生成的输出符合定义的模式要求。

hitsz-ids/synthetic-data-generator 的主要功能有哪些?

hitsz-ids/synthetic-data-generator 的主要功能包括:Tabular, Data Synthesis, Synthetic Data Generators, Relational Synthesis, Statistical Fidelity Evaluators, Privacy and Data Protection, Differential Privacy Aggregators, Differential Privacy Noise Injection。

hitsz-ids/synthetic-data-generator 有哪些开源替代品?

hitsz-ids/synthetic-data-generator 的开源替代品包括: data-centric-ai-community/fg-data-synthetic — This project is a synthetic data generator designed to create realistic tabular and time-series datasets for machine… wiseodd/generative-models — This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating… priorlabs/tabpfn. conardli/easy-dataset — Easy-dataset is a comprehensive platform designed for the end-to-end management of machine learning datasets,… limix-ldm-ai/limix — LimiX is a tabular foundation model and a suite of tools for structured data, providing a transformer-based system for… camel-ai/camel — This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified…