|In vendita nella categoria:
Ne hai uno da vendere?

Deep Learning with Pytorch (Paperback or Softback)

Bargain Book Stores
(1134271)
Registrato come venditore professionale
US $49,71
CircaEUR 43,59
Condizione:
Nuovo
5 disponibili
Goditi i vantaggi. Spedizione e restituzioni gratuite.
Spedizione:
Gratis Standard Shipping.
Oggetto che si trova a: Grand Rapids, Michigan, Stati Uniti
Consegna:
Consegna prevista tra il gio 7 ago e il mer 13 ago a 94104
Le date di consegna stimate - viene aperta una nuova finestra o scheda includono tempi di imballaggio, CAP di origine, CAP di destinazione e periodo di accettazione e dipendono dal servizio di spedizione selezionato e dalla ricezione del pagamentoricezione del pagamento - si apre in una nuova finestra o scheda. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico del venditore.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:365740445712
Ultimo aggiornamento: 19 lug 2025 01:40:50 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Nuovo: Libro nuovo, intatto e non letto, in perfette condizioni, senza pagine mancanti o ...
ISBN
1788624335
EAN
9781788624336
Manufacturer
Packt Publishing
Brand
Packt Publishing
Binding
TP
Item Weight
1
Item Height
0.55
Book Title
Deep Learning with Pytorch

Informazioni su questo prodotto

Product Identifiers

Publisher
Packt Publishing, The Limited
ISBN-10
1788624335
ISBN-13
9781788624336
eBay Product ID (ePID)
15038474605

Product Key Features

Number of Pages
262 Pages
Publication Name
Deep Learning with Pytorch : a Practical Approach to Building Neural Network Models Using Pytorch
Language
English
Publication Year
2018
Subject
Intelligence (Ai) & Semantics, Neural Networks, Data Processing
Type
Textbook
Subject Area
Computers
Author
Vishnu Subramanian
Format
Trade Paperback

Dimensions

Item Length
3.6 in
Item Width
3 in

Additional Product Features

Intended Audience
Trade
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
006.32
Table Of Content
Table of Contents Getting Started with Pytorch for Deep Learning Mathematical building blocks of Neural Networks Getting Started with Neural Networks Fundamentals of Machine Learning Deep Learning for Computer Vision Natural Language Processing for PyTorch Advanced neural network architectures Generative networks Conclusion
Synopsis
Build neural network models in text, vision and advanced analytics using PyTorch Key Features Learn PyTorch for implementing cutting-edge deep learning algorithms. Train your neural networks for higher speed and flexibility and learn how to implement them in various scenarios; Cover various advanced neural network architecture such as ResNet, Inception, DenseNet and more with practical examples; Book Description Deep learning powers the most intelligent systems in the world, such as Google Voice, Siri, and Alexa. Advancements in powerful hardware, such as GPUs, software frameworks such as PyTorch, Keras, Tensorflow, and CNTK along with the availability of big data have made it easier to implement solutions to problems in the areas of text, vision, and advanced analytics. This book will get you up and running with one of the most cutting-edge deep learning libraries--PyTorch. PyTorch is grabbing the attention of deep learning researchers and data science professionals due to its accessibility, efficiency and being more native to Python way of development. You'll start off by installing PyTorch, then quickly move on to learn various fundamental blocks that power modern deep learning. You will also learn how to use CNN, RNN, LSTM and other networks to solve real-world problems. This book explains the concepts of various state-of-the-art deep learning architectures, such as ResNet, DenseNet, Inception, and Seq2Seq, without diving deep into the math behind them. You will also learn about GPU computing during the course of the book. You will see how to train a model with PyTorch and dive into complex neural networks such as generative networks for producing text and images. By the end of the book, you'll be able to implement deep learning applications in PyTorch with ease. What you will learn Use PyTorch for GPU-accelerated tensor computations Build custom datasets and data loaders for images and test the models using torchvision and torchtext Build an image classifier by implementing CNN architectures using PyTorch Build systems that do text classification and language modeling using RNN, LSTM, and GRU Learn advanced CNN architectures such as ResNet, Inception, Densenet, and learn how to use them for transfer learning Learn how to mix multiple models for a powerful ensemble model Generate new images using GAN's and generate artistic images using style transfer Who this book is for This book is for machine learning engineers, data analysts, data scientists interested in deep learning and are looking to explore implementing advanced algorithms in PyTorch. Some knowledge of machine learning is helpful but not a mandatory need. Working knowledge of Python programming is expected., Build neural network models in text, vision and advanced analytics using PyTorchAbout This Book* Learn PyTorch for implementing cutting-edge deep learning algorithms.* Train your neural networks for higher speed and flexibility and learn how to implement them in various scenarios;* Cover various advanced neural network architecture such as ResNet, Inception, DenseNet and more with practical examples;Who This Book Is ForThis book is for machine learning engineers, data analysts, data scientists interested in deep learning and are looking to explore implementing advanced algorithms in PyTorch. Some knowledge of machine learning is helpful but not a mandatory need. Working knowledge of Python programming is expected.What You Will Learn* Use PyTorch for GPU-accelerated tensor computations* Build custom datasets and data loaders for images and test the models using torchvision and torchtext* Build an image classifier by implementing CNN architectures using PyTorch* Build systems that do text classification and language modeling using RNN, LSTM, and GRU* Learn advanced CNN architectures such as ResNet, Inception, Densenet, and learn how to use them for transfer learning* Learn how to mix multiple models for a powerful ensemble model* Generate new images using GAN's and generate artistic images using style transferIn DetailDeep learning powers the most intelligent systems in the world, such as Google Voice, Siri, and Alexa. Advancements in powerful hardware, such as GPUs, software frameworks such as PyTorch, Keras, Tensorflow, and CNTK along with the availability of big data have made it easier to implement solutions to problems in the areas of text, vision, and advanced analytics.This book will get you up and running with one of the most cutting-edge deep learning libraries--PyTorch. PyTorch is grabbing the attention of deep learning researchers and data science professionals due to its accessibility, efficiency and being more native to Python way of development. You'll start off by installing PyTorch, then quickly move on to learn various fundamental blocks that power modern deep learning. You will also learn how to use CNN, RNN, LSTM and other networks to solve real-world problems. This book explains the concepts of various state-of-the-art deep learning architectures, such as ResNet, DenseNet, Inception, and Seq2Seq, without diving deep into the math behind them. You will also learn about GPU computing during the course of the book. You will see how to train a model with PyTorch and dive into complex neural networks such as generative networks for producing text and images. By the end of the book, you'll be able to implement deep learning applications in PyTorch with ease.Style and approachAn end-to-end guide that teaches you all about PyTorch and how to implement it in various scenarios., This book provides the intuition behind the state of the art Deep Learning architectures such as ResNet, DenseNet, Inception, and encoder-decoder without diving deep into the math of it. It shows how you can implement and use various architectures to solve problems in the area of image classification, language translation and NLP using PyTorch., Build neural network models in text, vision and advanced analytics using PyTorch Key Features Learn PyTorch for implementing cutting-edge deep learning algorithms. Train your neural networks for higher speed and flexibility and learn how to implement them in various scenarios; Cover various advanced neural network architecture such as ResNet, Inception, DenseNet and more with practical examples; Book Description Deep learning powers the most intelligent systems in the world, such as Google Voice, Siri, and Alexa. Advancements in powerful hardware, such as GPUs, software frameworks such as PyTorch, Keras, Tensorflow, and CNTK along with the availability of big data have made it easier to implement solutions to problems in the areas of text, vision, and advanced analytics. This book will get you up and running with one of the most cutting-edge deep learning libraries-PyTorch. PyTorch is grabbing the attention of deep learning researchers and data science professionals due to its accessibility, efficiency and being more native to Python way of development. You'll start off by installing PyTorch, then quickly move on to learn various fundamental blocks that power modern deep learning. You will also learn how to use CNN, RNN, LSTM and other networks to solve real-world problems. This book explains the concepts of various state-of-the-art deep learning architectures, such as ResNet, DenseNet, Inception, and Seq2Seq, without diving deep into the math behind them. You will also learn about GPU computing during the course of the book. You will see how to train a model with PyTorch and dive into complex neural networks such as generative networks for producing text and images. By the end of the book, you'll be able to implement deep learning applications in PyTorch with ease. What you will learn Use PyTorch for GPU-accelerated tensor computations Build custom datasets and data loaders for images and test the models using torchvision and torchtext Build an image classifier by implementing CNN architectures using PyTorch Build systems that do text classification and language modeling using RNN, LSTM, and GRU Learn advanced CNN architectures such as ResNet, Inception, Densenet, and learn how to use them for transfer learning Learn how to mix multiple models for a powerful ensemble model Generate new images using GAN's and generate artistic images using style transfer
LC Classification Number
QA76.8.S8 2018

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.
Informazioni su questo venditore

Bargain Book Stores

99,2% di Feedback positivi3,2 milioni oggetti venduti

Su eBay da feb 2002
Registrato come venditore professionale
BargainBookStores - Your Source for New Bargains - Save Up to 90% Everyday! We offer super low prices on thousands of items, books and media.

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
5.0
Spese spedizione
5.0
Tempi di spedizione
5.0
Comunicazione
4.9

Feedback sul venditore (1.268.368)

Tutti i punteggi
Positivo
Neutro
Negativo
  • 7***j (780)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    I recently purchased an item from this eBay seller, and I couldn't be happier with the experience. From the prompt communication to the fast shipping, everything was handled with utmost professionalism. The item arrived exactly as described and was well-packaged to ensure its safety during transit. The seller was courteous and responsive, making the entire transaction smooth and hassle-free. I highly recommend this seller to anyone looking for quality products and excellent service.
  • 6***c (459)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    The items were just as shown and in excellent condition. The books were very well packed for shipping. I will continue to do business with the seller. The prices are reasonable and the shipping cost are very good. The seller is great at communicating with the buyers keeping the parties well informed about the tranactions. Highly recommended! A+++++++
  • e***- (86)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Fantastic experience all around! The transaction was fast and easy, with smooth communication every step of the way. The item arrived quickly, was securely packaged, and matched the description perfectly. Seller was responsive, helpful, and clearly cares about providing great service. One of the best eBay sellers I’ve had the pleasure of dealing with. 10 out of 10—highly recommended! Would absolutely buy from again without hesitation. Thanks so much!