Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Deep Learning with Fastai and Pytorch: AI Applications Without a PhD, Gugger Sylvain, Howard Jeremy


Варианты приобретения
Цена: 67570.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: 3 шт.  Склад Америка: 207 шт.  
При оформлении заказа до: 2025-09-01
Ориентировочная дата поставки: конец Сентября - начало Октября

Добавить в корзину
в Мои желания

Автор: Gugger Sylvain, Howard Jeremy
Название:  Deep Learning with Fastai and Pytorch: AI Applications Without a PhD
Перевод названия: Силвейн Гуггер, Джереми Хоуард: Технология глубокого обучения с библиотеками Fastai и Pytorch. Интел
ISBN: 9781492045526
Издательство: Wiley
Классификация:
ISBN-10: 1492045527
Обложка/Формат: Paperback
Страницы: 350
Вес: 0.66 кг.
Дата издания: 04.02.2020
Язык: English
Размер: 178 x 233 x 27
Читательская аудитория: Technical / manuals
Подзаголовок: Ai applications without a phd
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: Authors Jeremy Howard and Sylvain Gugger, the creators of fastai, show you how to train a model on a wide range of tasks using fastai and PyTorch. You`ll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes.

Deep Learning with Python: Learn Best Practices of Deep Learning Models with Pytorch

Автор: Ketkar Nikhil, Moolayil Jojo
Название: Deep Learning with Python: Learn Best Practices of Deep Learning Models with Pytorch
ISBN: 1484253639 ISBN-13(EAN): 9781484253632
Издательство: Springer
Рейтинг:
Цена: 32600.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Master the practical aspects of implementing deep learning solutions with PyTorch, using a hands-on approach to understanding both theory and practice. This updated edition will prepare you for applying deep learning to real world problems with a sound theoretical foundation and practical know-how with PyTorch, a platform developed by Facebook's Artificial Intelligence Research Group.
You'll start with a perspective on how and why deep learning with PyTorch has emerged as an path-breaking framework with a set of tools and techniques to solve real-world problems. Next, the book will ground you with the mathematical fundamentals of linear algebra, vector calculus, probability and optimization. Having established this foundation, you'll move on to key components and functionality of PyTorch including layers, loss functions and optimization algorithms.
You'll also gain an understanding of Graphical Processing Unit (GPU) based computation, which is essential for training deep learning models. All the key architectures in deep learning are covered, including feedforward networks, convolution neural networks, recurrent neural networks, long short-term memory networks, autoencoders and generative adversarial networks. Backed by a number of tricks of the trade for training and optimizing deep learning models, this edition of Deep Learning with Python explains the best practices in taking these models to production with PyTorch.
What You'll Learn

  • Review machine learning fundamentals such as overfitting, underfitting, and regularization.
  • Understand deep learning fundamentals such as feed-forward networks, convolution neural networks, recurrent neural networks, automatic differentiation, and stochastic gradient descent.
  • Apply in-depth linear algebra with PyTorch
  • Explore PyTorch fundamentals and its building blocks
  • Work with tuning and optimizing models
Who This Book Is For
Beginners with a working knowledge of Python who want to understand Deep Learning in a practical, hands-on manner.


Natural Language Processing with Pytorch: Build Intelligent Language Applications Using Deep Learning

Автор: Rao Delip
Название: Natural Language Processing with Pytorch: Build Intelligent Language Applications Using Deep Learning
ISBN: 1491978236 ISBN-13(EAN): 9781491978238
Издательство: Wiley
Рейтинг:
Цена: 76020.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: If you`re a developer or data scientist new to NLP and deep learning, this practical guide shows you how to apply these methods using PyTorch, a Python-based deep learning library.

Modern Computer Vision with PyTorch: Explore deep learning concepts and implement over 50 real-world image applications

Автор: Ayyadevara V. Kishore, Reddy Yeshwanth
Название: Modern Computer Vision with PyTorch: Explore deep learning concepts and implement over 50 real-world image applications
ISBN: 1839213477 ISBN-13(EAN): 9781839213472
Издательство: Неизвестно
Рейтинг:
Цена: 80910.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Starting from the basics of neural networks, this book covers over 50 applications of computer vision and helps you to gain a solid understanding of the theory of various architectures before implementing them. Each use case is accompanied by a notebook in GitHub with ready-to-execute code and self-assessment questions.

The Deep Learning with PyTorch Workshop: Build deep neural networks and artificial intelligence applications with PyTorch

Автор: Saleh Hyatt
Название: The Deep Learning with PyTorch Workshop: Build deep neural networks and artificial intelligence applications with PyTorch
ISBN: 1838989218 ISBN-13(EAN): 9781838989217
Издательство: Неизвестно
Рейтинг:
Цена: 47810.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Get a head start in the world of AI and deep learning by developing your skills with PyTorch

Key Features

  • Learn how to define your own network architecture in deep learning
  • Implement helpful methods to create and train a model using PyTorch syntax
  • Discover how intelligent applications using features like image recognition and speech recognition really process your data

Book Description

Want to get to grips with one of the most popular machine learning libraries for deep learning? The Deep Learning with PyTorch Workshop will help you do just that, jumpstarting your knowledge of using PyTorch for deep learning even if you're starting from scratch.

It's no surprise that deep learning's popularity has risen steeply in the past few years, thanks to intelligent applications such as self-driving vehicles, chatbots, and voice-activated assistants that are making our lives easier. This book will take you inside the world of deep learning, where you'll use PyTorch to understand the complexity of neural network architectures.

The Deep Learning with PyTorch Workshop starts with an introduction to deep learning and its applications. You'll explore the syntax of PyTorch and learn how to define a network architecture and train a model. Next, you'll learn about three main neural network architectures - convolutional, artificial, and recurrent - and even solve real-world data problems using these networks. Later chapters will show you how to create a style transfer model to develop a new image from two images, before finally taking you through how RNNs store memory to solve key data issues.

By the end of this book, you'll have mastered the essential concepts, tools, and libraries of PyTorch to develop your own deep neural networks and intelligent apps.

What you will learn

  • Explore the different applications of deep learning
  • Understand the PyTorch approach to building neural networks
  • Create and train your very own perceptron using PyTorch
  • Solve regression problems using artificial neural networks (ANNs)
  • Handle computer vision problems with convolutional neural networks (CNNs)
  • Perform language translation tasks using recurrent neural networks (RNNs)

Who this book is for

This deep learning book is ideal for anyone who wants to create and train deep learning models using PyTorch. A solid understanding of the Python programming language and its packages will help you grasp the topics covered in the book more quickly.


Hands-On Natural Language Processing with PyTorch 1.x: Build smart, AI-driven linguistic applications using deep learning and NLP techniques

Автор: Dop Thomas
Название: Hands-On Natural Language Processing with PyTorch 1.x: Build smart, AI-driven linguistic applications using deep learning and NLP techniques
ISBN: 1789802741 ISBN-13(EAN): 9781789802740
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Developers working with NLP will be able to put their knowledge to work with this practical guide to PyTorch. You will learn to use PyTorch offerings and how to understand and analyze text using Python. You will learn to extract the underlying meaning in the text using deep neural networks and modern deep learning algorithms.

Beginner`s Guide to Using Pytorch for Deep Learning: Creating and Deploying Deep Learning Applications

Автор: Pointer Ian
Название: Beginner`s Guide to Using Pytorch for Deep Learning: Creating and Deploying Deep Learning Applications
ISBN: 1492045357 ISBN-13(EAN): 9781492045359
Издательство: Wiley
Рейтинг:
Цена: 47510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Take the next steps toward mastering deep learning, the machine learning method that`s transforming the world around us by the second. In this practical book, you`ll get up to speed on key ideas using Facebook`s open source PyTorch framework and gain the latest skills you need to create your very own neural networks.

Deep Learning with PyTorch Quick Start Guide

Автор: Julian David
Название: Deep Learning with PyTorch Quick Start Guide
ISBN: 1789534097 ISBN-13(EAN): 9781789534092
Издательство: Неизвестно
Рейтинг:
Цена: 40450.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: PyTorch is extremely powerful and yet easy to learn. It provides advanced features such as supporting multiprocessor, distributed and parallel computation. This book is an excellent entry point for those wanting to explore deep learning with PyTorch to harness its power.

Applied Deep Learning with PyTorch

Автор: Saleh Hyatt
Название: Applied Deep Learning with PyTorch
ISBN: 1789804590 ISBN-13(EAN): 9781789804591
Издательство: Неизвестно
Рейтинг:
Цена: 27580.00 T
Наличие на складе: Невозможна поставка.
Описание: Starting with the basics of deep learning and their various applications, Applied Deep Learning with PyTorch shows you how to solve trending tasks, such as image classification and natural language processing by understanding the different architectures of the neural networks.

Beginning Anomaly Detection Using Python-Based Deep Learning: With Keras and Pytorch

Автор: Alla Sridhar, Adari Suman Kalyan
Название: Beginning Anomaly Detection Using Python-Based Deep Learning: With Keras and Pytorch
ISBN: 1484251768 ISBN-13(EAN): 9781484251768
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Невозможна поставка.
Описание: Beg-Int user level

PyTorch Deep Learning Hands-On

Автор: Thomas Sherin, Passi Sudhanshu
Название: PyTorch Deep Learning Hands-On
ISBN: 1788834135 ISBN-13(EAN): 9781788834131
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Implement every major architecture of deep learning in PyTorch. Starting with simple neural networks, it covers PyTorch for computer vision (CNN), natural language (RNN), GANs, and reinforcement learning. It covers deep learning workflows, migrating models to TorchScript, and deploying to efficient production environments.

Python Deep Learning: Develop Your First Neural Network in Python Using Tensorflow, Keras, and Pytorch

Автор: Samuel Burns
Название: Python Deep Learning: Develop Your First Neural Network in Python Using Tensorflow, Keras, and Pytorch
ISBN: 1092562222 ISBN-13(EAN): 9781092562225
Издательство: Неизвестно
Цена: 17230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Build your Own Neural Network today. Through easy-to-follow instruction and examples, you'll learn the fundamentals of Deep learning and build your very own Neural Network in Python using TensorFlow, Keras, PyTorch, and Theano. While you have the option of spending thousands of dollars on big and boring textbooks, we recommend getting the same pieces of information for a fraction of the cost. So Get Your Copy Now Why this book?Book ObjectivesThe following are the objectives of this book:

  • To help you understand deep learning in detail
  • To help you know how to get started with deep learning in Python by setting up the coding environment.
  • To help you transition from a deep learning Beginner to a Professional.
  • To help you learn how to develop a complete and functional artificial neural network model in Python on your own.
Who this Book is for? The author targets the following groups of people:
  • Anybody who is a complete beginner to deep learning with Python.
  • Anybody in need of advancing their Python for deep learning skills.
  • Professors, lecturers or tutors who are looking to find better ways to explain Deep Learning to their students in the simplest and easiest way.
  • Students and academicians, especially those focusing on python programming, neural networks, machine learning, and deep learning.
What do you need for this Book? You are required to have installed the following on your computer:
  • Python 3.X.
  • TensorFlow .
  • Keras .
  • PyTorch
The Author guides you on how to install the rest of the Python libraries that are required for deep learning.The author will guide you on how to install and configure the rest. What is inside the book?
  • What is Deep Learning?
  • An Overview of Artificial Neural Networks.
  • Exploring the Libraries.
  • Installation and Setup.
  • TensorFlow Basics.
  • Deep Learning with TensorFlow.
  • Keras Basics.
  • PyTorch Basics.
  • Creating Convolutional Neural Networks with PyTorch.
  • Creating Recurrent Neural Networks with PyTorch.
From the back cover.Deep learning is part of machine learning methods based on learning data representations. This book written by Samuel Burns provides an excellent introduction to deep learning methods for computer vision applications. The author does not focus on too much math since this guide is designed for developers who are beginners in the field of deep learning. The book has been grouped into chapters, with each chapter exploring a different feature of the deep learning libraries that can be used in Python programming language. Each chapter features a unique Neural Network architecture including Convolutional Neural Networks. After reading this book, you will be able to build your own Neural Networks using Tenserflow, Keras, and PyTorch. Moreover, the author has provided Python codes, each code performing a different task. Corresponding explanations have also been provided alongside each piece of code to help the reader understand the meaning of the various lines of the code. In addition to this, screenshots showing the output that each code should return have been given. The author has used a simple language to make it easy even for beginners to understand.

Deep Learning with Python: The Crash Course for Beginners to Learn the Basics of Deep Learning with Python Using TensorFlow, Keras and PyTorch

Автор: Gйron Daniel
Название: Deep Learning with Python: The Crash Course for Beginners to Learn the Basics of Deep Learning with Python Using TensorFlow, Keras and PyTorch
ISBN: 1914306120 ISBN-13(EAN): 9781914306129
Издательство: Неизвестно
Рейтинг:
Цена: 18370.00 T
Наличие на складе: Нет в наличии.
Описание:

Do you want to learn how to write your own codes and programming and get your computer set up to learn just like humans do? Do you want to learn how to write out codes in deep learning-without having to spend years going to school to learn to code and how all this works? Do you know a bit of Python coding and want to learn more about how this deep learning works?


This guidebook is the tool that you need to not only learn how to do machine learning but also learn how to take this even further and write some of your own codes in deep learning. The field of deep learning is pretty new, and many programmers have not been able to delve into the depths of what we can see with this type of programming-but with the growing market for products and technology that can act and learn just like the human brain, this field is definitely taking off

This book will take some time to explore the different Python libraries that will help you to do some deep learning algorithms in no time. Investing your time in the Python language and learning the different libraries that are needed to turn this basic programming language into a deep learning machine can be one of the best decisions for you.


By learning some of the tips in this book, you will be able to save time and resources when it comes to your deep learning needs. Rather than spending time with other, more difficult programming languages, or having to go take complicated classes to learn how to do these algorithms, we will explore exactly how to do all of the tasks that you need with this type of machine learning.


You will learn:


1. What deep learning is, how it is different from machine learning, and why Python is such a beneficial language to use with the deep learning algorithms;

2. The basics of the three main Python languages that will help you get the work done-including TensorFlow, Keras, and PyTorch;

3. How to install the three Python libraries to help you get started;

4. A closer look at neural networks, what they are, why they are important, and some of the mathematics of making them work;

5. The basics you need to know about TensorFlow and some of the deep learning you can do with this library;

6. The basics of the Keras library and some of the deep learning you can do with this library;

7. A look at the PyTorch library, how it is different from the other two, and the basics of deep learning with this library;

8. And so much more


Even if you are just a beginner, with very little programming knowledge but lots of big dreams and even bigger ideas, this book is going to give you the tools that you need to start with deep learning



Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия