Machine Learning # 2 Classification & Data Preprocessing

Pubblicato il: 24 febbraio 2019
sul canale di: SoulSociety
2,234
12

In machine learning, classification solve the problem of predicting the categories of a given data point. Pre-processing refers to the transformations applied to our data before feeding it to the algorithm. 1 like = 1 AI

********************************************************************

Vocabulary:
📗Binarization is used when we want to convert our numerical value into Boolean values (true / false).
📗Mean removal mean is a common preprocessing technique used in machine learning. It is usually useful to remove the mean of our feature vector so that each feature is centered on zero. We do this in other to remove bias from the features in our feature vector.
📗Scaling: In our feature vector, the value of each feature vector can varied around many random value. So it become important to scale those features so that it is a level playing field for the machine learning algorithm to train on. We don’t want any feature to be artificially large or small because of the nature of measurement.
📗Normalization: We use the process of normalization to modify the value in the feature vector so that we can measure them on a common scale. In machine learning, we use many different forms of normalization. Some of the most common forms of normalization aim to modify the values so that they sum up to one.

********************************************************************

🔗Links:
How to Install Atom: http://tiny.cc/be6i3y
Download Atom: https://atom.io/
Code Source: https://github.com/soulstartlight/Mac...

#MachineLearning #EPICSOCIETY


In questa pagina del sito puoi guardare il video online Machine Learning # 2 Classification & Data Preprocessing della durata di ore minuti seconda in buona qualità , che l'utente ha caricato SoulSociety 24 febbraio 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,234 volte e gli è piaciuto 12 spettatori. Buona visione!