How can I set targets in nueral network pattern recognition?

Hi friends,
I am a new Matlab user. Can you please help me to guide for targets in neural network pattern recognition? How can I set targets for pattern recognition? For example, I have some sample data of machine monitoring like; temperature, vibration, and pressure of machine monitoring data. How can I use this data in classification and to set targets for it? I have per minute monitoring data, as; at 1min T= 65c , V= 40mm/sec , P = 50psi (data is in good range means OK (1) ) and at 2min T= 90c , V= 40mm/sec , P = 48psi (temperature is not in OK condition but others are OK) At second point, should I consider it 0 or 1 for targets? Thanks

 Accepted Answer

If your {0,1} answer only depends on whether one or more of three inputs is out of range, then there is no need for a NN. On the other hand, a NN is reasonable if there are certain regions of 3-D space corresponding to target 0.

1 Comment

Thanks Greg heath for your prompt answer. Will you please guide me further, which algorithm I should use for classification? Thanks

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!