-
Updated
Aug 17, 2020 - Jupyter Notebook
#
synthetic-data
Here are 95 public repositories matching this topic...
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
finance
data-science
machine-learning
deep-learning
trading
artificial-intelligence
trading-strategies
investment
synthetic-data
investment-strategies
ml4t-workflow
trading-agent
Synthetic Patient Population Simulator
-
Updated
Aug 19, 2020 - Java
A curated list of awesome projects which use Machine Learning to generate synthetic content.
generative-adversarial-network
synthetic-images
synthetic-data
synthetic-dataset-generation
generation-algorithms
-
Updated
May 14, 2020
Code used to generate synthetic scenes and bounding box annotations for object detection. This was used to generate data used in the Cut, Paste and Learn paper
-
Updated
Dec 17, 2019 - Python
Random dataframe and database table generator
python
data-science
database
generator
sqlite
pandas-dataframe
random-generation
data-generation
sqlite3
fake-data
synthetic-data
synthetic-dataset-generation
-
Updated
Jul 24, 2019 - Python
machine-learning
tutorial
deep-learning
keras
dataset
neural-networks
object-detection
object-recognition
machine-learning-tutorials
synthetic-data
-
Updated
Nov 8, 2018 - Jupyter Notebook
DataGene - Identify How Similar Datasets Are to One Another (by @firmai)
encoding
finance
data-structures
decomposition
model-checking
similarity-measures
dataset-generation
distance-measures
synthesizers
similarity-score
testing-framework
synthetic-data
predictive-maintenance
synthetic-dataset-generation
distance-calculations
dataset-similarity
transformation-recipes
data-transformations
-
Updated
Jun 8, 2020 - Jupyter Notebook
Generative adversarial training for generating synthetic tabular data.
-
Updated
Feb 20, 2020 - Python
A Postgres Proxy to Mask Data in Realtime
-
Updated
Feb 3, 2020 - TSQL
A library to model multivariate data using copulas.
-
Updated
Aug 18, 2020 - Jupyter Notebook
Learn to map surrounding vehicles onto a bird's eye view of the scene.
-
Updated
Feb 12, 2020 - Python
Repository for Paper: Cross-Domain Complementary Learning Using Pose for Multi-Person Part Segmentation (TCSVT20)
paper
docker-image
machine
keras
human-pose-estimation
human-parsing
domain-adaptation
synthetic-data
cdcl
human-understanding
multi-human-parsing
multi-person
human-part-segmentation
-
Updated
Jun 14, 2020 - Python
Project page of SynthText3D
-
Updated
Dec 10, 2019 - C++
Differentially private learning to create fake, synthetic datasets with enhanced privacy guarantees
machine-learning
privacy
tensorflow
artificial-intelligence
generative-model
differential-privacy
synthetic-data
-
Updated
Aug 19, 2020 - Python
This repository provides you with a easy to use labeling tool for State-of-the-art Deep Learning training purposes.
training
docker
computer-vision
deep-learning
neural-network
docker-compose
tensorflow
label
inference
yolo
object-detection
boundingbox
voc
synthetic-data
labeling-tool
yolov3
bounding-box
labeltool
yolov4
-
Updated
Aug 2, 2020 - C#
Synthetic Data Generation for tabular, relational, time series data.
machine-learning
time-series
synthetic-data
sdv
multi-table
synthetic-data-generation
relational-datasets
-
Updated
Aug 19, 2020 - Python
Benchmarking synthetic data generation methods.
-
Updated
Jul 6, 2020 - Python
Cross-Domain Self-supervised Multi-task Feature Learning using Synthetic Imagery, CVPR'18
computer-vision
deep-learning
representation-learning
domain-adaptation
synthetic-data
self-supervised
-
Updated
Apr 16, 2019 - Python
generate physically realistic synthetic dataset of cluttered scenes using 3D CAD models to train CNN based object detectors
-
Updated
Apr 21, 2019 - Python
Source code for "3D Hand Pose Estimation using Simulation and Partial-Supervision with a Shared Latent Space"
-
Updated
Feb 11, 2019 - Python
Synthetic Minority Over-Sampling Technique for Regression
-
Updated
May 17, 2020 - Python
Real-time Mobile Car Pose Estimation with CoreML
swift
ios
machine-learning
deep-learning
neural-network
pose-estimation
synthetic-data
coreml
coreml-framework
-
Updated
Jan 27, 2020 - C++
VisDA2020: 4th Visual Domain Adaptation Challenge
-
Updated
Jun 27, 2020 - Python
ben-xD
commented
Aug 10, 2020
In examples/inference.py, how do I calculate stats passed to unNormalizeData() from evo_skeleton.dataset.h36m.data_utils import unNormalizeData, as I am using my own images, and can't create a new stats.npy for my images. I would eventually like to pass video to it too.
Thanks in advance
Extended version of the Lancichinetti-Fortunato-Radicchi Benchmark for Undirected Weighted Overlapping networks to evaluate clustering algorithms using generated ground-truth communities
-
Updated
Nov 28, 2018 - C++
MTSS-GAN: Multivariate Time Series Simulation with Generative Adversarial Networks (by @firmai)
finance
time-series
simulation
generative-adversarial-network
stress-test
similarity-measures
multivariate-data
model-validation
synthetic-data
multivariate-timeseries
synthetic-dataset-generation
adverserial
-
Updated
Jul 28, 2020
Code for our work on pose-estimation using template 3D models.
-
Updated
Nov 29, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the synthetic-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synthetic-data topic, visit your repo's landing page and select "manage topics."
As @csala mentioned in #24 it would be good to check that
discrete_columnslist is valid at the beginning of fitting instead of silently ignoring invalid columns then throwing an error later in the fitting process.What I Did
Would something similar to this at the beginning of
fitfunction work? :