2 مستودعات
Libraries and tools for building and training neural network models.
Explore 2 awesome GitHub repositories matching part of an awesome list · Deep Learning Frameworks. Refine with filters or upvote what's useful.
This project is a collection of PyTorch deep learning courseware consisting of practical projects and programming exercises. It focuses on implementing neural network architectures and model training to solve complex data problems. The repository includes a computer vision project suite for building image classifiers, autoencoders, and style transfer applications. It features a generative adversarial network lab for creating synthetic images and specific implementations for transfer learning to adapt pre-trained weights to new tasks. The codebase covers sequential data analysis for natural l
Educational repository for mastering deep learning concepts with PyTorch.
PyTorchZeroToAll هو مورد تعليمي ومجموعة من البرامج التعليمية التي تركز على التعلم العميق وإطار عمل PyTorch. يوفر مساراً تعليمياً مهيكلاً لتنفيذ معماريات الشبكات العصبية، بدءاً من بناء جملة اللغة الأساسي والأساسيات وصولاً إلى تصميم النماذج المعقدة. يعمل المشروع كدليل تنفيذ لبناء أنواع مختلفة من الشبكات، بما في ذلك الشبكات الخطية، واللوجستية، والتلافيفية، والمتكررة. يغطي بشكل خاص سير عمل نمذجة التسلسل من خلال استخدام آليات الانتباه والشبكات على مستوى الأحرف. يغطي المورد أيضاً إعداد بيانات التعلم الآلي، بما في ذلك استخدام محملات مجموعات البيانات المخصصة، وأدوات معالجة النصوص، وترجمة ملفات المصدر الخام إلى tensors لخطوط أنابيب التدريب.
Beginner-friendly video series and code for learning PyTorch.