<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://qbase.texpertssolutions.com/index.php?action=history&amp;feed=atom&amp;title=What_is_Machine_Learning</id>
	<title>What is Machine Learning - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://qbase.texpertssolutions.com/index.php?action=history&amp;feed=atom&amp;title=What_is_Machine_Learning"/>
	<link rel="alternate" type="text/html" href="https://qbase.texpertssolutions.com/index.php?title=What_is_Machine_Learning&amp;action=history"/>
	<updated>2026-05-15T10:14:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://qbase.texpertssolutions.com/index.php?title=What_is_Machine_Learning&amp;diff=144&amp;oldid=prev</id>
		<title>Thakshashila: Created page with &quot;= What is Machine Learning =  &#039;&#039;&#039;Machine Learning (ML)&#039;&#039;&#039; is a subfield of artificial intelligence (AI) that focuses on the development of systems that can learn from data and improve their performance over time without being explicitly programmed.  == Overview == Machine Learning allows computers to recognize patterns, make decisions, and predict outcomes based on historical data. It contrasts with traditional programming, where rules and logic are manually coded.  == T...&quot;</title>
		<link rel="alternate" type="text/html" href="https://qbase.texpertssolutions.com/index.php?title=What_is_Machine_Learning&amp;diff=144&amp;oldid=prev"/>
		<updated>2025-06-05T04:18:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= What is Machine Learning =  &amp;#039;&amp;#039;&amp;#039;Machine Learning (ML)&amp;#039;&amp;#039;&amp;#039; is a subfield of artificial intelligence (AI) that focuses on the development of systems that can learn from data and improve their performance over time without being explicitly programmed.  == Overview == Machine Learning allows computers to recognize patterns, make decisions, and predict outcomes based on historical data. It contrasts with traditional programming, where rules and logic are manually coded.  == T...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= What is Machine Learning =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Machine Learning (ML)&amp;#039;&amp;#039;&amp;#039; is a subfield of artificial intelligence (AI) that focuses on the development of systems that can learn from data and improve their performance over time without being explicitly programmed.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Machine Learning allows computers to recognize patterns, make decisions, and predict outcomes based on historical data. It contrasts with traditional programming, where rules and logic are manually coded.&lt;br /&gt;
&lt;br /&gt;
== Types of Machine Learning ==&lt;br /&gt;
&lt;br /&gt;
=== Supervised Learning ===&lt;br /&gt;
In supervised learning, the model is trained on a labeled dataset, where each input is paired with a correct output. The goal is to learn a mapping from inputs to outputs.&lt;br /&gt;
&lt;br /&gt;
* Example: Email spam detection (spam or not spam)&lt;br /&gt;
&lt;br /&gt;
=== Unsupervised Learning ===&lt;br /&gt;
Unsupervised learning involves training a model on data without labeled responses. The model tries to find hidden patterns or groupings in the data.&lt;br /&gt;
&lt;br /&gt;
* Example: Customer segmentation in marketing&lt;br /&gt;
&lt;br /&gt;
=== Reinforcement Learning ===&lt;br /&gt;
Reinforcement learning is based on agents that learn by interacting with an environment. They receive rewards or penalties based on their actions and use this feedback to learn optimal behavior.&lt;br /&gt;
&lt;br /&gt;
* Example: Training a robot to walk&lt;br /&gt;
&lt;br /&gt;
=== Semi-Supervised and Self-Supervised Learning ===&lt;br /&gt;
These approaches use a mix of labeled and unlabeled data or generate labels from the data itself. They are useful when labeling data is costly or difficult.&lt;br /&gt;
&lt;br /&gt;
== Key Concepts ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Model&amp;#039;&amp;#039;&amp;#039;: A mathematical representation of a process, trained to make predictions or decisions.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Training&amp;#039;&amp;#039;&amp;#039;: The process of feeding data to a model so it can learn.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Features&amp;#039;&amp;#039;&amp;#039;: Input variables used for predictions.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Labels&amp;#039;&amp;#039;&amp;#039;: Known outputs used in supervised learning.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Overfitting&amp;#039;&amp;#039;&amp;#039;: When a model performs well on training data but poorly on new data.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Generalization&amp;#039;&amp;#039;&amp;#039;: The model’s ability to perform well on unseen data.&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Speech recognition&amp;#039;&amp;#039;&amp;#039; (e.g., Siri, Google Assistant)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Image recognition&amp;#039;&amp;#039;&amp;#039; (e.g., facial recognition)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Recommendation systems&amp;#039;&amp;#039;&amp;#039; (e.g., Netflix, Amazon)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Medical diagnosis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Fraud detection&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Autonomous vehicles&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Advantages ==&lt;br /&gt;
&lt;br /&gt;
* Can identify complex patterns in large datasets&lt;br /&gt;
* Improves with more data and training&lt;br /&gt;
* Enables automation of tasks previously requiring human intelligence&lt;br /&gt;
&lt;br /&gt;
== Limitations ==&lt;br /&gt;
&lt;br /&gt;
* Requires large amounts of quality data&lt;br /&gt;
* Can be biased if training data is biased&lt;br /&gt;
* Interpretability of complex models (e.g., neural networks) can be difficult&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* [[Artificial Intelligence]]&lt;br /&gt;
* [[Deep Learning]]&lt;br /&gt;
* [[Data Science]]&lt;br /&gt;
* [[Neural Network]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Machine Learning]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;/div&gt;</summary>
		<author><name>Thakshashila</name></author>
	</entry>
</feed>