دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Shruti Jadon. Ankush Garg
سری:
ISBN (شابک) : 1838825460, 9781838825461
ناشر: Packt Publishing
سال نشر: 2020
تعداد صفحات: 0
زبان: English
فرمت فایل : ZIP (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 مگابایت
در صورت تبدیل فایل کتاب Hands-On One-shot Learning with Python: Learn to implement fast and accurate deep learning models with fewer training samples using PyTorch. Code به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب آموزش عملی یک شات با پایتون: یاد بگیرید که با استفاده از PyTorch مدل های یادگیری عمیق سریع و دقیق را با نمونه های آموزشی کمتری پیاده کنید. کد نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با ساخت مدل های یادگیری عمیق قدرتمند با استفاده از PyTorch و scikit-learn آشنا شوید
یادگیری تکشات یک زمینه تحقیقاتی فعال بوده است. برای دانشمندانی که تلاش می کنند یک ماشین شناختی بسازند که یادگیری انسان را تقلید کند. با این کتاب، رویکردهای کلیدی برای یادگیری تک شات، مانند تکنیکهای مبتنی بر معیار، مدلمحور، و تکنیکهای مبتنی بر بهینهسازی را با کمک مثالهای عملی کشف خواهید کرد.
آموزش دستی تکشات با پایتون شما را در کاوش و طراحی مدلهای یادگیری عمیق راهنمایی میکند که میتوانند اطلاعاتی در مورد یک شی از یک یا چند نمونه آموزشی به دست آورند. کتاب با مروری بر یادگیری عمیق و یادگیری تک شات آغاز می شود و سپس شما را با روش های مختلفی که می توانید برای دستیابی به آن استفاده کنید، مانند معماری های یادگیری عمیق و مدل های احتمالی، آشنا می کند. هنگامی که با اصول اصلی آشنا شدید، نمونه های واقعی و پیاده سازی های یادگیری تک شات را با استفاده از PyTorch 1.x در مجموعه داده هایی مانند Omniglot و MiniImageNet کاوش خواهید کرد. در نهایت، روشهای مبتنی بر مدلسازی مولد را بررسی میکنید و ملاحظات کلیدی برای ساختن سیستمهایی را که هوش در سطح انسانی را نشان میدهند، کشف خواهید کرد.
در پایان این کتاب، شما با روش های مختلف یادگیری تک و چند شات به خوبی آشنا خواهید شد و می توانید از آنها برای ساختن مدل های یادگیری عمیق خود استفاده کنید.
اگر شما یک محقق هوش مصنوعی یا یک متخصص یادگیری ماشینی یا یادگیری عمیق هستید که به دنبال کشف یادگیری تک شات هستید، این کتاب برای شما. این به شما کمک می کند تا با پیاده سازی تکنیک های مختلف یک شات برای آموزش سریعتر مدل ها شروع کنید. مقداری تجربه برنامه نویسی پایتون برای درک مفاهیم مطرح شده در این کتاب ضروری است.
Get to grips with building powerful deep learning models using PyTorch and scikit-learn
One-shot learning has been an active field of research for scientists trying to develop a cognitive machine that mimics human learning. With this book, you'll explore key approaches to one-shot learning, such as metrics-based, model-based, and optimization-based techniques, all with the help of practical examples.
Hands-On One-shot Learning with Python will guide you through the exploration and design of deep learning models that can obtain information about an object from one or just a few training samples. The book begins with an overview of deep learning and one-shot learning and then introduces you to the different methods you can use to achieve it, such as deep learning architectures and probabilistic models. Once you've got to grips with the core principles, you'll explore real-world examples and implementations of one-shot learning using PyTorch 1.x on datasets such as Omniglot and MiniImageNet. Finally, you'll explore generative modeling-based methods and discover the key considerations for building systems that exhibit human-level intelligence.
By the end of this book, you'll be well-versed with the different one- and few-shot learning methods and be able to use them to build your own deep learning models.
If you're an AI researcher or a machine learning or deep learning expert looking to explore one-shot learning, this book is for you. It will help you get started with implementing various one-shot techniques to train models faster. Some Python programming experience is necessary to understand the concepts covered in this book.
Cover Title Page Copyright and Credits About Packt Contributors Table of Contents Preface Section 1: One-shot Learning Introduction Chapter 1: Introduction to One-shot Learning Technical requirements The human brain – overview How the human brain learns Comparing human neurons and artificial neurons Machine learning – historical overview Challenges in machine learning and deep learning One-shot learning – overview Prerequisites of one-shot learning Types of one-shot learning Setting up your environment Coding exercise kNN – basic one-shot learning Summary Questions Section 2: Deep Learning Architectures Chapter 2: Metrics-Based Methods Technical requirements Parametric methods – an overview Neural networks – learning procedure Visualizing parameters Understanding Siamese networks Architecture Preprocessing Contrastive loss function Triplet loss function Applications Understanding matching networks Model architecture Training procedure Modeling level – the matching networks architecture Coding exercise Siamese networks – the MNIST dataset Matching networks – the Omniglot dataset Summary Questions Further reading Chapter 3: Model-Based Methods Technical requirements Understanding Neural Turing Machines Architecture of an NTM Modeling Reading Writing Addressing Memory-augmented neural networks Reading Writing Understanding meta networks Algorithm of meta networks Algorithm Coding exercises Implementation of NTM Implementation of MAAN Summary Questions Further reading Chapter 4: Optimization-Based Methods Technical requirements Overview of gradient descent Understanding model-agnostic meta-learning Understanding the logic behind MAML Algorithm MAML application – domain-adaptive meta-learning Understanding LSTM meta-learner Architecture of the LSTM meta-learner Data preprocessing Algorithm – pseudocode implementation Exercises A simple implementation of model-agnostic meta-learning A simple implementation of domain-adaption meta-learning Summary Questions Further reading Section 3: Other Methods and Conclusion Chapter 5: Generative Modeling-Based Methods Technical requirements Overview of Bayesian learning Understanding directed graphical models Overview of probabilistic methods Bayesian program learning Model Type generation Token generation Image generation Discriminative k-shot learning Representational learning Probabilistic model of the weights Choosing a model for the weights Computation and approximation for each phase Phase 1 – representation learning Phase 2 – concept learning Phase 3 – k-shot learning Phase 4 – k-shot testing Summary Further reading Chapter 6: Conclusions and Other Approaches Recent advancements Object detection in few-shot domains Image segmentation in few-shot domains Related fields Semi-supervised learning Imbalanced learning Meta-learning Transfer learning Applications Further reading Other Books You May Enjoy Index