Are there known techniques to transform features X classified as C to features Y classified as C'r - rpart in text mining for classification of documentsNeural network, Support Vector Machine or something else to classify into 7 groupsDefinition - center of the cluster with non-Euclidean distanceDatamodel for cluster analysis terms & segmentationWhat could be possible features of a textual word?Explain output of a given classifier w.r.t featuresRecommending college degrees based on high school subjectsIs my model overfitting when I add new features?Audio classification data balanceWhat's the right way to setup an image classifier by multiple params?

Professor being mistaken for a grad student

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

This word with a lot of past tenses

Min function accepting varying number of arguments in C++17

Is it insecure to send a password in a `curl` command?

How could an airship be repaired midflight?

What do you call the act of removing a part of a word and replacing it with an apostrophe

Pauli exclusion principle

Why do passenger jet manufacturers design their planes with stall prevention systems?

Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?

How to simplify this time periods definition interface?

Why does a Star of David appear at a rally with Francisco Franco?

How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?

Official degrees of earth’s rotation per day

Employee lack of ownership

Life insurance that covers only simultaneous/dual deaths

What is "focus distance lower/upper" and how is it different from depth of field?

How well should I expect Adam to work?

Welcoming 2019 Pi day: How to draw the letter π?

A Cautionary Suggestion

Problem with FindRoot

New passport but visa is in old (lost) passport

Why won't this compile? Argument of h has an extra {

Are ETF trackers fundamentally better than individual stocks?



Are there known techniques to transform features X classified as C to features Y classified as C'


r - rpart in text mining for classification of documentsNeural network, Support Vector Machine or something else to classify into 7 groupsDefinition - center of the cluster with non-Euclidean distanceDatamodel for cluster analysis terms & segmentationWhat could be possible features of a textual word?Explain output of a given classifier w.r.t featuresRecommending college degrees based on high school subjectsIs my model overfitting when I add new features?Audio classification data balanceWhat's the right way to setup an image classifier by multiple params?













0












$begingroup$


I don't think the wording of my question is that clear myself, but I don't have any better words suitable for a title (on top of my head at least). I was wondering if given features X that is classified by a model M as class C, is there a way to find the features Y that is relatively "close" to X so that it would be classified as class C' by M.



I was thinking if some sort of clustering can help such as k-means and then getting the centroid of class C' and using that. The final idea is to get the difference between X and Y to be displayed. Does that sound reasonable? I'm not really a data scientist so want to check up on my thoughts.



If someone can suggest a paper or direction that would be much appreciated



EDIT:
For clarification. The purpose of this is that I have a set of people's skills and their jobs and I want to be able to give an advice of what skills a person needs to cultivate for their desired job.



E.g I can program, have a CS degree, experienced with unix etc. and am classified as software developer (skills are codified into numerical values not text anymore) and I want to work as a chemical engineer. I want to know the skills I would need so that I can be classified as fit to be a chemical engineer.



So X is my set of skills, C is software developer, C' is chemical engineer, and Y is the set of skills appropriate for a chemical engineer that I am looking for.










share|improve this question











$endgroup$











  • $begingroup$
    If this example is correct add a similar one for clarity: I have a set of profile (side) pictures of blue cars classified as 'car', I want a set of profile pictures of blue motorcycles classified as 'motorcycle'. Two sets of images (pixels as features) are close since they are both vehicles, blue, and photographed from the side.
    $endgroup$
    – Esmailian
    yesterday











  • $begingroup$
    @Esmailian I added some more detail of what I am trying to do. Thanks!
    $endgroup$
    – Btara Truhandarien
    yesterday










  • $begingroup$
    For this task you first need a sizable data set of (skills, job title) for many individuals to begin with, specially chemical engineers. Your personal information is not enough. Then, a fast approach would be to find a set of chemical engineers that the distance of their features to yours is the smallest. This is a good start.
    $endgroup$
    – Esmailian
    yesterday















0












$begingroup$


I don't think the wording of my question is that clear myself, but I don't have any better words suitable for a title (on top of my head at least). I was wondering if given features X that is classified by a model M as class C, is there a way to find the features Y that is relatively "close" to X so that it would be classified as class C' by M.



I was thinking if some sort of clustering can help such as k-means and then getting the centroid of class C' and using that. The final idea is to get the difference between X and Y to be displayed. Does that sound reasonable? I'm not really a data scientist so want to check up on my thoughts.



If someone can suggest a paper or direction that would be much appreciated



EDIT:
For clarification. The purpose of this is that I have a set of people's skills and their jobs and I want to be able to give an advice of what skills a person needs to cultivate for their desired job.



E.g I can program, have a CS degree, experienced with unix etc. and am classified as software developer (skills are codified into numerical values not text anymore) and I want to work as a chemical engineer. I want to know the skills I would need so that I can be classified as fit to be a chemical engineer.



So X is my set of skills, C is software developer, C' is chemical engineer, and Y is the set of skills appropriate for a chemical engineer that I am looking for.










share|improve this question











$endgroup$











  • $begingroup$
    If this example is correct add a similar one for clarity: I have a set of profile (side) pictures of blue cars classified as 'car', I want a set of profile pictures of blue motorcycles classified as 'motorcycle'. Two sets of images (pixels as features) are close since they are both vehicles, blue, and photographed from the side.
    $endgroup$
    – Esmailian
    yesterday











  • $begingroup$
    @Esmailian I added some more detail of what I am trying to do. Thanks!
    $endgroup$
    – Btara Truhandarien
    yesterday










  • $begingroup$
    For this task you first need a sizable data set of (skills, job title) for many individuals to begin with, specially chemical engineers. Your personal information is not enough. Then, a fast approach would be to find a set of chemical engineers that the distance of their features to yours is the smallest. This is a good start.
    $endgroup$
    – Esmailian
    yesterday













0












0








0





$begingroup$


I don't think the wording of my question is that clear myself, but I don't have any better words suitable for a title (on top of my head at least). I was wondering if given features X that is classified by a model M as class C, is there a way to find the features Y that is relatively "close" to X so that it would be classified as class C' by M.



I was thinking if some sort of clustering can help such as k-means and then getting the centroid of class C' and using that. The final idea is to get the difference between X and Y to be displayed. Does that sound reasonable? I'm not really a data scientist so want to check up on my thoughts.



If someone can suggest a paper or direction that would be much appreciated



EDIT:
For clarification. The purpose of this is that I have a set of people's skills and their jobs and I want to be able to give an advice of what skills a person needs to cultivate for their desired job.



E.g I can program, have a CS degree, experienced with unix etc. and am classified as software developer (skills are codified into numerical values not text anymore) and I want to work as a chemical engineer. I want to know the skills I would need so that I can be classified as fit to be a chemical engineer.



So X is my set of skills, C is software developer, C' is chemical engineer, and Y is the set of skills appropriate for a chemical engineer that I am looking for.










share|improve this question











$endgroup$




I don't think the wording of my question is that clear myself, but I don't have any better words suitable for a title (on top of my head at least). I was wondering if given features X that is classified by a model M as class C, is there a way to find the features Y that is relatively "close" to X so that it would be classified as class C' by M.



I was thinking if some sort of clustering can help such as k-means and then getting the centroid of class C' and using that. The final idea is to get the difference between X and Y to be displayed. Does that sound reasonable? I'm not really a data scientist so want to check up on my thoughts.



If someone can suggest a paper or direction that would be much appreciated



EDIT:
For clarification. The purpose of this is that I have a set of people's skills and their jobs and I want to be able to give an advice of what skills a person needs to cultivate for their desired job.



E.g I can program, have a CS degree, experienced with unix etc. and am classified as software developer (skills are codified into numerical values not text anymore) and I want to work as a chemical engineer. I want to know the skills I would need so that I can be classified as fit to be a chemical engineer.



So X is my set of skills, C is software developer, C' is chemical engineer, and Y is the set of skills appropriate for a chemical engineer that I am looking for.







classification clustering






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday







Btara Truhandarien

















asked Feb 13 at 7:46









Btara TruhandarienBtara Truhandarien

12




12











  • $begingroup$
    If this example is correct add a similar one for clarity: I have a set of profile (side) pictures of blue cars classified as 'car', I want a set of profile pictures of blue motorcycles classified as 'motorcycle'. Two sets of images (pixels as features) are close since they are both vehicles, blue, and photographed from the side.
    $endgroup$
    – Esmailian
    yesterday











  • $begingroup$
    @Esmailian I added some more detail of what I am trying to do. Thanks!
    $endgroup$
    – Btara Truhandarien
    yesterday










  • $begingroup$
    For this task you first need a sizable data set of (skills, job title) for many individuals to begin with, specially chemical engineers. Your personal information is not enough. Then, a fast approach would be to find a set of chemical engineers that the distance of their features to yours is the smallest. This is a good start.
    $endgroup$
    – Esmailian
    yesterday
















  • $begingroup$
    If this example is correct add a similar one for clarity: I have a set of profile (side) pictures of blue cars classified as 'car', I want a set of profile pictures of blue motorcycles classified as 'motorcycle'. Two sets of images (pixels as features) are close since they are both vehicles, blue, and photographed from the side.
    $endgroup$
    – Esmailian
    yesterday











  • $begingroup$
    @Esmailian I added some more detail of what I am trying to do. Thanks!
    $endgroup$
    – Btara Truhandarien
    yesterday










  • $begingroup$
    For this task you first need a sizable data set of (skills, job title) for many individuals to begin with, specially chemical engineers. Your personal information is not enough. Then, a fast approach would be to find a set of chemical engineers that the distance of their features to yours is the smallest. This is a good start.
    $endgroup$
    – Esmailian
    yesterday















$begingroup$
If this example is correct add a similar one for clarity: I have a set of profile (side) pictures of blue cars classified as 'car', I want a set of profile pictures of blue motorcycles classified as 'motorcycle'. Two sets of images (pixels as features) are close since they are both vehicles, blue, and photographed from the side.
$endgroup$
– Esmailian
yesterday





$begingroup$
If this example is correct add a similar one for clarity: I have a set of profile (side) pictures of blue cars classified as 'car', I want a set of profile pictures of blue motorcycles classified as 'motorcycle'. Two sets of images (pixels as features) are close since they are both vehicles, blue, and photographed from the side.
$endgroup$
– Esmailian
yesterday













$begingroup$
@Esmailian I added some more detail of what I am trying to do. Thanks!
$endgroup$
– Btara Truhandarien
yesterday




$begingroup$
@Esmailian I added some more detail of what I am trying to do. Thanks!
$endgroup$
– Btara Truhandarien
yesterday












$begingroup$
For this task you first need a sizable data set of (skills, job title) for many individuals to begin with, specially chemical engineers. Your personal information is not enough. Then, a fast approach would be to find a set of chemical engineers that the distance of their features to yours is the smallest. This is a good start.
$endgroup$
– Esmailian
yesterday




$begingroup$
For this task you first need a sizable data set of (skills, job title) for many individuals to begin with, specially chemical engineers. Your personal information is not enough. Then, a fast approach would be to find a set of chemical engineers that the distance of their features to yours is the smallest. This is a good start.
$endgroup$
– Esmailian
yesterday










1 Answer
1






active

oldest

votes


















0












$begingroup$

As far as i can understand , you are interested in Adversarial training techniques.
check this out:
https://www.deeplearningbook.org/contents/regularization.html
@7.13 Adversarial Training and the image example of the panda.
Although the concept is opposite, i.e it finds out points near and similar to the existing classified regions which the model classifies wrong but sometimes the points are close to be identical like: the panda example in the reference at page 265.






share|improve this answer









$endgroup$












  • $begingroup$
    do you know anything that is closer to what I was describing?
    $endgroup$
    – Btara Truhandarien
    Feb 19 at 5:12










Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

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%2f45486%2fare-there-known-techniques-to-transform-features-x-classified-as-c-to-features-y%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$

As far as i can understand , you are interested in Adversarial training techniques.
check this out:
https://www.deeplearningbook.org/contents/regularization.html
@7.13 Adversarial Training and the image example of the panda.
Although the concept is opposite, i.e it finds out points near and similar to the existing classified regions which the model classifies wrong but sometimes the points are close to be identical like: the panda example in the reference at page 265.






share|improve this answer









$endgroup$












  • $begingroup$
    do you know anything that is closer to what I was describing?
    $endgroup$
    – Btara Truhandarien
    Feb 19 at 5:12















0












$begingroup$

As far as i can understand , you are interested in Adversarial training techniques.
check this out:
https://www.deeplearningbook.org/contents/regularization.html
@7.13 Adversarial Training and the image example of the panda.
Although the concept is opposite, i.e it finds out points near and similar to the existing classified regions which the model classifies wrong but sometimes the points are close to be identical like: the panda example in the reference at page 265.






share|improve this answer









$endgroup$












  • $begingroup$
    do you know anything that is closer to what I was describing?
    $endgroup$
    – Btara Truhandarien
    Feb 19 at 5:12













0












0








0





$begingroup$

As far as i can understand , you are interested in Adversarial training techniques.
check this out:
https://www.deeplearningbook.org/contents/regularization.html
@7.13 Adversarial Training and the image example of the panda.
Although the concept is opposite, i.e it finds out points near and similar to the existing classified regions which the model classifies wrong but sometimes the points are close to be identical like: the panda example in the reference at page 265.






share|improve this answer









$endgroup$



As far as i can understand , you are interested in Adversarial training techniques.
check this out:
https://www.deeplearningbook.org/contents/regularization.html
@7.13 Adversarial Training and the image example of the panda.
Although the concept is opposite, i.e it finds out points near and similar to the existing classified regions which the model classifies wrong but sometimes the points are close to be identical like: the panda example in the reference at page 265.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 13 at 9:12









NIKESH SINGHNIKESH SINGH

11




11











  • $begingroup$
    do you know anything that is closer to what I was describing?
    $endgroup$
    – Btara Truhandarien
    Feb 19 at 5:12
















  • $begingroup$
    do you know anything that is closer to what I was describing?
    $endgroup$
    – Btara Truhandarien
    Feb 19 at 5:12















$begingroup$
do you know anything that is closer to what I was describing?
$endgroup$
– Btara Truhandarien
Feb 19 at 5:12




$begingroup$
do you know anything that is closer to what I was describing?
$endgroup$
– Btara Truhandarien
Feb 19 at 5:12

















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%2f45486%2fare-there-known-techniques-to-transform-features-x-classified-as-c-to-features-y%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