Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-basics-from-scratch

Machine Learning

Machine Learning is the field of study that gives computers the capability to learn without being explicitly programmed.

Types of Machine Learning :

Machine Learning is broadly classfied as 2 types.
1.Supervised Machine Learning
2.Unsupervised Machine Learning

Supervised Machine Learning

Supervised Machine Learning algorithms build using labelled dataset. Labelled dataset means each input contains it's own output. Supervised Models will learn continuosly by correcting the model's output with original output.

Supervised Algorithms
1.Linear Regression
2.Logistic Regression
3.Support Vector Machines
4.Decision Tree
5.K-Nearest Neighbour
6.Naive Bayes

Unsupervised Machine Learning

Unsupervised Machine Learning algorithms uses only inputs (unlabelled dataset) to build their model. It mainly classifies or groups the data points into different groups.

Unsupervised Algorithms
1.Clustering

About

Implementation of machine learning topics using python

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages