0

How to I make the model that identify that it is something specific? (Deep learning)

For example, like if the input value is greater than 20, output will be [0, 1] and value is less than 20, it will be [1, 0].

Can anyone help?

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Jinsu Jang
  • 11
  • 4
  • 1
    this is an unclear and vague question with no real answer for you. You would not need a deep learning model for this particular question (nor machine learning). I doubt the real question would make a good question for this forum either. – Chinny84 Jul 17 '22 at 00:43
  • This is just an example and I will try to make something more complicated. – Jinsu Jang Jul 17 '22 at 00:51
  • Add layers, nodes will make the model learn different attributes, to make it learn something specific will require tuning - difficult to help without knowing the situation. For example a simple NN allows things like the `xor` operation to be detected – Chinny84 Jul 17 '22 at 00:53

0 Answers0