Machine learning
TextCNN
TextCNN, 2014 में Yoon Kim द्वारा प्रस्तुत, पाठ वर्गीकरण के लिए एक कनवल्शनल न्यूरल नेटवर्क है, जो शब्द एम्बेडिंग पर विभिन्न विंडो आकारों के समानांतर कनवल्शन फिल्टर लागू करके स्थानीय n-ग्राम पैटर्न को कैप्चर करता है। यह भावना विश्लेषण और विषय वर्गीकरण के लिए तेज़ और प्रभावी है।
पूरी विधि पढ़ें
केवल सदस्यों के लिए
साइन इन करेंयह खंड पढ़ने के लिए निःशुल्क खाते से साइन इन करें।
Method map
The neighbourhood of related methods — select a node to explore.
स्रोत
- Kim, Y. (2014). Convolutional Neural Networks for Sentence Classification. EMNLP. DOI: 10.3115/v1/D14-1181 ↗
- Zhang, Y. & Wallace, B. (2015). A Sensitivity Analysis of (and Practitioners' Guide to) Convolutional Neural Networks for Sentence Classification. arXiv:1510.03820. link ↗
इस पृष्ठ का उद्धरण कैसे दें
ScholarGate. (2026, June 1). Convolutional Neural Network for Text Classification (TextCNN). ScholarGate. https://scholargate.app/hi/deep-learning/cnn-text-classification
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- द्विदिश आरएनएन (Bidirectional RNN)गहन अधिगम↔ compare
- डाइलेटेड सीएनएन (Dilated CNN)गहन अधिगम↔ compare
- गेटेड रिकरेंट यूनिट (GRU)गहन अधिगम↔ compare
- रैंडम फ़ॉरेस्टमशीन अधिगम↔ compare
- XGBoostमशीन अधिगम↔ compare