https://github.com/mindexpert7546/learn-ai-ml
In this repository you will learn Artificial Intelligence and Machine Learning.
https://github.com/mindexpert7546/learn-ai-ml
Last synced: 7 months ago
JSON representation
In this repository you will learn Artificial Intelligence and Machine Learning.
- Host: GitHub
- URL: https://github.com/mindexpert7546/learn-ai-ml
- Owner: mindexpert7546
- License: mit
- Created: 2025-01-29T09:56:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:16:18.000Z (9 months ago)
- Last Synced: 2025-01-29T11:20:27.082Z (9 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# AI-ML
# Machine Learning :
Field of study that gives computers the ability to learn without being explicitly programmed. ~ Arthur Samuel (1959).## Machine Learning Algorithms
1. Supervised Learning
2. Unsupervised Learning
[#]. Reinforcement Learning# 1. Supervised Learning :
Supervised learning is a type of machine learning algorithm that learns from labeled data. Labeled data is data that has been tagged with a correct answer or classification.


#### Overview of Supervised Learning :
# 2. Unsupervised Learning :
Unsupervised learning is a type of machine learning that learns from unlabeled data. This means that the data does not have any pre-existing labels or categories. The goal of unsupervised learning is to discover patterns and relationships in the data without any explicit guidance.





# Question :
