[Task]: How to userstand wherather model you used is supervised or unsupervised ? Since, validation happen in both the case. #1610
Unanswered
Abhijeet99999
asked this question in
Q&A
Replies: 1 comment
-
Here is my reply:
Hope this clarifies your questions. Feel free to ask more questions if this is not helpful |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the motivation for this task?
In first case, you used ground truth for all the models and in that case, if we look research paper, some models are unsupervised. Based on your code explanation, validation loss is not included in training ? Right ? for some models ?
In second case, you used synthetic method for validation. Sample dataset is used during validation is train dataset right ? Then how to understand which model is unsupervised ? Since all model can generate results on Synthetic Method ?
In practice, how you explain, through code, or training process, or testing process or using Synthetic Method that models used are unsupervised or sup-revised Learning ?
Describe the solution you'd like
Their must be proper explanation to clear confusion.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions