Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update day1.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions day1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Almost like, watching a child grow right infront of you. :)

### Types of machine learning algorithms:
#### Supervised Learning
-Supervised learning is the machine learning task of learning things based on classified examples and previous data. This previous data is called training data which consists of a set of training examples.
Supervised learning is the machine learning task of learning things based on classified examples and previous data. This previous data is called training data which consists of a set of training examples.
For example you have to arrange some animals as "duck" or "not duck"
</br>You already know from your previous work about the physical characters of duck.
</br>Now classify the animals using this learned data.
Expand All @@ -34,10 +34,10 @@ For example you have to arrange some animals as "duck" or "not duck"
<img src="https://github.com/GopikrishnanSasikumar/Intro-to-Machine-Learning-Workshop/blob/master/images-2.png"alt="supervised learning" align="center"/>
</p>
Applications:
</br> Information extraction
</br>Object recognition in image processing
</br>Pattern recognition
</br>Speech recognition
</br>-Information extraction
</br>-Object recognition in image processing
</br>-Pattern recognition
</br>-Speech recognition


#### Unsupervised Learning
Expand Down