<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Machine learning Archives - Petamind</title>
	<atom:link href="https://petaminds.com/tag/machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://petaminds.com/tag/machine-learning/</link>
	<description>A.I, Data and Software Engineering</description>
	<lastBuildDate>Thu, 13 Jan 2022 04:33:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://petaminds.com/wp-content/uploads/2019/09/ic_launcher.png</url>
	<title>Machine learning Archives - Petamind</title>
	<link>https://petaminds.com/tag/machine-learning/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>K-Means vs K-Nearest neighbours quick note</title>
		<link>https://petaminds.com/k-means-vs-k-nearest-neighbours-quick-note/</link>
					<comments>https://petaminds.com/k-means-vs-k-nearest-neighbours-quick-note/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Thu, 13 Jan 2022 02:01:58 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[k-means]]></category>
		<category><![CDATA[knn]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[single label]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=3470</guid>

					<description><![CDATA[<p>These are completely different methods in machine learning. The fact that they both have the letter K in their name is a coincidence. K-means&#160;is a clustering algorithm that tries to partition a set of points into K sets (clusters) such that the points in each cluster tend to be near each other. It is unsupervised [&#8230;]</p>
<p>The post <a href="https://petaminds.com/k-means-vs-k-nearest-neighbours-quick-note/">K-Means vs K-Nearest neighbours quick note</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/k-means-vs-k-nearest-neighbours-quick-note/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Predictor VS. Estimator quick note</title>
		<link>https://petaminds.com/predictor-vs-estimator-quick-note/</link>
					<comments>https://petaminds.com/predictor-vs-estimator-quick-note/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Tue, 20 Oct 2020 21:55:02 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[estimation]]></category>
		<category><![CDATA[estimator]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[prediction]]></category>
		<category><![CDATA[predictor]]></category>
		<category><![CDATA[statistics]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2816</guid>

					<description><![CDATA[<p>There is much confusion for beginners in machine learning. One of the frequently asked questions is the difference between predictor vs. estimator. Let get some note: Different usage &#8220;Prediction&#8221; and &#8220;estimation&#8221; indeed are sometimes used interchangeably in non-technical writing and they seem to function similarly, but there is a sharp distinction between them in the [&#8230;]</p>
<p>The post <a href="https://petaminds.com/predictor-vs-estimator-quick-note/">Predictor VS. Estimator quick note</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/predictor-vs-estimator-quick-note/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Common Loss functions and their uses &#8211; quick note</title>
		<link>https://petaminds.com/common-loss-functions-and-their-use-quick-note/</link>
					<comments>https://petaminds.com/common-loss-functions-and-their-use-quick-note/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Sat, 08 Feb 2020 02:28:54 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[loss function]]></category>
		<category><![CDATA[Machine learning]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2132</guid>

					<description><![CDATA[<p>Machines learn by means of a loss function which reflects how well a specific model performs with the given data. If predictions deviate too much from actual results, loss function would yield a very large value. Gradually, with function, parameters are modified accordingly to reduce the error in prediction. In this article, we will quickly [&#8230;]</p>
<p>The post <a href="https://petaminds.com/common-loss-functions-and-their-use-quick-note/">Common Loss functions and their uses &#8211; quick note</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/common-loss-functions-and-their-use-quick-note/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A.I in agriculture &#8211; Fruit Grading with Keras (part 2)</title>
		<link>https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/</link>
					<comments>https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Sun, 06 Oct 2019 07:05:15 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[fruit]]></category>
		<category><![CDATA[fruit grading]]></category>
		<category><![CDATA[keras]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[neural network]]></category>
		<category><![CDATA[tensorflow]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=994</guid>

					<description><![CDATA[<p>In part 1, we introduced fruit classification with pure python implementation. In this part, we will use the Keras library instead. What is Keras Keras&#160;is an&#160;open-sourceneural-network&#160;library written in&#160;Python. It is capable of running on top of&#160;TensorFlow,&#160;Microsoft Cognitive Toolkit,&#160;Theano, or&#160;PlaidML. Designed to enable fast experimentation with&#160;deep neural networks, it focuses on being user-friendly, modular, and extensible.&#160; [&#8230;]</p>
<p>The post <a href="https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/">A.I in agriculture &#8211; Fruit Grading with Keras (part 2)</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/a-i-in-agriculture-fruit-grading-with-keras-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AI in agriculture: fruit grading  (Part 1)</title>
		<link>https://petaminds.com/use-ai-technology-in-agriculture-for-fruit-grading-part-1/</link>
					<comments>https://petaminds.com/use-ai-technology-in-agriculture-for-fruit-grading-part-1/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 03:37:27 +0000</pubDate>
				<category><![CDATA[back-end]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[classification]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[fruit]]></category>
		<category><![CDATA[fruit grading]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[neural network]]></category>
		<guid isPermaLink="false">http://petaminds.com/?p=645</guid>

					<description><![CDATA[<p>During a meet up last month, a friend told me about the current project on a farm in New Zealand. They want to build a system to grade their fruits and AI is the technology they are looking for. It inspired me to write about how machine learning can help in solving such a problem. [&#8230;]</p>
<p>The post <a href="https://petaminds.com/use-ai-technology-in-agriculture-for-fruit-grading-part-1/">AI in agriculture: fruit grading  (Part 1)</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/use-ai-technology-in-agriculture-for-fruit-grading-part-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>A.I &#8211; A Few Thoughts on its future impacts</title>
		<link>https://petaminds.com/a-i-a-few-thoughts-on-its-future-impacts/</link>
					<comments>https://petaminds.com/a-i-a-few-thoughts-on-its-future-impacts/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Sun, 10 Feb 2019 20:39:57 +0000</pubDate>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[A.I]]></category>
		<category><![CDATA[discuss]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[Machine learning]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1110</guid>

					<description><![CDATA[<p>The concept of artificial intelligence &#8211; A.I &#8211; has been around for decades. Historically, scientists filled the outlook for the future with predictions of machine intelligence, robotics and automation. Society watched the interpretation of such visions through Hollywood’s science fiction movies where robots which were designed to help people, went rogue and took over. Now, [&#8230;]</p>
<p>The post <a href="https://petaminds.com/a-i-a-few-thoughts-on-its-future-impacts/">A.I &#8211; A Few Thoughts on its future impacts</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/a-i-a-few-thoughts-on-its-future-impacts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Machine learning quick note</title>
		<link>https://petaminds.com/machine-learning-quick-note/</link>
					<comments>https://petaminds.com/machine-learning-quick-note/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 01 Oct 2018 09:43:19 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">http://petaminds.com/?p=355</guid>

					<description><![CDATA[<p>Machine learning is a terminology to describe the uses statistical techniques to give computer systems the ability to &#8220;learn&#8221; (e.g., progressively improve performance on a specific task) from data, without being explicitly programmed. You can think of machine learning as the brains&#160;behind AI technologies, and AI technologies do the actions.&#160;More technically, machine learning is the [&#8230;]</p>
<p>The post <a href="https://petaminds.com/machine-learning-quick-note/">Machine learning quick note</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/machine-learning-quick-note/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Bias vs Variance Quick note</title>
		<link>https://petaminds.com/bias-vs-variance-quick-note/</link>
					<comments>https://petaminds.com/bias-vs-variance-quick-note/#comments</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Mon, 28 May 2018 15:55:04 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[bias]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[overfitting]]></category>
		<category><![CDATA[prediction]]></category>
		<category><![CDATA[underfitting]]></category>
		<category><![CDATA[variance]]></category>
		<guid isPermaLink="false">http://petaminds.com/?p=524</guid>

					<description><![CDATA[<p>A proper understanding of bias and variance concepts would help us not only to build accurate models but also to avoid the mistake of over-fitting and under-fitting.  </p>
<p>The post <a href="https://petaminds.com/bias-vs-variance-quick-note/">Bias vs Variance Quick note</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/bias-vs-variance-quick-note/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
