📘 Lesson  ·  Lesson 91

CNN vs RNN

दो Deep Learning Networks

💡 एक नज़र में

CNN (Convolutional) images के लिए best। RNN (Recurrent) text और time series जैसी sequences के लिए best।

CNN बनाम RNN

CNNRNN
images / grids के लिएsequences / time के लिए
filters use करता (convolution)पिछले steps की memory
image recognition, face detectiontext, speech, translation

सारांश

  • CNN filters से images संभालता; vision tasks के लिए बढ़िया।
  • RNN sequence order याद रखता; text, speech, time series के लिए बढ़िया।
← Back to Python Tutorial
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।