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?










0












$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 ?










share|improve this question









$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















0












$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 ?










share|improve this question









$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













0












0








0





$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 ?










share|improve this question









$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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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
















  • $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










1 Answer
1






active

oldest

votes


















0












$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.






share|improve this answer









$endgroup$













    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
    );



    );













    draft saved

    draft discarded


















    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









    0












    $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.






    share|improve this answer









    $endgroup$

















      0












      $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.






      share|improve this answer









      $endgroup$















        0












        0








        0





        $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.






        share|improve this answer









        $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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 16 '18 at 14:23









        Mikhail BerlinkovMikhail Berlinkov

        1916




        1916



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Ружовы пелікан Змест Знешні выгляд | Пашырэнне | Асаблівасці біялогіі | Літаратура | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 змена/ 22697590 Сістэматыкана ВіківідахВыявына Вікісховішчы174693363011049382

            ValueError: Error when checking input: expected conv2d_13_input to have shape (3, 150, 150) but got array with shape (150, 150, 3)2019 Community Moderator ElectionError when checking : expected dense_1_input to have shape (None, 5) but got array with shape (200, 1)Error 'Expected 2D array, got 1D array instead:'ValueError: Error when checking input: expected lstm_41_input to have 3 dimensions, but got array with shape (40000,100)ValueError: Error when checking target: expected dense_1 to have shape (7,) but got array with shape (1,)ValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Keras exception: ValueError: Error when checking input: expected conv2d_1_input to have shape (150, 150, 3) but got array with shape (256, 256, 3)Steps taking too long to completewhen checking input: expected dense_1_input to have shape (13328,) but got array with shape (317,)ValueError: Error when checking target: expected dense_3 to have shape (None, 1) but got array with shape (7715, 40000)Keras exception: Error when checking input: expected dense_input to have shape (2,) but got array with shape (1,)

            Illegal assignment from SObject to ContactFetching String, Id from Map - Illegal Assignment Id to Field / ObjectError: Compile Error: Illegal assignment from String to BooleanError: List has no rows for assignment to SObjectError on Test Class - System.QueryException: List has no rows for assignment to SObjectRemote action problemDML requires SObject or SObject list type error“Illegal assignment from List to List”Test Class Fail: Batch Class: System.QueryException: List has no rows for assignment to SObjectMapping to a user'List has no rows for assignment to SObject' Mystery