Convolutional Neural NetworkConvolutional Neural Network(CNN) is a deep learning algorithm which take images as a input. CNN has the ability to highlight region of…May 1, 2021May 1, 2021
Cross validationWe need to divide the data in train and test set in order to avoid problem of over-fitting. Common method use for this is train-test split…Apr 17, 2021Apr 17, 2021
Predicting K in K-Mean algoritmk-mean is unsupervised learning algorithm (data without labels). Its a simplest of all unsupervised algorith. Here main aim of algorithm…Apr 17, 2021Apr 17, 2021