<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ML noobs]]></title><description><![CDATA[ML noobs]]></description><link>https://mlnoobs.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1643304329899/OujJiyaQM.png</url><title>ML noobs</title><link>https://mlnoobs.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 26 Jun 2026 06:04:37 GMT</lastBuildDate><atom:link href="https://mlnoobs.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Everything you need to know about TensorFlow Certification Exam]]></title><description><![CDATA[So recently on 30th October 2022, I passed my Tensorflow Certification Exam and in this blog, I'll share my entire journey from preparation to getting certified, starting with
Resources I used to prepare for the exam:

Deep learning Specialization (A...]]></description><link>https://mlnoobs.hashnode.dev/everything-you-need-to-know-about-tensorflow-certification-exam</link><guid isPermaLink="true">https://mlnoobs.hashnode.dev/everything-you-need-to-know-about-tensorflow-certification-exam</guid><category><![CDATA[Tensorflow-certification-exam]]></category><category><![CDATA[google-machine-learning-bootcamp]]></category><category><![CDATA[TensorFlow]]></category><category><![CDATA[Tf]]></category><category><![CDATA[india]]></category><dc:creator><![CDATA[Prathamesh Parit]]></dc:creator><pubDate>Mon, 31 Oct 2022 13:42:54 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1667222161117/4XX1PNRQJ.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>So recently on 30th October 2022, I passed my Tensorflow Certification Exam and in this blog, I'll share my entire journey from preparation to getting certified, starting with</p>
<h1 id="heading-resources-i-used-to-prepare-for-the-exam">Resources I used to prepare for the exam:</h1>
<ol>
<li>Deep learning Specialization (Andrew Ng) - Coursera</li>
<li>TensorFlow Developer Certificate in 2022 - Zero To Mastery</li>
<li>DeepLearning.AI TensorFlow Developer Professional Certificate</li>
</ol>
<p>also, some internships did help me boost my skills in the optimization part.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667221335610/yvcoDTo4X.png" alt="image.png" /></p>
<p>Of course, you are not limited to only these resources. It's just that these helped me and something else might work for you.</p>
<p>Actually, my entire certification exam was sponsored by Google as I was a part of Google Machine  Learning Bootcamp 2022 Cohort 1 and I was provided with a coupon to undertake the examination.</p>
<p>After you are confident enough that you are ready for the exam, you can appear the exam using this <a target="_blank" href="https://app.trueability.com/google-certificates/tensorflow-developer">link.</a></p>
<h3 id="heading-but-before-that-here-are-some-things-you-need-to-know-about-the-exam">But before that, here are some things you need to know about the exam:</h3>
<ol>
<li>Go through the <a target="_blank" href="https://www.tensorflow.org/static/extras/cert/TF_Certificate_Candidate_Handbook.pdf">TensorFlow Developer Certificate
Candidate Handbook</a>
to clear most of the queries related to the exam.</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667221375406/4wl_f1YyP.png" alt="image.png" /></p>
<ol>
<li><p>It is advisable to sign up 2 hours before the exam as the ID verification might take up to 5 minutes to 2 hours to verify. You must have any of the following IDs for ID verification  </p>
<ul>
<li>Passport</li>
<li>Voting Id</li>
<li>Driving License</li>
<li>Identity Card</li>
</ul>
<p>It is usually an automated process where they'll tell you within 5 mins whether your id is verified or not, and if not it'll take about 2 hours to verify the process by their admin manually.</p>
</li>
<li><p>During filling out your personal details even though if you have the coupon code you still have to enter your billing details and afterwards it'll just say that amount is $0 so you have nothing to pay.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667224610019/Cgd3_FU2_.png" alt="image.png" /></p>
</li>
<li><p>After payment is done then you get an option saying to redeem the exam. You redeem it and a start option will pop up then you can start your exam.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667222881248/HKkfVVCaZ.png" alt="image.png" /></p>
</li>
</ol>
<h3 id="heading-things-you-need-to-know-to-start-the-exam">Things you need to know to start the exam:</h3>
<ol>
<li><p>You need to get familiar with Pycharm IDE </p>
</li>
<li><p>You to install the <a target="_blank" href="https://www.tensorflow.org/extras/cert/Setting_Up_TF_Developer_Certificate_Exam.pdf">"TensorFlow Certification Exam" Plugin</a> and this link will explain the steps to install the plugin and how to start the exam </p>
</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667196079899/QSVZC1cru.png" alt="image.png" /></p>
<h3 id="heading-things-you-need-to-know-after-you-start-the-exam">Things you need to know after you start the exam:</h3>
<ol>
<li><p>As shown above in the image you'll be provided with 5 categories with each category containing 1 question.</p>
<p>The categories may consist of 5 types:</p>
<blockquote>
<ol>
<li>Neural Networks (Classification/Regression)</li>
<li>Image Classification (Binary/ Multiclass)</li>
<li>Computer vision with CNNs</li>
<li>NLP</li>
<li>Time series, Sequences, and Prediction</li>
</ol>
</blockquote>
</li>
<li><p>Model training can be done using Pycharm and mostly the dataset for these questions are not huge and are probably compatible to train on your local device but still if your PC doesn't have enough computational power to train the model then you can train your model on the colab and download the model in "modelname.h5" format and paste it in the respected category folder.
They don't check the code but only evaluate the saved model on their private test cases.</p>
</li>
<li><p>There are 5 questions in this exam with increasing difficulty from 1-5. Please note that the weight of the grade for the question is relative to its difficulty. So your Category 1 question will score significantly less than your Category 5 question.</p>
</li>
<li><p>After the model is trained and saved, you can test and submit the model using the Assistant provided on the right side of Pycharm.
(<strong>Note</strong>: You can test and submit your model multiple times and there is no penalty for that so you can test it multiple times until you score 5/5)</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667212434688/Ysci7xJwu.png" alt="image.png" /></p>
</li>
<li><p>It is a 5-hour long exam and you need to score above 90% to pass the exam. As the weightage differs according to the difficulty it is advisable to score 5/5 on each question.</p>
</li>
</ol>
<h3 id="heading-types-of-questions-i-received">Types of questions I received:</h3>
<p><strong>Note</strong>: <em>To preserve the confidentiality and excitement of the exam these questions won't be exactly same but similar to this</em></p>
<ol>
<li><p><strong>Getting Started Question</strong></p>
<p>A basic regression question dataset will be given and we have to train a neural network to match the x to the y. </p>
</li>
<li><p><strong>Basic Datasets Question</strong></p>
<p>Create and train a classifier for the <code>Tensorflow Image</code> dataset.
Note that the test will expect it to classify <code>n</code> classes and that the 
input shape should be the native size of the <code>TF</code> dataset which is 
<code>NxN</code> monochrome. Do not resize the data. Your input layer should accept
<code>NxN</code> as the input shape only. If you amend this, the tests will fail.</p>
</li>
<li><p><strong>Computer vision with CNNs</strong></p>
<p>Create and train a classifier for <code>CV Image Dataset</code> using the provided data.
The test will use images that are <code>NxN</code> with <code>N</code> bytes color depth so be sure to
design your neural network accordingly</p>
</li>
<li><p><strong>NLP QUESTION</strong></p>
<p>Build and train a classifier for the <code>NLP Dataset</code>.
It will be tested against a number of sentences that the network hasn't previously seen
and you will be scored on whether <code>prediction</code> was correctly detected in those sentences.</p>
</li>
<li><p><strong>TIME SERIES QUESTION</strong></p>
<p>Build and train a neural network to predict the time-indexed variable of
the <code>dataset_name</code> 
Using a window of past <code>N</code> observations of <code>N</code> feature, train the model
to predict the next <code>N</code> observations of that feature.</p>
</li>
</ol>
<h3 id="heading-things-you-need-to-know-after-you-end-the-exam">Things you need to know after you End the exam:</h3>
<ol>
<li><p>You will have an End test option on the top right side of pycharm.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667222002768/kvWaSy1NW.png" alt="image.png" /></p>
</li>
<li><p>After ending, immediately a mail will be sent saying whether you are pass or not(No marks are shown)</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667220347750/MckYzVnYW.png" alt="image.png" /></p>
</li>
<li><p>If you pass, another Tensorflow certification mail will be sent along with your certificate and badge that you have passed the Tensorflow Developer Exam.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1667220299020/Tzwddn0sn.jpg" alt="Tensorflow certificate_page-0001.jpg" /></p>
</li>
<li><p>Also google forms will be sent to add your name to the Tensorflow Network where recruiters will find out a Tensorflow developer in a particular region.</p>
</li>
</ol>
<h1 id="heading-my-personal-experience-and-tips-to-qualify-for-the-exam">My personal experience and tips to qualify for the exam</h1>
<p>To be honest I faced multiple difficulties during the exam I was completely unaware about the fact that how the exam is going to be for example details about plugins and Assistant. So to help people to overcome these problems this blog is going to help you a lot to get an overview of exam.</p>
<p>Some of those difficulties were that my pycharm was not compatible with the TF Developer Exam Plugin so I had to reinstall the entire setup.</p>
<p>Also, the virtual environment that I was provided was causing multiple module errors which it wasted my 30mins and I used another interpreter for the exam. 
(<strong>Note</strong>: Though you only need a saved model to pass the test and not pycharm code so even if you couldn't do it, you can download the model from colab)</p>
<p>For me, the exam was completed in the first 2-hours itself but it took me 3-hours to optimize the code as I scored pretty terribly like 2/5 and 3/5 in the first tries, and after few hours of optimization I went up to 5/5</p>
<p>My scores were:</p>
<ul>
<li>Question 1: 5/5</li>
<li>Question 2: 5/5</li>
<li>Question 3: 5/5</li>
<li>Question 4: 4/5</li>
<li>Question 5: 5/5</li>
</ul>
<p>And at last, when I passed the exam it felt like I was at the top of the world and it's just the beginning 💯.
Every bit of hard work and time I invested with consistency was totally worth the satisfaction I felt at last☺️.</p>
<p><strong>Tips</strong>:</p>
<ul>
<li>I would rate the exam somewhere between medium and hard.</li>
<li>It is not about building the entire model as most of the time the entire model will be already present. You just have to write the code between sequential, compiling, and fitting the model.</li>
<li>Focus more on the optimization of code as it is only the part where you score.</li>
</ul>
]]></content:encoded></item><item><title><![CDATA[Supervised vs Unsupervised (Classification)]]></title><description><![CDATA[2. Classification Model:

Trained on the training dataset and based on that training, it categorizes the data into different classes.
Example: The best example to understand the Classification problem is Email Spam Detection. The model is trained on ...]]></description><link>https://mlnoobs.hashnode.dev/supervised-vs-unsupervised-classification</link><guid isPermaLink="true">https://mlnoobs.hashnode.dev/supervised-vs-unsupervised-classification</guid><category><![CDATA[Machine Learning]]></category><dc:creator><![CDATA[Prathamesh Parit]]></dc:creator><pubDate>Sun, 06 Mar 2022 16:39:26 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-2-classification-model">2. Classification Model:</h2>
<blockquote>
<p>Trained on the training dataset and based on that training, it categorizes the data into different classes.</p>
<p>Example: The best example to understand the Classification problem is Email Spam Detection. The model is trained on the basis of millions of emails on different parameters, and whenever it receives a new email, it identifies whether the email is spam or not. If the email is spam, then it is moved to the Spam folder.</p>
<p>Here OUTPUT is always DISCRETE.</p>
<h3 id="heading-types">Types:</h3>
<h3 id="heading-11-logistic-regression">1.1 Logistic Regression:</h3>
<p>The output values can only be between 0 and 1</p>
<h4 id="heading-difference-between-logistic-and-linear-regression-is">DIFFERENCE BETWEEN LOGISTIC AND LINEAR REGRESSION IS:</h4>
<p>Values of Linear Reg <strong>can exceed 0 and 1 range</strong>, while
values of Logistic Reg <strong>lies within 0 and 1 range</strong></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646578031528/Nf_6i6hqq.png" alt="image.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646578211724/EJ4ph7BvU.png" alt="image.png" /></p>
<h3 id="heading-12-naive-bayes-classifier">1.2 Naive Bayes Classifier:</h3>
<p>It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.</p>
<ul>
<li><strong>Naïve:</strong> It is called Naïve 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>
<li><strong>Bayes:</strong> It is called Bayes because it depends on the principle of Bayes' Theorem.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646584623241/PUlpJR97D.png" alt="image.png" />
Where,</p>
<ul>
<li>P(A|B) is Posterior probability: Probability of hypothesis A on the observed event B.</li>
<li>P(B|A) is Likelihood probability: Probability of the evidence given that the probability of a hypothesis is true.</li>
<li>P(A) is Prior Probability: Probability of hypothesis before observing the evidence.</li>
<li>P(B) is Marginal Probability: Probability of Evidence.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646578593747/HWNmgUgoz.png" alt="image.png" /></li>
</ul>
<h3 id="heading-13-k-nearest-neighbor">1.3 K-Nearest Neighbor:</h3>
<ul>
<li>Let’s say we want to classify the given
point into one of the three groups.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646583718743/YlwkgZNmU.png" alt="Screenshot (361).png" /></p>
<ul>
<li>In order to find the k nearest neighbors of
the given point, we need to calculate the distance between the given point to the
other points.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646583726808/7fnuLlK3pk.png" alt="Screenshot (362).png" /></p>
<ul>
<li>Then, we need to sort the nearest neighbors of the given
point by the distances in increasing order.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646583751207/T_8-EPGMW.png" alt="Screenshot (363).png" /></p>
<ul>
<li>For the classification
problem, the point is classified by a vote of its neighbors, then the point is
assigned to the class most common among its k nearest neighbors.</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646583761581/eoKK4VpxD.png" alt="Screenshot (366).png" /></p>
<pre><code># knn <span class="hljs-keyword">from</span> sklearn
<span class="hljs-keyword">from</span> sklearn <span class="hljs-keyword">import</span> neighbors, datasets
# <span class="hljs-keyword">import</span> <span class="hljs-keyword">some</span> data <span class="hljs-keyword">to</span> play <span class="hljs-keyword">with</span>
iris = datasets.load_iris()
# we <span class="hljs-keyword">only</span> take the first two features <span class="hljs-keyword">for</span> demonstration
X = iris.data[:, :<span class="hljs-number">2</span>]
y = iris.target
clf = neighbors.KNeighborsClassifier(n_neighbors=<span class="hljs-number">15</span>)
clf.fit(X,y)
</code></pre><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646583770667/xmLK2GgR6.png" alt="Screenshot (367).png" /></p>
<p>The left plot shows classification decision boundary with k = 15,
and the right plot is for k = 3.</p>
<h3 id="heading-14-support-vector-machine">1.4 Support Vector Machine:</h3>
<p>Dots = Features</p>
<p>SVMs perform the classification test by
drawing a hyperplane that is a line in
2d or 3d </p>
<p>In such a way that
all points of one category are on one
side of the hyperplane and all points of
the other category are on the other side</p>
<p>There could be multiple such
hyperplanes</p>
<p>   Distance between 2 categories is called the margin and
the points that fall exactly on the
margin are called the supporting vector</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646578713292/QHwqEwKic.png" alt="image.png" />
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1646578676566/P5xSBA7uj.png" alt="image.png" /></p>
</blockquote>
]]></content:encoded></item><item><title><![CDATA[What is Machine Learning?]]></title><description><![CDATA[Machine Learning:
Machine learning is turning things (data) into numbers and finding patterns in those numbers. We can use ML for literally anything as long as you can convert it into numbers and program it to find patterns. Literally, it could be an...]]></description><link>https://mlnoobs.hashnode.dev/what-is-machine-learning</link><guid isPermaLink="true">https://mlnoobs.hashnode.dev/what-is-machine-learning</guid><category><![CDATA[Machine Learning]]></category><category><![CDATA[Deep Learning]]></category><category><![CDATA[numpy]]></category><category><![CDATA[pandas]]></category><category><![CDATA[TensorFlow]]></category><dc:creator><![CDATA[Prathamesh Parit]]></dc:creator><pubDate>Fri, 11 Feb 2022 14:37:02 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-machine-learning"><strong> Machine Learning:</strong></h1>
<p>Machine learning is <strong>turning things (data) into numbers</strong> and<strong> finding patterns in those numbers</strong>. We can use ML for literally anything as long as you can <strong>convert it into numbers</strong> and <strong>program it to find patterns</strong>. Literally, it could be anything any input or output from the universe.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644588327430/hEpoajak5.png" alt="image.png" /></p>
<h3 id="heading-again-machine-learning-is-divided-into-two-parts">Again Machine Learning is divided into two parts:</h3>
<ol>
<li><p><a target="_blank" href="https://mlnoobs.hashnode.dev/machine-learning-basics-1-supervised-vs-unsupervised"> Supervised Learning </a></p>
</li>
<li><p><a target="_blank" href="https://mlnoobs.hashnode.dev/machine-learning-basics-1-supervised-vs-unsupervised">Unsupervised Learning</a></p>
</li>
</ol>
<p>Basically, machine learning teaches a computer how to perform a task without explicitly programming it to perform the said task instead of feeding data into an algorithm to gradually improve outcomes with an experience similar to how organic life learns.</p>
<h2 id="heading-how-does-machine-learning-work-in-the-backend">How does Machine learning work in the backend?</h2>
<p><strong>Step 1: <em>Acquire and Clean up data </em>
</strong></p>
<blockquote>
<p><em>Lots and lots of data the better</em></p>
<p>Data needs to have some kind of signal to be valuable to the algorithm for making predictions.</p>
<p>To transform raw data into features that better represent the underlying problem</p>
</blockquote>
<p><strong>Step 2: <em>Separate data into a training and testing set</em></strong></p>
<blockquote>
<p>the training data is fed into an algorithm to build a model </p>
<p>the testing data is used to test the accuracy or error of the model to check how it performs on unseen data</p>
</blockquote>
<p><strong>Step 3: <em>Choose an Algorithm</em></strong></p>
<blockquote>
<p>Basically, you can't just train every data with the same model. Every problem so it needs different models </p>
<p>Like for predicting numbers we use <strong>REGRESSION</strong>.
(Eg: Predicting Stock Prices)</p>
<p>Predicting between two things we use <strong>CLASSIFICATION </strong>
(Eg: Predicting the between cat and dog)</p>
</blockquote>
<h3 id="heading-supporting-frameworkssoftwares">Supporting Frameworks(Softwares):</h3>
<ol>
<li>numpy</li>
<li>pandas</li>
<li>matplotlib</li>
<li>scikit-learn</li>
<li>tensorflow</li>
</ol>
<h1 id="heading-conclusion">Conclusion:</h1>
<p>machine-learning is a model which is just a file that takes some
input data in the same shape that it was trained on then spits out a prediction that tries to minimize the error that it was optimized for it can then be embedded on an actual device or deployed to the cloud to build a real world product</p>
]]></content:encoded></item><item><title><![CDATA[Supervised vs Unsupervised (Regression)]]></title><description><![CDATA[Machine Learning Models: 

Supervised Learning:

Involves a series of function that map's an to an output based on a series of example input-output pairs.
Eg: We have 2 variables Age(Input) and Shoe size(Output) we can 
predict shoe size of people ac...]]></description><link>https://mlnoobs.hashnode.dev/supervised-vs-unsupervised-regression</link><guid isPermaLink="true">https://mlnoobs.hashnode.dev/supervised-vs-unsupervised-regression</guid><dc:creator><![CDATA[Prathamesh Parit]]></dc:creator><pubDate>Thu, 10 Feb 2022 18:30:00 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-machine-learning-models"><strong>Machine Learning Models: </strong></h1>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644591250704/S59OoL9B3.png" alt="image.png" /></p>
<h1 id="heading-supervised-learning">Supervised Learning:</h1>
<blockquote>
<p>Involves a series of function that map's an to an output based on a series of example input-output pairs.</p>
<p>Eg: We have 2 variables Age(Input) and Shoe size(Output) we can 
predict shoe size of people acc to age using supervised leaning model</p>
</blockquote>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644590971353/JpwdcLAV5.png" alt="image.png" /></p>
<p><strong>SUPERVISED LEARNING</strong> there are two sub categories one is <strong>REGRESSION</strong> and other is <strong>CLASSIFICATION</strong></p>
<h2 id="heading-1-regression-model">1. Regression Model:</h2>
<blockquote>
<p>Find relationship between a dependent Variable and Independent Variable</p>
<p>Here OUTPUT is always CONTINOUS.</p>
<h3 id="heading-types">Types:</h3>
<h3 id="heading-11-linear-regression">1.1 Linear Regression:</h3>
<p>Finding a curve/ line for best fit</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644591978319/cZN2ZNMvw.png" alt="image.png" />
Right answer is on the red line and blue dots are the predictions made by model</p>
<h3 id="heading-12-decision-tree">1.2 Decision Tree:</h3>
<p>To create a training model that can use to predict the class or value of the target variable by learning simple decision rules inferred from prior data(training data).</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644592252811/eBXUZf4Bk.png" alt="image.png" /></p>
<h3 id="heading-13-random-forests">1.3 Random Forests:</h3>
<p>Random Forest are so called because each tree in the forest 
is built by randomly selecting a sample of the data</p>
<p>Relies on majority wins model it reduces the risk of 
error from individual tree.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644592487262/Bl7O1E8Hg.png" alt="image.png" /></p>
</blockquote>
<p>For example, the prediction for tress 1 and 2 is apple. 
Another decision tree (n) has predicted banana as the outcome. 
The random forest classifier collects the majority voting to 
provide the final prediction. 
The majority of the decision trees have chosen apple as their prediction</p>
<blockquote>
<h3 id="heading-14-neural-network">1.4 Neural Network:</h3>
<p>Using algorithms, they can recognize hidden patterns and correlations in raw data, cluster and classify it, and – over time – continuously learn and improve.</p>
<p>   Is a multi layered model inspired by human minds like neurons in our brain the circle represents a node</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1644592602125/fI5E-onHz.png" alt="image.png" /></p>
</blockquote>
]]></content:encoded></item></channel></rss>