How to make a model that identify that it is something specific?

29 Views Asked by At

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?

0

There are 0 best solutions below