
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
Artificial intelligence एक ऐसी technology है जिसमें हम machine को human की तरह सोचने समझने और right decision लेने की capability देते हैं artificial intelligence का में goal है intelligent machine बनाना जो किसी task को खुद से कर सके।
Machine Learning : machine learning में हम ऐसा algorithm तैयार करते हैं जिससे machine data लेकर खुद को trande कर सकती है। जैसे machine को कई सारे Cats and Dogs के images दिखा दिए जाए तो वह Cat and Dog में difference को जान जाएगा।
Deep Learning : यह machine learning का ही advanced version है, जिस तरह human के brain में neuron होते हैं इस तरह deep learning में हम neural network का use करते हैं। image recognition, speech recognition जैसी technology deep learning से ही possible है।
Natural Language Processing : natural language processing में हम machine को वह capability देते हैं जिससे machine इंसानों के language को समझ सके और response दे सके। जैसे Google Translate या कोई Chat Bot
AI का use आज के समय में लगभग हर sector में तेजी से बढ़ रहा है, जैसे health care मे AI का use करके disease को diagnosed किया जाता है और personalized treatment भी suggest किया जाता है, finance में हम fraud detection, stock market prediction में AI का use करते है, autonomous vehicles में self driving cars AI के वजह से ही possible है।
Narrow AI : ये artificial intelligence किसी specific task को perform कर सकती है, यह सिर्फ limited area में ही smart है।
General AI : यह artificial intelligence किसी भी task को complete करने के लिए human की तरह capability रखती है।
Superintelligence AI : इस artificial Intelligence को इंसानों से भी ज्यादा intelligent माना जा रहा है अभी तक यह theory में ही है।
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers 2.1. Public Members 2.2. Protected Members...
Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...
Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...
Table of Contents All Chapters 1. Parameters and Aguments 2. Function Parameters 2.1. *args 2.2. **kwargs...
Table of Contents All Chapters 1. Context Manager 2. with Statement 2.1. __enter__() Method 2.2. __exit__()...
Table of Contents All Chapters 1. Error Handling 2. Types of Error 2.1. Syntax Error 2.2....
Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods 2.1. tell() Method 2.2....
Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...
1 Comment
Nice explanation 😁