<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Machine-Learning on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/machine-learning/</link><description>Recent content in Machine-Learning on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:45:02 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/machine-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Machine Learning</title><link>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/02-module/003-machine-learning/</link><pubDate>Thu, 10 Jul 2025 21:52:15 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/02-module/003-machine-learning/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores the fundamentals of machine learning, including how ML models are built, the differences from traditional algorithms, and the main types of learning: supervised, unsupervised, and reinforcement. Real-world examples illustrate how ML is used for prediction, classification, and pattern recognition.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Machine learning (ML) is a subset of artificial intelligence that uses computer algorithms to analyze data and make intelligent decisions based on what it has learned. Unlike rules-based algorithms, ML builds models to classify and predict outcomes from data, enabling autonomous problem-solving.&lt;/p&gt;</description></item><item><title>AI Terminologies</title><link>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/02-module/002-ai-terminologies/</link><pubDate>Thu, 10 Jul 2025 21:44:45 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/02-module/002-ai-terminologies/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores essential AI terminologies and concepts, including artificial intelligence categories, machine learning, deep learning, and neural networks. It explains how these technologies work together to enable intelligent systems and real-world applications.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Understanding the language and key concepts of artificial intelligence (AI) is crucial for leveraging its full potential and driving innovation. AI enables machines to understand human language, predict needs, recognize faces, and provide security, impacting many aspects of modern life. Mastery of AI terminology helps professionals and learners stay ahead in a rapidly evolving field.&lt;/p&gt;</description></item><item><title>Every Day Machine Learning Use Cases</title><link>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/01-module/012-machine-learning-use-cases/</link><pubDate>Thu, 10 Jul 2025 15:19:38 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/01-module/012-machine-learning-use-cases/</guid><description>&lt;p class="lead text-primary"&gt;
This document provides an in-depth look at how machine learning is applied in real-world scenarios, from customer service and mobile apps to finance, healthcare, and marketing. It explains the technology's role in pattern recognition, prediction, and automation across industries.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Machine learning (ML), a subfield of artificial intelligence, enables machines to learn from data and past experiences by recognizing patterns and generating predictions. ML is already a major part of daily life and is projected to become a $200 billion industry by 2029.&lt;/p&gt;</description></item><item><title>Introduction to AI</title><link>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/01-module/001-introduction-to-ai/</link><pubDate>Thu, 10 Jul 2025 03:33:24 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ai-developer-content/ai-developer-pcert/02-introduction-to-ai/01-module/001-introduction-to-ai/</guid><description>&lt;p class="lead text-primary"&gt;
Artificial intelligence (AI) is the simulation of human intelligence by machines, enabling them to perform tasks such as learning, reasoning, and decision making. This module explores the history, types, and foundational principles of AI, from early computing to modern applications, and highlights the evolution of AI technologies and their impact on society.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-artificial-intelligence"&gt;Introduction to Artificial Intelligence&lt;/h2&gt;
&lt;p&gt;Artificial intelligence (AI) refers to the simulation of human intelligence processes by computer systems. It enables machines to perform tasks that typically require human intelligence, such as learning, reasoning, problem solving, and decision making. AI ranges from simple automation to complex deep learning and neural networks.&lt;/p&gt;</description></item><item><title>Retrieving Data from SQL and NoSQL Databases, APIs, and Cloud Data Sources</title><link>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/02-module/002-retrieving-data-part-2/</link><pubDate>Sun, 30 Mar 2025 20:47:51 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/02-module/002-retrieving-data-part-2/</guid><description>&lt;p class="lead text-primary"&gt;
This document explains methods for retrieving data from SQL and NoSQL databases, APIs, and Cloud data sources, highlighting practical considerations and Python code examples for seamless data integration.
&lt;/p&gt;


&lt;hr&gt;
&lt;h2 id="retrieving-data-from-different-sources"&gt;Retrieving Data from Different Sources&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;SQL Databases&lt;/strong&gt;: Structured Query Language databases are relational databases with fixed schemas. They are widely used for data storage and retrieval.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NoSQL Databases&lt;/strong&gt;: Non-relational databases that offer flexibility in data storage and retrieval. They are often faster and more scalable than SQL databases.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;APIs&lt;/strong&gt;: Application Programming Interfaces allow access to data from various providers, enabling seamless integration with external data sources.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cloud Data Sources&lt;/strong&gt;: Cloud platforms provide data storage and retrieval services, allowing users to access data from anywhere with an internet connection.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="working-with-sql-databases"&gt;Working with SQL Databases&lt;/h2&gt;
&lt;p&gt;SQL (Structured Query Language) databases are relational databases with fixed schemas. Examples include Microsoft SQL Server, Postgres, MySQL, AWS Redshift, Oracle DB, and IBM Db2. Python libraries such as &lt;code&gt;sqlite3&lt;/code&gt;, &lt;code&gt;SQLAlchemy&lt;/code&gt;, &lt;code&gt;Psycopg2&lt;/code&gt; (for Postgres), and &lt;code&gt;ibm_db&lt;/code&gt; (for Db2) can be used to connect to these databases.&lt;/p&gt;</description></item><item><title>Retrieving Data from CSV and JSON Files</title><link>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/02-module/001-retrieving-data-part-1/</link><pubDate>Sun, 30 Mar 2025 20:43:48 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/02-module/001-retrieving-data-part-1/</guid><description>&lt;p class="lead text-primary"&gt;
This document explains methods for retrieving data from various sources, including CSV and JSON files, and highlights practical considerations when working with these formats using Python and Pandas.
&lt;/p&gt;


&lt;hr&gt;
&lt;h2 id="retrieving-data-from-different-sources"&gt;Retrieving Data from Different Sources&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;CSV Files&lt;/strong&gt;: Comma Separated Values files are widely used for storing tabular data. They can be easily read into Pandas DataFrames.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JSON Files&lt;/strong&gt;: JavaScript Object Notation files are commonly used for structured data storage. They can also be read into Pandas DataFrames.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="downloading-data-files"&gt;Downloading Data Files&lt;/h3&gt;
&lt;p&gt;For this exercise, the Iris dataset is used which contains information about different species of iris flowers. The dataset is available in both CSV and JSON formats. Download the files from the following links:&lt;/p&gt;</description></item><item><title>Machine Learning and Deep learning</title><link>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/01-module/002-ml-deep-learning/</link><pubDate>Wed, 20 Nov 2024 03:33:25 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/01-module/002-ml-deep-learning/</guid><description>&lt;p class="lead text-primary"&gt;
This document provides an overview of Machine Learning (ML) and Deep Learning (DL), including their definitions, differences, and applications. It also discusses the importance of features and targets in ML, as well as the challenges associated with image data. The document concludes with a brief introduction to the history of AI and its evolution into the current state of technology.
&lt;/p&gt;


&lt;hr&gt;
&lt;h2 id="1-introduction-to-machine-learning"&gt;1. Introduction to Machine Learning&lt;/h2&gt;
&lt;p&gt;Machine Learning (ML) is a branch of Artificial Intelligence (AI) focused on developing algorithms that learn from data over time, rather than being explicitly programmed. By analysing data, ML algorithms identify patterns and improve their performance as more data becomes available. However, after a certain point, the performance gains from additional data diminish, leading to a plateau. Additionally, ML algorithms can be categorized into different types based on their learning approach, such as supervised, unsupervised, and reinforcement learning.&lt;/p&gt;</description></item><item><title>AI and Machine Learning Introduction</title><link>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/01-module/001-introduction/</link><pubDate>Wed, 20 Nov 2024 02:33:25 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/ml-content/ml-pcert/01-data-analysis-for-ml/01-module/001-introduction/</guid><description>&lt;p class="lead text-primary"&gt;
This document introduces Artificial Intelligence (AI) and Machine Learning (ML), explaining their definitions, history, real-world applications, and the differences between AI, ML, and Deep Learning. It also highlights the importance of understanding features and targets in ML.
&lt;/p&gt;


&lt;hr&gt;

&lt;blockquote class="alert alert-info" role="alert"&gt;
 &lt;p class="alert-heading fw-bold"&gt;
 &lt;svg aria-hidden="true" class="bi bi-info-circle hi-svg-inline me-1 me-lg-2" fill="currentColor" height="1em" viewBox="0 0 16 16" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/&gt;
 &lt;path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/&gt;
&lt;/svg&gt;Prerequisites
 &lt;/p&gt;</description></item></channel></rss>