Naman MehraSupport Vector MachineSupport Vector Machine is a supervised machine learning classification algorithm. SVM is a discriminative classifier that is designed by a…Jul 8, 2021Jul 8, 2021
Naman MehraLogistic RegressionLogistic Regression is a supervised machine learning algorithm. Logistic Regression is used to predict the outcome of a categorical…Jul 5, 2021Jul 5, 2021
Naman MehraKNN algorithmKNN- K Nearest Neighbors, is one of the simplest Supervised Machine Learning algorithm mostly used for Classification. It classifies a data…Jul 2, 2021Jul 2, 2021
Naman MehraDecision Tree And Random ForestDecision trees is a type of supervised machine learning algorithm used for classification problems. In it the data is being split according…Jul 2, 2021Jul 2, 2021
Naman MehraLinear RegressionLinear regression is a machine learning algorithm based on supervised learning. It is a statistical method that is used for predictive…Jun 23, 2021Jun 23, 2021
Naman MehraLinear AlgebraLinear algebra is a sub-field of mathematics concerned with vectors , matrices and linear transforms. The use of linear algebra data…Jun 23, 2021Jun 23, 2021
Naman MehraData Pre processingData-Preprocessing is the most important step to implement machine learning on the dataset. It is the first and crucial step while creating…Jun 22, 2021Jun 22, 2021
Naman MehraOpenCVOpen-CV is a python library which is used to solve computer vision problems. In OpenCV all the images are converted to numpy arrays. This…Jun 22, 2021Jun 22, 2021
Naman MehraSeaborn librarySeaborn is a data visualization library built on top of matplot library. Seaborn helps us understand the data by visualizing it. Seaborn…Jun 16, 2021Jun 16, 2021
Naman MehraMatplot LibraryMatplot library is a plotting library for python. It is basically used for plotting 3D or 2D graphs. Matplot library allows us to create…Jun 14, 2021Jun 14, 2021