Data Learning Tutorial
Home >> Data Science >> Data Science
Edit Template
Data Learning Tutorial
Edit Template

Data Science in Hindi

Introduction to Data Science in Hindi

Data science एक ऐसा field है जिसमे हम data को collect करके उसे analyze करते हैं ताकि उसमें से useful insides को निकाल सके इसके लिए हमे computer science, statistics और domain knowledge चाहिए होता है। data science हम data को अच्छे से समझते हैं ताकि किसी field मे right decision ले सके.

Components of Data Science in Hindi

Data Collection : हम अलग-अलग जगह से data को collect करते हैं, यह data किसी भी form में हो सकता है जैसे text , datasheet , databases, etc.

Data  Cleaning : हम जो data collect करते हैं उसमें कई सारे errors , missing values हो सकते हैं इसलिए उसे clean किया जाता है 

Data Analysis : data को clean करने के बाद analyze किया जाता है, इसके लिए हम statistics और visualization tools का use करते हैं ताकि data के pattern को समझ सके

Machine Learning : data को analyze करने के बाद algorithm का use करके data को trande किया जाता है ताकि इससे future predict किया जा सके

Data Visualization : data को analyze करने के बाद हम graph & dashboard के through data को represent करते हैं ताकि इसे अच्छे से समझा जा 

Decision Making : last में हमें जो insides मिलता है उसका use करके सही decision लेना होता है

Tools and Technology for Data Science in Hindi

Data science के लिए हमें Python या R जैसे programming languages आना चाहिए, इसी के साथ data analysis, machine learning और data visualization के लिए हमें python के कुछ libraries जैसे Pandas, TensorFlow, PyTorch, Matplotlib, Seaborn आनी चाहिए।

Applications of Data Science in Hindi

Data Science का use हम अपने real life में आसानी से देख सकते हैं example के लिए आप YouTube चलाते हैं तो उसमें जो videos हमें recommend किया जाता है वह data science के help से ही posible है, इसका use अन्य sector में भी किया जाता है जैसे healthcare में disease prediction करने में किया जाता है।

Add a comment...

  • All Posts
  • Artificial Intelligence
  • Computer Fundamentals
  • Computer Networks
  • Data Analytics
  • Data Science
  • DBMS
  • Deep Learning
  • Digital Fundamentals
  • 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
Dunder Methods

Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods   Python Tutorial Python Introduction Identation &...

Encapsulation

Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers      2.1. Public Members      2.2. Protected Members...

Lambda Function

Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...

Nested Function

Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...

Context Manager

Table of Contents All Chapters 1. Context Manager 2. with Statement      2.1. __enter__() Method      2.2. __exit__()...

File Pointer

Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods      2.1. tell() Method      2.2....

File Handling

Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...

Edit Template
Scroll to Top