DEV Community

xandercage434
xandercage434

Posted on

Data Science Algorithms

It is a process or collection of rules or set to complete a task. It is one of the primary concepts in, or building blocks of, computer science: the basis of the design of elegant and efficient code, data processing and preparation, and software engineering.

Machine learning is used to predict, categorize, classify, finding polarity, etc from the given datasets and concerned with minimizing the error.

It uses training data for artificial intelligence.

Since there are many algorithms like SVM Algorithm in Python, Bayes algorithm, logistic regression, etc. which will use training data to match with input data and then it will provide a conclusion with maximum accuracy.

Resources -

https://intellipaat.com/blog/tutorial/data-science-tutorial/data-science-algorithms/

https://www.youtube.com/watch?v=a5KmkeQ714k

https://www.youtube.com/watch?v=RsIX6--BGB4

https://en.wikipedia.org/wiki/Data_science

Top comments (0)