#
data-augmentation
Here are 238 public repositories matching this topic...
A library containing both highly optimized building blocks and an execution engine for data pre-processing in deep learning applications
python
machine-learning
deep-learning
neural-network
gpu
image-processing
gpu-tensorflow
data-processing
data-augmentation
image-augmentation
fast-data-pipeline
-
Updated
Mar 4, 2020 - C++
machine-learning
computer-vision
deep-learning
pytorch
artificial-intelligence
feature-extraction
supervised-learning
face-recognition
face-detection
tencent
transfer-learning
nus
convolutional-neural-network
data-augmentation
face-alignment
imbalanced-learning
model-training
fine-tuning
face-landmark-detection
hard-negative-mining
-
Updated
Mar 3, 2020 - Python
High-Level Training, Data Augmentation, and Utilities for Pytorch
-
Updated
Mar 4, 2020 - Python
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
nlp
text-classification
distance
chatbot
chinese
feature
bert
data-augmentation
enhance
text-augment
xlnet
-
Updated
Mar 4, 2020 - Python
Data Augmentation For Object Detection
-
Updated
Mar 4, 2020 - Jupyter Notebook
Data augmentation techniques for NLP, presented at EMNLP-IJCNLP 2019
nlp
text-classification
position
cnn
embeddings
synonyms
swap
classification
rnn
sentence
data-augmentation
-
Updated
Mar 4, 2020 - Python
Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks that an application developer might need
nlp
deep-learning
word-embeddings
pytorch
data-augmentation
indic-languages
sentence-similarity
sentence-encoding
-
Updated
Feb 25, 2020 - Python
Random Erasing Data Augmentation. Experiments on CIFAR10, CIFAR100 and Fashion-MNIST
-
Updated
Mar 1, 2020 - Python
Deep Convolutional Neural Networks for Musical Source Separation
theano
deep-learning
signal-processing
data-generation
convolutional-neural-networks
audio-synthesis
data-augmentation
source-separation
sample-querying
score-synthesis
-
Updated
Feb 29, 2020 - Python
Efficient Learning of Augmentation Policy Schedules
python
data-science
machine-learning
deep-learning
tensorflow
artificial-intelligence
image-classification
convolutional-neural-networks
data-augmentation
augmentation
automl
automated-machine-learning
-
Updated
Mar 2, 2020 - Jupyter Notebook
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
computer-vision
deep-learning
keras
pytorch
kaggle
kaggle-competition
neural-networks
transfer-learning
neural-network-example
data-augmentation
-
Updated
Mar 3, 2020 - Jupyter Notebook
Light-weight Single Person Pose Estimator
lightweight
machine-learning
real-time
deep-learning
heatmap
realtime
pytorch
dataloader
squeezenet
data-augmentation
pose-estimation
mobile-device
shufflenet
resnet-18
mobilenetv2
deeppose
shufflenet-v2
shufflenetv2
dsntnn
-
Updated
Mar 2, 2020 - Jupyter Notebook
An implement of the paper of EDA for Chinese corpus.中文语料的EDA数据增强工具。NLP数据增强。论文阅读笔记。
-
Updated
Mar 3, 2020 - Python
Implementation of the mixup training method
-
Updated
Mar 4, 2020 - Python
Data Augmentation by Backtranslation (DAB) ヽ( •_-)ᕗ
language
machine-learning
deep-neural-networks
deep-learning
vietnamese
google-cloud
transformer
nlp-machine-learning
data-augmentation
english-translation
attention-is-all-you-need
tensor2tensor
paraphrase-generation
french-translation
google-colab
back-translation
tpu-acceleration
translation-models
-
Updated
Feb 28, 2020 - Jupyter Notebook
Data augmentation tool for images
-
Updated
Mar 2, 2020 - Python
Luux
commented
Jul 12, 2019
There's sparse_image_warp_pytorch.py and sparse_image_warp_np.py, but they don't get used anywhere.
In spec_augment_pytorch.py, sparse_image_warp gets never called and is still commented as TODO.
The documentation should at least state that if it's not implemented yet. ;)
EDIT: It seems to be present at the image_warp_pytorch branch. Did you forgot to merge this one to master?https://github
An implementation of "mixup: Beyond Empirical Risk Minimization"
-
Updated
Feb 28, 2020 - Jupyter Notebook
List of useful data augmentation resources. You will find here some not common techniques, libraries, links to github repos, papers and others.
review
machine-learning
survey
generative-adversarial-network
style-transfer
data-generation
data-augmentation
data-synthesis
autoaugment
data-augmentations
augmentation-policies
-
Updated
Mar 3, 2020
fepegar
opened
Feb 12, 2020
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
tensorflow
cnn
dropout
mnist
batch-normalization
mnist-classification
data-augmentation
ensemble-prediction
-
Updated
Feb 19, 2020 - Python
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
Mar 4, 2020 - Python
Streaming over lightweight data transformations
-
Updated
Mar 3, 2020 - Jupyter Notebook
deep-learning
satellite
pytorch
remote-sensing
classification
satellite-imagery
semantic-segmentation
data-augmentation
torchvision
-
Updated
Mar 3, 2020 - Python
A library for augmenting annotated audio data
-
Updated
Feb 21, 2020 - Python
Transforms for video datasets in pytorch
-
Updated
Mar 4, 2020 - Python
[ICCV 2019]Aggregation via Separation: Boosting Facial Landmark Detector with Semi-Supervised Style Transition
-
Updated
Mar 4, 2020 - Python
Improve this page
Add a description, image, and links to the data-augmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-augmentation topic, visit your repo's landing page and select "manage topics."
Issue description
Section 5 of the spam tutorial shows example of the use of the Keras classifier with labels generated by the label model (https://www.snorkel.org/use-cases/01-spam-tutorial#keras-classifier-with-probabilistic-labelskeras ). However, the test accuracy of the logreg is 90.0%, while test accuracy of the logreg trained on the dev set only is 89.6%. The accuracy of the Scik