Computer Science, asked by pawan3210, 9 months ago

Which of the following groups are not Machine Learning techniques? Classification and Clustering
Numpy, Scipy and Scikit-Learn
Anomaly Detection and Recommendation Systems

Answers

Answered by annupk2006
6

Answer:

recommendation system is the answer

Answered by varshamittal029
0

Concept:

Machine learning is a branch of artificial intelligence that allows systems to learn and develop without being explicitly programmed.

Find:

Which ones are not machine learning techniques?

Solution:

Numpy, Scipy and Scikit-Learn

These are machine learning libraries. NumPy also comes with a set of mathematical functions that can be applied to a variety of tasks. Advanced linear algebra procedures, mathematical function optimization, signal processing, specific mathematical functions, and statistical distributions are all available with Scipy. Scikit-learn is a data analysis and data mining library based on NumPy, SciPy, and Matplotlib.

Whereas Classification and Clustering, Anomaly Detection and Recommendation Systems are machine learning techniques.

Hence Numpy, Scipy and Scikit-Learn are not machine learning techniques. These are machine learning libraries.

Similar questions