
Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance 3.1. Single Inheritance...
Natural language processing ऐसी field है जिसमें हम computer और human language के बीच interaction को आसान बनाते हैं। यह artificial intelligence का एक important part है NLP का main goal है कि वह computer को इंसानी भाषा समझ सके।
Text Processing : text processing में हम raw text को clean करते हैं और इसे structured format में convert करते हैं।
Sentiment Analysis : इस stap में text में emotion का पता लगाया जाता है, की क्या वो positive है negative है या natural sentiment है।
Machine Translation : यह text को process करके किसी दूसरी भाषा में translate करता है।
Named Entity Recognition : इस process में text में से किसी specific entity जैसे name, place, etc को identify किया जाता है।
Speech Recognition : इस technology में voice को text में convert किया जाता है, जैसे google assistance
Chat Bot : यह एक automated system होता है जो user के साथ chat करता है।
आज के समय में हर बड़ी tech company इसका use करती है,जैसे Google, Mata, Microsoft, etc इन सभी के application में आपको speech recognition मिल जाएगा। इसे AI की दौर मे Natural Language Processing की मांग बहुत तेजी से बढ़ रही है, क्योंकि इसके बिना AI हमसे voice command से interact नहीं कर सकता इसलिए इसका future भी bright है क्योंकि आने वाले समय में machines को voice command पर run करने के लिए बनाया जा रहा है।
Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance 3.1. Single Inheritance...
Table of Contents All Chapters 1. Classes and Objects 2. Class in Python 3. Class Structure 3.1. Attributes...
Table of Contents All Chapters 1. Python Function 2. Define Function 3. Function Arguments 4. Function Parameters 5. Local and...
Table of Contents All Chapters 1. Python Dictionary 2. Access Dictionary items 3. Change Dictionary items 4. Add items in...
Table of Contents All Chapters 1. Python Set 2. Iterate Set items 3. Set Methods 3.1. Add items...
Table of Contents All Chapters 1. Python Tuple 2. Access Tuple Items 3. Update Tuple 4. Iterate Tuple Items 5....
Table of Contents All Chapters 1. Python List 2. Nested List 3. Range List 4. List Indexing 5. list Methods...
Table of Contents All Chapters 1. Python String 2. String Indexing 3. String Slicing 4. String Concatenation 5. String Formatting...
Table of Contents All Chapters 1. Python Loops 2. While Loop 2.1. Nested While Loop 3. For Loop...