Machine learning
DenseNet
DenseNet (רשת קונבולוציה צפופה), שהוצגה על ידי הואנג, ליו, ואן דר מאטן ו-ויינברגר בכנס CVPR 2017 (פרס מאמר מצטיין), מחברת כל שכבה לכל שכבה עוקבת בתוך בלוק צפוף כך שכל שכבה מקבלת את מפות התכונות המשולבות של כל השכבות הקודמות — ממקסמת שימוש חוזר בתכונות, מחזקת זרימת גרדיאנטים, ומשיגה דיוק תחרותי עם פחות פרמטרים באופן משמעותי מארכיטקטורות דומות כמו ResNet.
קראו את השיטה במלואה
לחברים בלבד
התחברותהתחברו עם חשבון חינמי כדי לקרוא חלק זה.
Method map
The neighbourhood of related methods — select a node to explore.
מקורות
- Huang, G., Liu, Z., van der Maaten, L., & Weinberger, K. Q. (2017). Densely Connected Convolutional Networks. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 4700–4708. DOI: 10.1109/CVPR.2017.243 ↗
- Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press. ISBN: 978-0-262-03561-3 ↗
איך לצטט עמוד זה
ScholarGate. (2026, June 3). Densely Connected Convolutional Network (DenseNet). ScholarGate. https://scholargate.app/he/deep-learning/densenet
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.
- EfficientNetלמידה עמוקה↔ compare
- ResNet (רשת שיורית)למידה עמוקה↔ compare