
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Deep learning एक subset है machine learning का जिसका algorithms human brain के functioning से inspired है और इन्हें artificial neural networks भी कहा जाता है। यह neural networks का use करके complex patterns और relations को data में से learn करता है यह तकनीक specially large data और high computational power के साथ काम करते हैं।
Neuron computational node होता है, यह neural networks की basic unit है जो input data को process करता है और output generate करता है।
Inputs : ऐसे data points जिसे neuron receive करता है
Weights : हर input का associated weight होता है जो importance determine करता है
Bias : यह constant value होता है जो model के flexibility को enhance करता है
Activation Function : यह non linear function है जो input के weighted sum को transform करता है
Neural Networks : यह एक computational model है जो interconnected nodes से बनाए जाते हैं। इन्हें कई layers में organize किया जाता है
Layers :
Activation Functions : यह non linear functions होते हैं जो neurons के output को transform करते हैं
Backpropagation : यह training process है जिसमें errors को backward propagate करके weights को update किया जाता है
Optimization Algorithms : यह ऐसा techniques है जिसमें model के weights को optimize किया है
आज के समय में deep learning का use लगभग सभी sector में advanced technology को दिखाने के लिए हो रहा है, चाहे वो google में speech to text, voice command, image classification हो या फिर healthcare में disease diagnosis, medical image analysis या फिर autonomous vehicles मे self driving cars, obstacle detection. ये सब deep learning के वजह से ही possible है, जिसके वजह से deep learning engineers की मांग भी तेजी से बढ़ रही है।
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Scikit-learn Tutorial Scikit-learn Hamburger Toggle Menu Edit Template Scikit learn What is Scikit-learn Scikit learn एक python library है जिसका...
Matplotlib Tutorial Matplotlib Hamburger Toggle Menu Edit Template Matplotlib What is Matplotlib matplotlib का use हम data visualization के लिए...