Table of Contents
Scikit-learn Tutorial
Table of Contents
Scikit-learn Tutorial
Scikit learn in Hindi
What is Scikit-learn in Hindi
Scikit learn एक python library है जिसका use machine learning में होता है। इसमें कई सारे build in function और ready to use algorithms होता है जिसके वजह से machine learning काफी आसान हो जाता है।
How to Install Scikit-learn in Hindi
ये python की library है इसलिए हमारे computer में पहले से python install होना जरूरी है, अब scikit learn को install करने के लिए हमें अपने computer में command terminal को open करना है और उसमें pip install scikit-learn लिखकर enter press कर देना है अब कुछ ही time में scikit learn हमारे computer में install हो जाएगा।
Some Important Features of Scikit-learn in Hindi
supervised learning : इसका use supervised learning जैसे linear regression, support vector machine मे कर सकते है।
Unsupervised Learning : scikit learn unsupervised जैसे k-means clustering, principal component analysis को support करता हैं।
Model Evaluation : scikit learn Feature scaling, data normalization के build in को support करता है।
Model Evaluation : metrics जैसे mean squared error, accuracy score, etc. model की performance को check कर सकता है।
- All Posts
- Artificial Intelligence
- Computer Fundamentals
- Computer Networks
- Data Analytics
- Data Science
- DBMS
- Deep Learning
- Digital Electronics
- DSA with Python
- Excel
- Exercise
- Git & Github
- Machine Learning
- Matplotlib
- Natural Language Processing
- NumPy
- Operating System
- Pandas-s
- Power BI
- Python Tutorial
- Scikit-learn
- Seaborn
- SQL & MySQL

Table of Contents All Chapters 1. Personal Area Network 2. Local Area Network 3. Campus Area Network 4. Metropolitan Area...

Table of Contents All Chapters 1. Data Communication 2. Types of Data Communication 2.1. Simplex 2.2....

Table of Contents All Chapters 1. Special Logic Gate 2. XOR Gate 2.1. XOR Gate Truth Table 3....

Table of Contents All Chapters 1. Universal Logic Gates 2. NOR Gate 2.1. NOR Gate Truth Table 3....

Table of Contents All Chapters 1. Logic Gate 2. AND Gate 2.1. AND Gate Truth Table 3. OR...

Table of Contents All Chapters 1. Simplification 2. Simplification using Boolean Algebra Theorems 3. Simplification using K-map Digital Electronics...

Table of Contents All Chapters 1. Identity Laws 2. Null Laws 3. Domination Laws 4. Idempotent Laws 5. Complement Laws...