Scikit learn | Supervised Learning

Society of AI
Jun 8, 2021

--

Scikit-learn is a machine learning application for the used in Python Programming language.

• It is used in tasks like classification ,regression and clustering algorithms.

•It is built on NumPy, SciPy, and matplotlib

•It is written in C,C++,Python,Cython

•conda install -c intel scikit-learn

  • conda install scikit-learn
Scikit Learn

Supervised learning is when the model is getting trained on a labelled dataset. Labelled dataset is one which have both input and output parameters. In this type of learning both training and validation datasets are labelled as shown in the figures below.Unsupervised learning is a type of machine learning algorithm used to draw inferences from datasets consisting of input data without labeled responses.

--

--

Society of AI

Society of AI has an vision to educate people how Artificial Intelligence can change their life!