J
J
JSent2018-06-03 11:57:24
Neural networks
JSent, 2018-06-03 11:57:24

Which machine learning methods are best for predicting?

Given: A database with information about all the failures that have occurred in production.
Task: Develop a system for predicting future failures.
What methods are more suitable? Which entry threshold is not very high?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmshar, 2018-06-03
@JSent

1. Analysis of time series.
2. Building regression models.
3. Classification (by all known methods - from metric and support vector systems to the use of decision trees, do not forget about the use of ensembles of methods)
4. Clustering and principal component analysis.
5. All the same but based on the use of artificial neural networks.
All fit. You just need to understand what, when and how.
With a threshold - well, it depends on your entry level.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question