-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added introduction and updated toc.yml
- Loading branch information
1 parent
922fee0
commit c9930a1
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Introduction\n", | ||
"\n", | ||
"## What is Machine Learning?\n", | ||
"\n", | ||
"Machine Learning is a subfield of Artificial Intelligence that involves training computers to learn patterns in data and make predictions or decisions based on that learning.\n", | ||
"\n", | ||
"## How does Machine Learning work?\n", | ||
"\n", | ||
"Machine Learning algorithms are designed to learn patterns in data and make predictions or decisions based on that learning.\n", | ||
"\n", | ||
"## What are the different types of Machine Learning?\n", | ||
"\n", | ||
"There are three main types of Machine Learning: Supervised Learning, Unsupervised Learning, and Reinforcement Learning.\n", | ||
"\n", | ||
"## What are the different types of Machine Learning?\n", | ||
"\n", | ||
"There are three main types of Machine Learning: Supervised Learning, Unsupervised Learning, and Reinforcement Learning.\n", | ||
"\n", | ||
"## What are the different types of Machine Learning?\n", | ||
"\n", | ||
"There are three main types of Machine Learning: Supervised Learning, Unsupervised Learning, and Reinforcement Learning.\n", | ||
"\n", | ||
"## What are the different types of Machine Learning?\n", | ||
"\n", | ||
"There are three main types of Machine Learning: Supervised Learning, Unsupervised Learning, and Reinforcement Learning." | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"language_info": { | ||
"name": "python" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |