Will the features in the image (edge, color, etc.. ) impacts on the performance of the spherical k-means? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsConstrained k-means algorithms in R (must-link constraints)Need help with how to diagnose training and validation metricscalculate distance between each data point of a cluster to their respective cluster centroidsIs deduction, genetic programming, PCA, or clustering machine learning according to Tom Mitchells definition?How to implement one vs rest classifier in a multiclass classification problem?Are there cases where tree based algorithms can do better than neural networks?How standardizing and/or log transformation affect prediction result in machine learning modelsGetting negative r2_score with new set of dimensionsBest way to implement drone detection?k modes: optimal k

Etymology of 見舞い

Can I take recommendation from someone I met at a conference?

Why do C and C++ allow the expression (int) + 4*5?

How to mute a string and play another at the same time

Help Recreating a Table

Weaponising the Grasp-at-a-Distance spell

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

Who's this lady in the war room?

FME Console for testing

Trying to enter the Fox's den

Why is one lightbulb in a string illuminated?

Why doesn't the university give past final exams' answers?

Can I ask an author to send me his ebook?

What's the difference between using dependency injection with a container and using a service locator?

Coin Game with infinite paradox

A journey... into the MIND

What is the difference between 准时 and 按时?

What could prevent concentrated local exploration?

Pointing to problems without suggesting solutions

Why isn't everyone flabbergasted about Bran's "gift"?

Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?

What helicopter has the most rotor blades?

Why aren't these two solutions equivalent? Combinatorics problem

Married in secret, can marital status in passport be changed at a later date?



Will the features in the image (edge, color, etc.. ) impacts on the performance of the spherical k-means?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsConstrained k-means algorithms in R (must-link constraints)Need help with how to diagnose training and validation metricscalculate distance between each data point of a cluster to their respective cluster centroidsIs deduction, genetic programming, PCA, or clustering machine learning according to Tom Mitchells definition?How to implement one vs rest classifier in a multiclass classification problem?Are there cases where tree based algorithms can do better than neural networks?How standardizing and/or log transformation affect prediction result in machine learning modelsGetting negative r2_score with new set of dimensionsBest way to implement drone detection?k modes: optimal k










0












$begingroup$


I am very new in Machine learning, I recently implemented the spherical k-means, but finally I found a interesting point from the result. I used four datasets, they are minst, cifar-10, fashion-minst, and svhn. I was following the paper Learning Feature Representations with K-means (Coates & Ng, 2012) https://www-cs.stanford.edu/~acoates/papers/coatesng_nntot2012.pdf. I did not finish the deep learning yet.



See the following image, I tried the max pooling and average pooling to see if there any difference, but I found an interesting point, the dataset with the clear feature (edge, color, etc. of the object in the image ) has the high performance, the dataset without clear feature has low performance.



See the four pictures on the bottom, I extracted one image from each dataset. I ordered them according the performance. I tried search online, but I did not get any useful information about my question.



I am not sure whether the point is correct or not. Could any one please explain this to me. Thanks!



enter image description hereenter image description here










share|improve this question









$endgroup$
















    0












    $begingroup$


    I am very new in Machine learning, I recently implemented the spherical k-means, but finally I found a interesting point from the result. I used four datasets, they are minst, cifar-10, fashion-minst, and svhn. I was following the paper Learning Feature Representations with K-means (Coates & Ng, 2012) https://www-cs.stanford.edu/~acoates/papers/coatesng_nntot2012.pdf. I did not finish the deep learning yet.



    See the following image, I tried the max pooling and average pooling to see if there any difference, but I found an interesting point, the dataset with the clear feature (edge, color, etc. of the object in the image ) has the high performance, the dataset without clear feature has low performance.



    See the four pictures on the bottom, I extracted one image from each dataset. I ordered them according the performance. I tried search online, but I did not get any useful information about my question.



    I am not sure whether the point is correct or not. Could any one please explain this to me. Thanks!



    enter image description hereenter image description here










    share|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      I am very new in Machine learning, I recently implemented the spherical k-means, but finally I found a interesting point from the result. I used four datasets, they are minst, cifar-10, fashion-minst, and svhn. I was following the paper Learning Feature Representations with K-means (Coates & Ng, 2012) https://www-cs.stanford.edu/~acoates/papers/coatesng_nntot2012.pdf. I did not finish the deep learning yet.



      See the following image, I tried the max pooling and average pooling to see if there any difference, but I found an interesting point, the dataset with the clear feature (edge, color, etc. of the object in the image ) has the high performance, the dataset without clear feature has low performance.



      See the four pictures on the bottom, I extracted one image from each dataset. I ordered them according the performance. I tried search online, but I did not get any useful information about my question.



      I am not sure whether the point is correct or not. Could any one please explain this to me. Thanks!



      enter image description hereenter image description here










      share|improve this question









      $endgroup$




      I am very new in Machine learning, I recently implemented the spherical k-means, but finally I found a interesting point from the result. I used four datasets, they are minst, cifar-10, fashion-minst, and svhn. I was following the paper Learning Feature Representations with K-means (Coates & Ng, 2012) https://www-cs.stanford.edu/~acoates/papers/coatesng_nntot2012.pdf. I did not finish the deep learning yet.



      See the following image, I tried the max pooling and average pooling to see if there any difference, but I found an interesting point, the dataset with the clear feature (edge, color, etc. of the object in the image ) has the high performance, the dataset without clear feature has low performance.



      See the four pictures on the bottom, I extracted one image from each dataset. I ordered them according the performance. I tried search online, but I did not get any useful information about my question.



      I am not sure whether the point is correct or not. Could any one please explain this to me. Thanks!



      enter image description hereenter image description here







      machine-learning k-means






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 5 at 1:10









      Kreedz ZhenKreedz Zhen

      1




      1




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Yes it is true that in these images follow the trend you pointed, but that is not the only reason for the drop in accuracy:



          • Image 1 is pretty simple, and binary so it is easier samples, not because of clarity but of simplicity.


          • Image 2 is a bit more complex, but it is still binary and can be learned easily.


          • Image 3 is simple, but it is noisy and (as you pointed out) does not have strong features, since you're not dealing with CNNs you should pre-process this kind of dataset by binarization or image sharpening after noise removal (if you do it before you will amplify noise). This probably was taken with bad light conditions.


          • Image 4 this is really complex image, it is on color and until now I couldn't figure out what it is lol


          Well, you are not wrong in your idea, but taking conclusions that way may mislead you on the future. There are other reasons (as pointed above) for your findings. So:



          • Create a thesis (like you did)

          • Test your thesis by trying to change the observed phenomena (e.g. pre-process images to find stronger features)

          • Check if that improved your results, create a new thesis and repeat until satisfied with results





          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%2f48643%2fwill-the-features-in-the-image-edge-color-etc-impacts-on-the-performance%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$

            Yes it is true that in these images follow the trend you pointed, but that is not the only reason for the drop in accuracy:



            • Image 1 is pretty simple, and binary so it is easier samples, not because of clarity but of simplicity.


            • Image 2 is a bit more complex, but it is still binary and can be learned easily.


            • Image 3 is simple, but it is noisy and (as you pointed out) does not have strong features, since you're not dealing with CNNs you should pre-process this kind of dataset by binarization or image sharpening after noise removal (if you do it before you will amplify noise). This probably was taken with bad light conditions.


            • Image 4 this is really complex image, it is on color and until now I couldn't figure out what it is lol


            Well, you are not wrong in your idea, but taking conclusions that way may mislead you on the future. There are other reasons (as pointed above) for your findings. So:



            • Create a thesis (like you did)

            • Test your thesis by trying to change the observed phenomena (e.g. pre-process images to find stronger features)

            • Check if that improved your results, create a new thesis and repeat until satisfied with results





            share|improve this answer









            $endgroup$

















              0












              $begingroup$

              Yes it is true that in these images follow the trend you pointed, but that is not the only reason for the drop in accuracy:



              • Image 1 is pretty simple, and binary so it is easier samples, not because of clarity but of simplicity.


              • Image 2 is a bit more complex, but it is still binary and can be learned easily.


              • Image 3 is simple, but it is noisy and (as you pointed out) does not have strong features, since you're not dealing with CNNs you should pre-process this kind of dataset by binarization or image sharpening after noise removal (if you do it before you will amplify noise). This probably was taken with bad light conditions.


              • Image 4 this is really complex image, it is on color and until now I couldn't figure out what it is lol


              Well, you are not wrong in your idea, but taking conclusions that way may mislead you on the future. There are other reasons (as pointed above) for your findings. So:



              • Create a thesis (like you did)

              • Test your thesis by trying to change the observed phenomena (e.g. pre-process images to find stronger features)

              • Check if that improved your results, create a new thesis and repeat until satisfied with results





              share|improve this answer









              $endgroup$















                0












                0








                0





                $begingroup$

                Yes it is true that in these images follow the trend you pointed, but that is not the only reason for the drop in accuracy:



                • Image 1 is pretty simple, and binary so it is easier samples, not because of clarity but of simplicity.


                • Image 2 is a bit more complex, but it is still binary and can be learned easily.


                • Image 3 is simple, but it is noisy and (as you pointed out) does not have strong features, since you're not dealing with CNNs you should pre-process this kind of dataset by binarization or image sharpening after noise removal (if you do it before you will amplify noise). This probably was taken with bad light conditions.


                • Image 4 this is really complex image, it is on color and until now I couldn't figure out what it is lol


                Well, you are not wrong in your idea, but taking conclusions that way may mislead you on the future. There are other reasons (as pointed above) for your findings. So:



                • Create a thesis (like you did)

                • Test your thesis by trying to change the observed phenomena (e.g. pre-process images to find stronger features)

                • Check if that improved your results, create a new thesis and repeat until satisfied with results





                share|improve this answer









                $endgroup$



                Yes it is true that in these images follow the trend you pointed, but that is not the only reason for the drop in accuracy:



                • Image 1 is pretty simple, and binary so it is easier samples, not because of clarity but of simplicity.


                • Image 2 is a bit more complex, but it is still binary and can be learned easily.


                • Image 3 is simple, but it is noisy and (as you pointed out) does not have strong features, since you're not dealing with CNNs you should pre-process this kind of dataset by binarization or image sharpening after noise removal (if you do it before you will amplify noise). This probably was taken with bad light conditions.


                • Image 4 this is really complex image, it is on color and until now I couldn't figure out what it is lol


                Well, you are not wrong in your idea, but taking conclusions that way may mislead you on the future. There are other reasons (as pointed above) for your findings. So:



                • Create a thesis (like you did)

                • Test your thesis by trying to change the observed phenomena (e.g. pre-process images to find stronger features)

                • Check if that improved your results, create a new thesis and repeat until satisfied with results






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 5 at 4:25









                Pedro Henrique MonfortePedro Henrique Monforte

                559218




                559218



























                    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%2f48643%2fwill-the-features-in-the-image-edge-color-etc-impacts-on-the-performance%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

                    Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

                    Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

                    Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High