Data Augmentation for Regression ANN with low Sample Size Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsImages Dataset Augmentation with fixed parameters of Crop & Rotation AngleIs image data augmentation breaking the distribution?Order of normalization / augmentation for image classificationData augmentation from directory and oriented features with KerasExpected behaviour of loss and accuracy when using data augmentationData Augmentation recommended pipelineData augmentation / feature extraction on pre-trained convnetsWhat brings the performance difference in Deep Learning with different data augmentation strategies?Is there a disadvantage to letting a model train for a large number of epochs?How to properly rotate image and labels for semantic segmentation data augmentation in Tensorflow?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
How do I find out the mythology and history of my Fortress?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Can anything be seen from the center of the Boötes void? How dark would it be?
Why do we bend a book to keep it straight?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
How does light 'choose' between wave and particle behaviour?
Is it fair for a professor to grade us on the possession of past papers?
How do living politicians protect their readily obtainable signatures from misuse?
Is there hard evidence that the grant peer review system performs significantly better than random?
How to install press fit bottom bracket into new frame
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
What is a fractional matching?
What was the first language to use conditional keywords?
What's the meaning of "fortified infraction restraint"?
Are all finite dimensional hilbert spaces isomorphic to spaces with Euclidean norms?
AppleTVs create a chatty alternate WiFi network
How can I reduce the gap between left and right of cdot with a macro?
Does the Weapon Master feat grant you a fighting style?
Trademark violation for app?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Why is it faster to reheat something than it is to cook it?
NumericArray versus PackedArray in MMA12
Data Augmentation for Regression ANN with low Sample Size
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsImages Dataset Augmentation with fixed parameters of Crop & Rotation AngleIs image data augmentation breaking the distribution?Order of normalization / augmentation for image classificationData augmentation from directory and oriented features with KerasExpected behaviour of loss and accuracy when using data augmentationData Augmentation recommended pipelineData augmentation / feature extraction on pre-trained convnetsWhat brings the performance difference in Deep Learning with different data augmentation strategies?Is there a disadvantage to letting a model train for a large number of epochs?How to properly rotate image and labels for semantic segmentation data augmentation in Tensorflow?
$begingroup$
There is a Dataset of 65 tuples.
I want to Augment new Data from this set and validate my ANN on the original Data.
Is there a possibility, that my ANN already overfits on the augmentet Data. For example that the augmentation Is simulated by the ANN, and how does one prevent this ?
machine-learning regression data-augmentation
$endgroup$
bumped to the homepage by Community♦ 25 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
There is a Dataset of 65 tuples.
I want to Augment new Data from this set and validate my ANN on the original Data.
Is there a possibility, that my ANN already overfits on the augmentet Data. For example that the augmentation Is simulated by the ANN, and how does one prevent this ?
machine-learning regression data-augmentation
$endgroup$
bumped to the homepage by Community♦ 25 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
– Mikhail Berlinkov
Nov 13 '18 at 15:34
$begingroup$
you were right. it learned the augmentation instead of the Data. I solved the problem by splitting the Dataset before augmentation and augment only a test set, and validate on data , never seen by the system.
$endgroup$
– Alexander Vocaet
Nov 15 '18 at 10:08
$begingroup$
I'll post it as the answer then if you don't mind.
$endgroup$
– Mikhail Berlinkov
Nov 16 '18 at 14:23
add a comment |
$begingroup$
There is a Dataset of 65 tuples.
I want to Augment new Data from this set and validate my ANN on the original Data.
Is there a possibility, that my ANN already overfits on the augmentet Data. For example that the augmentation Is simulated by the ANN, and how does one prevent this ?
machine-learning regression data-augmentation
$endgroup$
There is a Dataset of 65 tuples.
I want to Augment new Data from this set and validate my ANN on the original Data.
Is there a possibility, that my ANN already overfits on the augmentet Data. For example that the augmentation Is simulated by the ANN, and how does one prevent this ?
machine-learning regression data-augmentation
machine-learning regression data-augmentation
asked Nov 13 '18 at 14:53
Alexander VocaetAlexander Vocaet
133
133
bumped to the homepage by Community♦ 25 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 25 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
– Mikhail Berlinkov
Nov 13 '18 at 15:34
$begingroup$
you were right. it learned the augmentation instead of the Data. I solved the problem by splitting the Dataset before augmentation and augment only a test set, and validate on data , never seen by the system.
$endgroup$
– Alexander Vocaet
Nov 15 '18 at 10:08
$begingroup$
I'll post it as the answer then if you don't mind.
$endgroup$
– Mikhail Berlinkov
Nov 16 '18 at 14:23
add a comment |
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
– Mikhail Berlinkov
Nov 13 '18 at 15:34
$begingroup$
you were right. it learned the augmentation instead of the Data. I solved the problem by splitting the Dataset before augmentation and augment only a test set, and validate on data , never seen by the system.
$endgroup$
– Alexander Vocaet
Nov 15 '18 at 10:08
$begingroup$
I'll post it as the answer then if you don't mind.
$endgroup$
– Mikhail Berlinkov
Nov 16 '18 at 14:23
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
– Mikhail Berlinkov
Nov 13 '18 at 15:34
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
– Mikhail Berlinkov
Nov 13 '18 at 15:34
$begingroup$
you were right. it learned the augmentation instead of the Data. I solved the problem by splitting the Dataset before augmentation and augment only a test set, and validate on data , never seen by the system.
$endgroup$
– Alexander Vocaet
Nov 15 '18 at 10:08
$begingroup$
you were right. it learned the augmentation instead of the Data. I solved the problem by splitting the Dataset before augmentation and augment only a test set, and validate on data , never seen by the system.
$endgroup$
– Alexander Vocaet
Nov 15 '18 at 10:08
$begingroup$
I'll post it as the answer then if you don't mind.
$endgroup$
– Mikhail Berlinkov
Nov 16 '18 at 14:23
$begingroup$
I'll post it as the answer then if you don't mind.
$endgroup$
– Mikhail Berlinkov
Nov 16 '18 at 14:23
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f41167%2fdata-augmentation-for-regression-ann-with-low-sample-size%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
add a comment |
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
add a comment |
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
answered Nov 16 '18 at 14:23
Mikhail BerlinkovMikhail Berlinkov
1916
1916
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f41167%2fdata-augmentation-for-regression-ann-with-low-sample-size%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
In theory it's possible, everything depends on your data, the model you're training and how you're going to augment your training data.
$endgroup$
– Mikhail Berlinkov
Nov 13 '18 at 15:34
$begingroup$
you were right. it learned the augmentation instead of the Data. I solved the problem by splitting the Dataset before augmentation and augment only a test set, and validate on data , never seen by the system.
$endgroup$
– Alexander Vocaet
Nov 15 '18 at 10:08
$begingroup$
I'll post it as the answer then if you don't mind.
$endgroup$
– Mikhail Berlinkov
Nov 16 '18 at 14:23