{"id":25552995,"date":"2023-02-08T16:19:57","date_gmt":"2023-02-08T10:49:57","guid":{"rendered":"https:\/\/entri.app\/blog\/?p=25552995"},"modified":"2023-05-22T11:58:12","modified_gmt":"2023-05-22T06:28:12","slug":"naive-bayes-classifier-machine-learning","status":"publish","type":"post","link":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/","title":{"rendered":"Naive Bayes Classifier in Machine Learning"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_79_2 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69e61899a999d\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69e61899a999d\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#Naive_Bayes_Classifier_Algorithm\" >Naive Bayes Classifier Algorithm<\/a><ul class='ez-toc-list-level-2' ><li class='ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#Why_is_it_called_Naive_Bayes\" >Why is it called Naive Bayes?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#Bayes_Theorem\" >Bayes&#8217; Theorem:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#The_Naive_Bayes_Classifier\" >The Naive Bayes Classifier<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#Types_of_Naive_Bayes_Classifiers\" >Types of Naive Bayes Classifiers\u00a0<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#Limitations_of_Naive_Bayes\" >Limitations of Naive Bayes<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<p>Have you ever wondered how email providers implement spam filters? Or how online news channels categorize news text? Or how companies do audience sentiment analysis on social media? are you going to, All\u00a0of this can be done using a machine learning algorithm called Naive Bayes Classifier.<\/p>\n<h1 class=\"h1\"><span class=\"ez-toc-section\" id=\"Naive_Bayes_Classifier_Algorithm\"><\/span><strong>Naive Bayes Classifier Algorithm<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h1>\n<ul class=\"points\">\n<li>Naive Bayes algorithm is a supervised learning algorithm, which is based on Bayes theorem\u00a0and used for solving classification problems.<\/li>\n<li>It is mainly used in\u00a0<em>text classification<\/em>\u00a0that includes a high-dimensional training dataset.<\/li>\n<li>Na\u00efve Bayes Classifier is one of the simple and most effective Classification algorithms which helps in building the fast machine learning models that can make quick predictions.<\/li>\n<li>It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.<\/li>\n<li>Some popular examples of Naive Bayes Algorithm are spam filtration, Sentimental analysis, and classifying articles.<\/li>\n<\/ul>\n<p><strong><div class=\"lead-gen-block\"><a href=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/05\/1_merged-3_compressed.pdf\" data-url=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/05\/1_merged-3_compressed.pdf\" class=\"lead-pdf-download\" data-id=\"25556853\"><\/strong><\/p>\n<p style=\"text-align: center;\"><button class=\"btn btn-default\">Free SQL Tutorial for Beginners &#8211; Download PDF<\/button><\/p>\n<p><strong><\/a><\/div><\/strong><\/p>\n<h2 class=\"h2\"><span class=\"ez-toc-section\" id=\"Why_is_it_called_Naive_Bayes\"><\/span><strong>Why is it called Naive Bayes?<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The Naive Bayes algorithm is comprised of two words Naive and Bayes, Which can be described as:<\/p>\n<ul class=\"points\">\n<li><strong>Naive<\/strong>: It is called Na\u00efve because it assumes that the occurrence of a certain feature is independent of the occurrence of other features. Such as if the fruit is identified on the bases of color, shape, and taste, then red, spherical, and sweet fruit is recognized as an apple. Hence each feature individually contributes to identify that it is an apple without depending on each other.<\/li>\n<li><strong>Bayes<\/strong>: It is called Bayes because it depends on the principle of\u00a0Bayes&#8217; Theorem.<\/li>\n<\/ul>\n<p><strong><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\"><br \/>\nJoin Our Data Science and Machine Learning Course! Enroll Here<\/a><\/strong><\/p>\n<h2 class=\"h2\"><span class=\"ez-toc-section\" id=\"Bayes_Theorem\"><\/span><strong>Bayes&#8217; Theorem:<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul class=\"points\">\n<li>Bayes&#8217; theorem is also known as\u00a0<strong>Bayes&#8217; Rule<\/strong>\u00a0or\u00a0<strong>Bayes&#8217; law<\/strong>, which is used to determine the probability of a hypothesis with prior knowledge. It depends on the conditional probability.<\/li>\n<li>The formula for Bayes&#8217; theorem is given as:<\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/static.javatpoint.com\/tutorial\/machine-learning\/images\/naive-bayes-classifier-algorithm.png\" alt=\"Na\u00efve Bayes Classifier Algorithm\" \/><\/p>\n<p><strong>Where,<\/strong><\/p>\n<p><strong>P(A|B) is Posterior probability<\/strong>: Probability of hypothesis A on the observed event B.<\/p>\n<p><strong>P(B|A) is Likelihood probability<\/strong>: Probability of the evidence given that the probability of a hypothesis is true.<\/p>\n<p><strong>P(A) is Prior Probability<\/strong>: Probability of hypothesis before observing the evidence.<\/p>\n<p><strong>P(B) is Marginal Probability<\/strong>: Probability of Evidence.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The_Naive_Bayes_Classifier\"><\/span><strong>The Naive Bayes Classifier<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The Naive Bayes classifier is an easy-to-use and effective technique for classifying data. It is advised to use the Naive Bayes strategy even if we are working with a data set that has millions of records with certain qualities. When we employ the Naive Bayes classifier for textual data analysis, we get excellent results. Natural language processing, for instance.The Naive Bayes classifier operates according to the Bayes theorem&#8217;s definition of conditional probability.<\/p>\n<p>Rev. Thomas Bayes is honored in the Bayes Theorem. On conditional probability, it operates. The likelihood that something will happen provided that something else has already happened is known as the conditional probability. We can determine the likelihood of an event using the conditional probability and our prior knowledge of it.<\/p>\n<p>Example: Consider a fruit to be a watermelon, for instance, if it is green, rounded, and has a 10-inch diameter. Although these characteristics may be interdependent, they all independently increase the likelihood that the fruit under examination is a watermelon. This classifier&#8217;s name includes the word &#8220;Naive&#8221; for that reason.<\/p>\n<h2 id=\"type\"><span class=\"ez-toc-section\" id=\"Types_of_Naive_Bayes_Classifiers\"><\/span><strong>Types of Naive Bayes Classifiers<\/strong><strong>\u00a0<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><strong>Bernoulli Naive Bayes<\/strong><\/p>\n<ul>\n<li>Predictors are Boolean variables<\/li>\n<li>Used when data is as per multivariate Bernoulli distribution<\/li>\n<li>Popular for discrete features<\/li>\n<\/ul>\n<p><strong>Multinomial Naive Bayes<\/strong><\/p>\n<ul>\n<li>Uses frequency of present words as features<\/li>\n<li>Commonly used for document classification problems<\/li>\n<li>Popular for discrete features as well<\/li>\n<\/ul>\n<p><strong>Gaussian Naive Bayes<\/strong><\/p>\n<ul>\n<li>Used when data is as per the Gaussian distribution<\/li>\n<li>Predictors are continuous variables<\/li>\n<\/ul>\n<h3 id=\"adv\"><strong>Advantages of Naive Bayes<\/strong><\/h3>\n<ul>\n<li>Easy to work with when using binary or categorical input values.<\/li>\n<li>Require a small number of training data for estimating the parameters necessary for classification.<\/li>\n<li>Handles both continuous and discrete data.<\/li>\n<li>Fast and reliable for making real-time predictions.<\/li>\n<\/ul>\n<h2 id=\"lim\"><span class=\"ez-toc-section\" id=\"Limitations_of_Naive_Bayes\"><\/span><strong>Limitations of Naive Bayes<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul>\n<li>Assumes that all the features are independent, which is highly unlikely in practical scenarios.<\/li>\n<li>Unsuitable for numerical data.<\/li>\n<li>The number of features must be equal to the number of attributes in the data for the algorithm to make correct predictions.<\/li>\n<li>&#8216;Zero frequency&#8221; problem: If a categorical variable in the test data set has a category that was not included in the training data set, the model assigns it a probability of 0 and cannot make a prediction. This problem can be solved with smoothing procedures, but they are not the subject of this article.<\/li>\n<li>Computationally expensive when used to classify a large number of items.<\/li>\n<\/ul>\n<h3 id=\"understanding_naive_bayes_and_machine_learning\"><strong>Understanding Naive Bayes and Machine Learning\u00a0<\/strong><\/h3>\n<p>Machine learning falls into\u00a0two categories:<\/p>\n<ul>\n<li>Supervised learning<\/li>\n<li>Unsupervised learning<\/li>\n<\/ul>\n<p>Supervised learning\u00a0falls into two categories:<\/p>\n<ul>\n<li>Classification<\/li>\n<li>Regression<\/li>\n<\/ul>\n<p>Naive Bayes algorithm falls under classification.<\/p>\n<p><strong><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\">\u00a0 Join Our Data Science and Machine Learning Course! Enroll Here<\/a><\/strong><\/p>\n<h3 id=\"where_is_naive_bayes_used\"><strong>Where is Naive Bayes Used?<\/strong><\/h3>\n<p>You can use Naive Bayes for the following things:<\/p>\n<h3><strong>Face Recognition<\/strong><\/h3>\n<p>As a classifier, it is used to identify faces or other features such as nose, mouth, eyes, etc.<\/p>\n<h3><strong>Weather Prediction\u00a0<\/strong><\/h3>\n<p>You can use it to predict whether the weather will be good or bad.<\/p>\n<h3><strong>Medical Diagnosis\u00a0<\/strong><\/h3>\n<p>Doctors can diagnose patients by using the information that the classifier provides. Healthcare professionals can use Naive Bayes to indicate if a patient is at high risk for certain diseases and conditions, such as heart disease, cancer, and other ailments.<\/p>\n<h3><strong>News Classification\u00a0<\/strong><\/h3>\n<p>With the help of a Naive Bayes classifier, Google News recognizes whether the news is political, world news, and so on.<\/p>\n<p>As the Naive Bayes Classifier has so many applications, it\u2019s worth learning more about how it works.<\/p>\n<h3><strong>How to Implement Naive Bayes Algorithm<\/strong><\/h3>\n<p>The user data set can be used to put the Naive Bayes algorithm into practice in Python. The actions to implement are as follows:<\/p>\n<p><strong>Data preprocessing stage:<\/strong> In this step, you can get the data ready so that your code can use it effectively.<\/p>\n<p><strong>Fitting the Training Set with Naive Bayes: <\/strong>After preprocessing the data, you must fit the Naive Bayes model to the training set. The GaussianNB classifier is used in this step.\u00a0 However, you can also utilize other pertinent classifiers based on your case.<\/p>\n<p><strong>Fitting the Training Set with Naive Bayes: <\/strong>After preprocessing the data, you must fit the Naive Bayes model to the training set. The GaussianNB classifier is used in this step.\u00a0 However, you can also utilize other pertinent classifiers based on your case.<\/p>\n<p><strong>Confusion Matrix Creation:<\/strong> This phase entails evaluating the accuracy of the outcome. To evaluate the accuracy of the Naive Bayes classifier, you must construct the Confusion matrix.<\/p>\n<p><strong>Visualizing the outcome of the training set:<\/strong> Visualizing the results of the Naive Bayes classifier is the next step. If you use the GaussianNB classifier in the code, the result will display a Gaussian curve with isolated data points and fine borders.<\/p>\n<h3>Free Tutorials To Learn<\/h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"176\" \/>\n<col width=\"100\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;SQL Tutorial for Beginners PDF - Learn SQL Basics&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/sql-tutorial\/\">SQL Tutorial for Beginners PDF &#8211; Learn SQL Basics<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Learn Now&quot;}\"><strong><div class=\"lead-gen-block\"><a href=\"https:\/\/entri.app\/blog\/sql-tutorial\/\" data-url=\"https:\/\/entri.app\/blog\/sql-tutorial\/\" class=\"lead-pdf-download\" data-id=\"25556853\"><\/strong><\/p>\n<p><button class=\"btn btn-default\">Learn Now<br \/>\n<\/button><\/p>\n<p><strong><\/a><\/div><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;HTML Exercises to Practice | HTML Tutorial&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/html-exercises-to-practice-html-tutorial\/\">HTML Exercises to Practice | HTML Tutorial<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Learn Now&quot;}\"><strong><div class=\"lead-gen-block\"><a href=\"https:\/\/entri.app\/blog\/html-exercises-to-practice-html-tutorial\/\" data-url=\"https:\/\/entri.app\/blog\/html-exercises-to-practice-html-tutorial\/\" class=\"lead-pdf-download\" data-id=\"25556853\"><\/strong><\/p>\n<p><button class=\"btn btn-default\">Learn Now<br \/>\n<\/button><\/p>\n<p><strong><\/a><\/div><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;DSA Practice Series | DSA Tutorials&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/dsa-practice-series-dsa-tutorials\/\">DSA Practice Series | DSA Tutorials<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Learn Now&quot;}\"><strong><div class=\"lead-gen-block\"><a href=\"https:\/\/entri.app\/blog\/dsa-practice-series-dsa-tutorials\/\" data-url=\"https:\/\/entri.app\/blog\/dsa-practice-series-dsa-tutorials\/\" class=\"lead-pdf-download\" data-id=\"25556853\"><\/strong><\/p>\n<p><button class=\"btn btn-default\">Learn Now<br \/>\n<\/button><\/p>\n<p><strong><\/a><\/div><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Java Programming Notes PDF 2023&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/java-programming-notes-pdf\/\">Java Programming Notes PDF 2023<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Learn Now&quot;}\"><strong><div class=\"lead-gen-block\"><a href=\"https:\/\/entri.app\/blog\/java-programming-notes-pdf\/\" data-url=\"https:\/\/entri.app\/blog\/java-programming-notes-pdf\/\" class=\"lead-pdf-download\" data-id=\"25556853\"><\/strong><\/p>\n<p><a href=\"https:\/\/entri.app\/blog\/java-programming-notes-pdf\/\"><button class=\"btn btn-default\">Learn Now<br \/>\n<\/button><\/a><\/p>\n<p><strong><\/a><\/div><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"table\" width=\"1019\">\n<tbody>\n<tr>\n<td colspan=\"2\" rowspan=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Kerala PSC VFA Exam Information Links&quot;}\"><strong>Related Articles<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"284\"><strong><a href=\"https:\/\/entri.app\/blog\/understanding-machine-learning-basics-a-simple-guide\/\" target=\"_blank\" rel=\"noopener\">Understanding Machine Learning Basics \u2013 A Simple Guide<\/a><\/strong><\/td>\n<td width=\"284\"><strong><a href=\"https:\/\/entri.app\/blog\/importance-of-data-preprocessing-in-machine-learning\/\" target=\"_blank\" rel=\"noopener\">Importance of Data Preprocessing in Machine Learning<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"284\"><b><a href=\"https:\/\/entri.app\/blog\/exploratory-data-analysis-in-machine-learning\/\" target=\"_blank\" rel=\"noopener\">Exploratory Data Analysis in Machine Learning \u2013 EDA Steps, Importance<\/a><\/b><\/td>\n<td width=\"284\"><a href=\"https:\/\/entri.app\/blog\/data-analysis-process-methods-types\/\" target=\"_blank\" rel=\"noopener\"><strong>Data Analysis \u2013 Process, Methods, Types<\/strong><\/a><\/td>\n<\/tr>\n<tr>\n<td width=\"284\"><b><a href=\"https:\/\/entri.app\/blog\/best-data-science-skills-for-data-science-career\/\" target=\"_blank\" rel=\"noopener\">Best Data Science Skills for Data Science Career<\/a><\/b><\/td>\n<td width=\"284\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/what-is-data-interpretation-methods-and-benefits\/\" target=\"_blank\" rel=\"noopener\">What is Data Interpretation? Methods and Benefits<\/a><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"modal\" id=\"modal25556853\"><div class=\"modal-content\"><span class=\"close-button\">&times;<\/span>\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f25556853-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"25556853\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/blog\/wp-json\/wp\/v2\/posts\/25552995#wpcf7-f25556853-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"25556853\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.4\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f25556853-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_group_fields\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_visible_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_repeaters\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_steps\" value=\"{}\" \/><input type=\"hidden\" name=\"_wpcf7cf_options\" value=\"{&quot;form_id&quot;:25556853,&quot;conditions&quot;:[],&quot;settings&quot;:{&quot;animation&quot;:&quot;yes&quot;,&quot;animation_intime&quot;:200,&quot;animation_outtime&quot;:200,&quot;conditions_ui&quot;:&quot;normal&quot;,&quot;notice_dismissed&quot;:false,&quot;notice_dismissed_update-cf7-5.9.8&quot;:true,&quot;notice_dismissed_update-cf7-6.1.1&quot;:true}}\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"full_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"full_name\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email_id\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email\" aria-invalid=\"false\" placeholder=\"Email\" value=\"\" type=\"email\" name=\"email_id\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"language\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"language\"><option value=\"\">Language<\/option><option value=\"Malayalam\">Malayalam<\/option><option value=\"Tamil\">Tamil<\/option><option value=\"Telugu\">Telugu<\/option><option value=\"Kannada\">Kannada<\/option><option value=\"Hindi\">Hindi<\/option><\/select><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"course\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required course-field-select\" aria-required=\"true\" aria-invalid=\"false\" name=\"course\"><option value=\"\">Upskill in<\/option><option value=\"Commerce\">Commerce<\/option><option value=\"Coding\">Coding<\/option><option value=\"Robotics &amp; AI Course\">Robotics &amp; AI Course<\/option><option value=\"Stock Market Course\">Stock Market Course<\/option><option value=\"Spoken English\">Spoken English<\/option><option value=\"German Language\">German Language<\/option><option value=\"Montessori Teacher Training\">Montessori Teacher Training<\/option><option value=\"IELTS\">IELTS<\/option><option value=\"OET\">OET<\/option><option value=\"MEP\">MEP<\/option><option value=\"Embedded System Software Engineering\">Embedded System Software Engineering<\/option><option value=\"Quantity Surveying\">Quantity Surveying<\/option><option value=\"Hospital and Healthcare Administration\">Hospital and Healthcare Administration<\/option><option value=\"Yoga TTC\">Yoga TTC<\/option><option value=\"Digital Marketing\">Digital Marketing<\/option><option value=\"AI for Teachers\">AI for Teachers<\/option><option value=\"Arabic\">Arabic<\/option><\/select><\/span>\n<\/p>\n<div data-id=\"group-coding\" data-orig_data_id=\"group-coding\" data-clear_on_hide class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"course_name\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required course-name-select\" aria-required=\"true\" aria-invalid=\"false\" name=\"course_name\"><option value=\"\">Select Course<\/option><option value=\"Full Stack Development\">Full Stack Development<\/option><option value=\"Data Science and ML\">Data Science and ML<\/option><option value=\"Software Testing\">Software Testing<\/option><option value=\"Python Programming\">Python Programming<\/option><option value=\"AWS Training\">AWS Training<\/option><\/select><\/span>\n\t<\/p>\n<\/div>\n<div data-id=\"group-accounting\" data-orig_data_id=\"group-accounting\" data-clear_on_hide class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"course_name\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required course-name-select\" aria-required=\"true\" aria-invalid=\"false\" name=\"course_name\"><option value=\"\">Select Course<\/option><option value=\"Business Accounting\">Business Accounting<\/option><option value=\"CMA USA\">CMA USA<\/option><option value=\"Enrolled Agent\">Enrolled Agent<\/option><option value=\"SAP FICO\">SAP FICO<\/option><option value=\"SAP MM\">SAP MM<\/option><option value=\"SAP SD\">SAP SD<\/option><option value=\"ACCA\">ACCA<\/option><option value=\"Tally\">Tally<\/option><option value=\"UAE Accounting\">UAE Accounting<\/option><option value=\"GST\">GST<\/option><\/select><\/span>\n\t<\/p>\n<\/div>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"education\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Educational qualification\" value=\"\" type=\"text\" name=\"education\" \/><\/span>\n<\/p>\n<div style=\"display:none\">\n<input class=\"wpcf7-form-control wpcf7-hidden course-name-input\" value=\"\" type=\"hidden\" name=\"course_name\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-source\" value=\"\" type=\"hidden\" name=\"utm_source\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-medium\" value=\"\" type=\"hidden\" name=\"utm_medium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-campaign\" value=\"\" type=\"hidden\" name=\"utm_campaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-content\" value=\"\" type=\"hidden\" name=\"utm_content\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-term\" value=\"\" type=\"hidden\" name=\"utm_term\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden blog-url\" value=\"\" type=\"hidden\" name=\"blog_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden post-category-name\" value=\"\" type=\"hidden\" name=\"post_category_name\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden post-author-name\" value=\"\" type=\"hidden\" name=\"post_author_name\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden file-url\" value=\"\" type=\"hidden\" name=\"file_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden video-url\" value=\"\" type=\"hidden\" name=\"video_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden courseid\" value=\"\" type=\"hidden\" name=\"course_id\" \/>\n<\/div>\n<div class=\"cf7-cf-turnstile\" style=\"margin-top: 0px; margin-bottom: -15px;\"> <div id=\"cf-turnstile-cf7-2019941286\" class=\"cf-turnstile\" data-sitekey=\"0x4AAAAAABVigxtkiZeGTu5L\" data-theme=\"light\" data-language=\"auto\" data-size=\"normal\" data-retry=\"auto\" data-retry-interval=\"1000\" data-action=\"contact-form-7\" data-appearance=\"always\"><\/div> <script>document.addEventListener(\"DOMContentLoaded\", function() { setTimeout(function(){ var e=document.getElementById(\"cf-turnstile-cf7-2019941286\"); e&&!e.innerHTML.trim()&&(turnstile.remove(\"#cf-turnstile-cf7-2019941286\"), turnstile.render(\"#cf-turnstile-cf7-2019941286\", {sitekey:\"0x4AAAAAABVigxtkiZeGTu5L\"})); }, 0); });<\/script> <br class=\"cf-turnstile-br cf-turnstile-br-cf7-2019941286\"> <style>#cf-turnstile-cf7-2019941286 { margin-left: -15px; }<\/style> <script>document.addEventListener(\"DOMContentLoaded\",function(){document.querySelectorAll('.wpcf7-form').forEach(function(e){e.addEventListener('submit',function(){if(document.getElementById('cf-turnstile-cf7-2019941286')){setTimeout(function(){turnstile.reset('#cf-turnstile-cf7-2019941286');},1000)}})})});<\/script> <\/div><br\/><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever wondered how email providers implement spam filters? Or how online news channels categorize news text? Or how companies do audience sentiment analysis on social media? are you going to, All\u00a0of this can be done using a machine learning algorithm called Naive Bayes Classifier. Naive Bayes Classifier Algorithm Naive Bayes algorithm is a [&hellip;]<\/p>\n","protected":false},"author":113,"featured_media":25553011,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[802,1864,1841],"tags":[],"class_list":["post-25552995","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-data-science-ml","category-entri-skilling"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Naive Bayes Classifier in Machine Learning - Entri Blog<\/title>\n<meta name=\"description\" content=\"The Naive Bayes Algorithm is one of the crucial algorithms in machine learning that helps with classification problems.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Naive Bayes Classifier in Machine Learning - Entri Blog\" \/>\n<meta property=\"og:description\" content=\"The Naive Bayes Algorithm is one of the crucial algorithms in machine learning that helps with classification problems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/entri.me\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-08T10:49:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-22T06:28:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"615\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sreekesh Narayanan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@entri_app\" \/>\n<meta name=\"twitter:site\" content=\"@entri_app\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sreekesh Narayanan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\"},\"author\":{\"name\":\"Sreekesh Narayanan\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/7dcf36aacfb81b8b4ad8dffb2b2d8edc\"},\"headline\":\"Naive Bayes Classifier in Machine Learning\",\"datePublished\":\"2023-02-08T10:49:57+00:00\",\"dateModified\":\"2023-05-22T06:28:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\"},\"wordCount\":1278,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png\",\"articleSection\":[\"Articles\",\"Data Science and Machine Learning\",\"Entri Skilling\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\",\"url\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\",\"name\":\"Naive Bayes Classifier in Machine Learning - Entri Blog\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png\",\"datePublished\":\"2023-02-08T10:49:57+00:00\",\"dateModified\":\"2023-05-22T06:28:12+00:00\",\"description\":\"The Naive Bayes Algorithm is one of the crucial algorithms in machine learning that helps with classification problems.\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png\",\"width\":820,\"height\":615,\"caption\":\"Naive Bayes Classifier\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Entri Skilling\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Data Science and Machine Learning\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Naive Bayes Classifier in Machine Learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/blog\/#website\",\"url\":\"https:\/\/entri.app\/blog\/\",\"name\":\"Entri Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/blog\/#organization\",\"name\":\"Entri App\",\"url\":\"https:\/\/entri.app\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"width\":989,\"height\":446,\"caption\":\"Entri App\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/entri.me\/\",\"https:\/\/x.com\/entri_app\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/7dcf36aacfb81b8b4ad8dffb2b2d8edc\",\"name\":\"Sreekesh Narayanan\",\"description\":\"Sreekesh Narayanan, a seasoned content writer with 4 years of experience, specializes in creating engaging educational content for exams like PSC, UPSC, SSC, and RRB. A trusted source of knowledge, Sreekesh's PG Diploma in Journalism from Kerala Media Academy and BSc Computer Science form Calicut University ensures accurate and well-researched writing. His skillful breakdown of complex topics, paired with clarity and precision, caters to diverse readers. Through his experience in producing content that guides candidates through exam syllabus, question patterns, and effective study techniques, Sreekesh is well-versed in the latest developments and trends in the field of competitive exams. His valuable articles and resources have supported countless students in achieving success.\",\"sameAs\":[\"https:\/\/entri.app\/blog\/\",\"https:\/\/www.linkedin.com\/in\/sreekesh-o-n-3278ab216\"],\"url\":\"https:\/\/entri.app\/blog\/author\/sreekesh\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Naive Bayes Classifier in Machine Learning - Entri Blog","description":"The Naive Bayes Algorithm is one of the crucial algorithms in machine learning that helps with classification problems.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/","og_locale":"en_US","og_type":"article","og_title":"Naive Bayes Classifier in Machine Learning - Entri Blog","og_description":"The Naive Bayes Algorithm is one of the crucial algorithms in machine learning that helps with classification problems.","og_url":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/","og_site_name":"Entri Blog","article_publisher":"https:\/\/www.facebook.com\/entri.me\/","article_published_time":"2023-02-08T10:49:57+00:00","article_modified_time":"2023-05-22T06:28:12+00:00","og_image":[{"width":820,"height":615,"url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png","type":"image\/png"}],"author":"Sreekesh Narayanan","twitter_card":"summary_large_image","twitter_creator":"@entri_app","twitter_site":"@entri_app","twitter_misc":{"Written by":"Sreekesh Narayanan","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#article","isPartOf":{"@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/"},"author":{"name":"Sreekesh Narayanan","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/7dcf36aacfb81b8b4ad8dffb2b2d8edc"},"headline":"Naive Bayes Classifier in Machine Learning","datePublished":"2023-02-08T10:49:57+00:00","dateModified":"2023-05-22T06:28:12+00:00","mainEntityOfPage":{"@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/"},"wordCount":1278,"commentCount":0,"publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"image":{"@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png","articleSection":["Articles","Data Science and Machine Learning","Entri Skilling"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/","url":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/","name":"Naive Bayes Classifier in Machine Learning - Entri Blog","isPartOf":{"@id":"https:\/\/entri.app\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage"},"image":{"@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png","datePublished":"2023-02-08T10:49:57+00:00","dateModified":"2023-05-22T06:28:12+00:00","description":"The Naive Bayes Algorithm is one of the crucial algorithms in machine learning that helps with classification problems.","breadcrumb":{"@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#primaryimage","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/02\/Naive-Bayes-Classifier.png","width":820,"height":615,"caption":"Naive Bayes Classifier"},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/blog\/naive-bayes-classifier-machine-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/blog\/"},{"@type":"ListItem","position":2,"name":"Entri Skilling","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/"},{"@type":"ListItem","position":3,"name":"Data Science and Machine Learning","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/"},{"@type":"ListItem","position":4,"name":"Naive Bayes Classifier in Machine Learning"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/blog\/#website","url":"https:\/\/entri.app\/blog\/","name":"Entri Blog","description":"","publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/blog\/#organization","name":"Entri App","url":"https:\/\/entri.app\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","width":989,"height":446,"caption":"Entri App"},"image":{"@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/entri.me\/","https:\/\/x.com\/entri_app"]},{"@type":"Person","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/7dcf36aacfb81b8b4ad8dffb2b2d8edc","name":"Sreekesh Narayanan","description":"Sreekesh Narayanan, a seasoned content writer with 4 years of experience, specializes in creating engaging educational content for exams like PSC, UPSC, SSC, and RRB. A trusted source of knowledge, Sreekesh's PG Diploma in Journalism from Kerala Media Academy and BSc Computer Science form Calicut University ensures accurate and well-researched writing. His skillful breakdown of complex topics, paired with clarity and precision, caters to diverse readers. Through his experience in producing content that guides candidates through exam syllabus, question patterns, and effective study techniques, Sreekesh is well-versed in the latest developments and trends in the field of competitive exams. His valuable articles and resources have supported countless students in achieving success.","sameAs":["https:\/\/entri.app\/blog\/","https:\/\/www.linkedin.com\/in\/sreekesh-o-n-3278ab216"],"url":"https:\/\/entri.app\/blog\/author\/sreekesh\/"}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25552995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/users\/113"}],"replies":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/comments?post=25552995"}],"version-history":[{"count":9,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25552995\/revisions"}],"predecessor-version":[{"id":25560471,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25552995\/revisions\/25560471"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media\/25553011"}],"wp:attachment":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media?parent=25552995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/categories?post=25552995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/tags?post=25552995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}