Skip to main content

Posts

Featured

MACHINE LEARNING ALGORITHMS

Machine Learning   Algorithms And it’s Overview     ABSTRACT In this paper, various machine learning algorithms have been discussed. These algorithms are used for various purposes like data mining, image processing, predictive analytics, etc. to name a few. The main advantage of using machine learning is that, once an algorithm learns what to do with data, it can do its work automatically. Keywords – Machine learning, algorithms, pseudo code (1)     INTRODUCTION   In Machine Learning, the  algorithm  is just the method that you’ll use to find those relationships within your data. Algorithms can be complex or simple, big or small, or any permutation of things: but at the core, they’re just ways of figuring out what, if anything, drives the changes you’re trying to predict. Heard of Deep Learning? That’s (basically) a type of algorithm. Much like the MergeSort algorithm is efficient at sorting arrays, Machine Learning algorithms are efficient at surfacing relat

Latest posts