Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Learn TensorFlow 2.0, Pramod Singh; Avinash Manure


Варианты приобретения
Цена: 5487.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2026-06-01
Ориентировочная дата поставки: Июль
При условии наличия книги у поставщика.

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

Автор: Pramod Singh; Avinash Manure
Название:  Learn TensorFlow 2.0
ISBN: 9781484255605
Издательство: Springer
Классификация:


ISBN-10: 1484255607
Обложка/Формат: Soft cover
Страницы: 164
Вес: 0.28 кг.
Дата издания: 2020
Язык: English
Издание: 1st ed.
Иллюстрации: 126 illustrations, black and white; xvi, 164 p. 126 illus.
Размер: 234 x 156 x 10
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Implement Machine Learning and Deep Learning Models with Python
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Learn TensorFlow 2.0
Chapter 1: TensorFlow 2.0 - An Introduction Chapter Goal: Introducing TensorFlow, major features, version 2.0 release.
Chapter 2: Supervised Learning with TensorFlow 2.0Chapter Goal: Implementation of linear, logistic, SVM (Support Vector Machines) and random forest using TensorFlow.
Chapter 3: Neural Networks and Deep Learning with TensorFlow 2.0Chapter Goal: Introduction to neural networks, deep learning and implementation using TensorFlow This chapter offers a detailed view of building Deep Learning models for various applications such as Forecasting using TensorFlow 2.0. The chapter also introduces optimization approaches and the techniques for hyper parameter tuning.
Chapter 4: Images with TensorFlow 2.0Chapter Goal: TensorFlow 2.0 for images. This chapter focuses on building deep learning based models for image classification using TensorFlow 2.0. It covers advanced techniques such as GANs and transfer learning to image processing and classifications
Chapter 5: Sequence to Sequence Modeling with TensorFlow 2.0
Chapter Goal: To understand sequence modeling using TensorFlow 2.0. This chapter covers the process of using different neural networks for NLP based tasks in TensorFlow 2.0. This includes sequence to sequence prediction, text translation using deep learning in TensorFlow 2.0
Chapter 6: TensorFlow 2.0 Models in Productionization
Chapter Goal: Implementation of distributed training using TensorFlow. This chapter covers the process of scaling up the machine learning model training by implementing distributed training of TensorFlow models and deploying those models into production using TensorFlow serving layer


Дополнительное описание: Chapter 1: Introduction to TensorFlow 2.0.- Chapter 2: Supervised Learning with TensorFlow 2.0.- Chapter 3: Neural Networks and Deep Learning with TensorFlow 2.0.- Chapter 4: Images with TensorFlow 2.0.- Chapter 5: NLP Modeling with TensorFlow 2.0.- Chap



Python Machine Learning by Example - Third Edition: Build intelligent systems using Python, TensorFlow 2, PyTorch, and scikit-learn

Автор: Liu Yuxi (Hayden)
Название: Python Machine Learning by Example - Third Edition: Build intelligent systems using Python, TensorFlow 2, PyTorch, and scikit-learn
ISBN: 1800209711 ISBN-13(EAN): 9781800209718
Издательство: Неизвестно
Рейтинг:
Цена: 7539.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Equipped with the latest updates, this third edition of Python Machine Learning By Example provides a comprehensive course for ML enthusiasts to strengthen their command of ML concepts, techniques, and algorithms.

Applied Deep Learning with TensorFlow 2: Learn to Implement Advanced Deep Learning Techniques with Python

Автор: Michelucci Umberto
Название: Applied Deep Learning with TensorFlow 2: Learn to Implement Advanced Deep Learning Techniques with Python
ISBN: 1484280199 ISBN-13(EAN): 9781484280195
Издательство: Springer
Рейтинг:
Цена: 7927.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1: Optimization and neural networks
Subtopics: How to read the book Introduction to the book
Chapter 2: Hands-on with One Single NeuronSubtopics: Overview of optimization A definition of learning Constrained vs. unconstrained optimization Absolute and local minima Optimization algorithms with focus on Gradient Descent Variations of Gradient Descent (mini-batch and stochastic) How to choose the right mini-batch size
Chapter 3: Feed Forward Neural NetworksSubtopics: A short introduction to matrix algebra Activation functions (identity, sigmoid, tanh, swish, etc.) Implementation of one neuron in Keras Linear regression with one neuron Logistic regression with one neuron
Chapter 4: RegularizationSubtopics: Matrix formalism Softmax activation function Overfitting and bias-variance discussion How to implement a fully conneted network with Keras Multi-class classification with the Zalando dataset in Keras Gradient descent variation in practice with a real dataset Weight initialization How to compare the complexity of neural networks How to estimate memory used by neural networks in Keras
Chapter 5: Advanced OptimizersSubtopics: An introduction to regularization l_p norm l_2 regularization Weight decay when using regularization Dropout Early Stopping

Chapter 6Chapter Title: Hyper-Parameter tuningSubtopics: Exponentially weighted averages Momentum RMSProp Adam Comparison of optimizers
Chapter 7Chapter Title: Convolutional Neural NetworksSubtopics: Introduction to Hyper-parameter tuning Black box optimization Grid Search Random Search Coarse to fine optimization Sampling on logarithmic scale Bayesian optimisation
Chapter 8Chapter Title: Brief Introduction to Recurrent Neural NetworksSubtopics: Theory of convolution Pooling and padding Building blocks of a CNN Implementation of a CNN with Keras Introduction to recurrent neural networks Implementation of a RNN with Keras

Chapter 9: AutoencodersSubtopics: Feed Forward Autoencoders Loss function in autoencoders Reconstruction error Application of autoencoders: dimensionality reduction Application of autoencoders: Classification with latent features Curse of dimensionality Denoising autoencoders Autoencoders with CNN
Chapter 10: Metric AnalysisSubtopics: Human level performance and Bayes error Bias Metric analysis diagram Training set overfitting How to split your dataset Unbalanced dataset: what can happen K-fold cross validation Manual metric analysis: an example
Chapter 11 Chapter Title: General Adversarial Networks (GANs)Subtopics: Introduction to GANs The building blocks of GANs An example of implementation of GANs in Keras
APPENDIX 1: Introduction to KerasSubtopics: Sequential model Keras Layers Funct

Learn TensorFlow Enterprise: Build, manage, and scale machine learning workloads seamlessly using Google`s TensorFlow Enterprise

Автор: Tung Kc
Название: Learn TensorFlow Enterprise: Build, manage, and scale machine learning workloads seamlessly using Google`s TensorFlow Enterprise
ISBN: 1800209142 ISBN-13(EAN): 9781800209145
Издательство: Неизвестно
Рейтинг:
Цена: 8458.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is a comprehensive introduction for those who are new to scalable and optimized TensorFlow for production. You will learn how to deliver enterprise-grade support for your existing and newly built AI applications. You will address the various needs of AI-enabled organizations to manage and scale machine learning workloads in production.

Applied deep learning with python

Автор: Galea, Alex Capelo, Luis
Название: Applied deep learning with python
ISBN: 1789804744 ISBN-13(EAN): 9781789804744
Издательство: Неизвестно
Рейтинг:
Цена: 9378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Getting started with data science can be overwhelming, even for experienced developers. In this two-part, hands-on book we`ll show you how to apply your existing understanding of the Python language to this new and exciting field that`s full of new opportunities (and high expectations)!

Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow

Автор: Sanders Finn
Название: Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow
ISBN: 3903331708 ISBN-13(EAN): 9783903331709
Издательство: Неизвестно
Рейтинг:
Цена: 3723.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Imagine a world where you can make a computer program learn for itself? What if you were able to create any kind of program that you wanted, even as a beginner programmer, without all of the convoluted codes and other information that makes your head spin?

Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow

Автор: Sanders Finn
Название: Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow
ISBN: 3903331317 ISBN-13(EAN): 9783903331310
Издательство: Неизвестно
Рейтинг:
Цена: 2757.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

DO YOU WANT TO LEARN THE BASICS OF PYTHON PROGRAMMING QUICKLY?

Imagine a world where you can make a computer program learn for itself? What if it could recognize who is in a picture or the exact websites that you want to look for when you type it into the program? What if you were able to create any kind of program that you wanted, even as a beginner programmer, without all of the convoluted codes and other information that makes your head spin?

This is actually all possible. The programs that were mentioned before are all a part of machine learning. This is a breakthrough in the world of information technology, which allows the computer to learn how to behave, rather than asking the programmer to think of every single instance that may show up with their user ahead of time. it is taking over the world, and you may be using it now, without even realizing it.

Some of the topics that we will discuss include:

  • The Fundamentals of Machine Learning, Deep learning, And Neural Networks
  • How To Set Up Your Environment And Make Sure That Python, TensorFlow And Scikit-Learn Work Well For You
  • How To Master Neural Network Implementation Using Different Libraries
  • How Random Forest Algorithms Are Able To Help Out With Machine Learning
  • How To Uncover Hidden Patterns And Structures With Clustering
  • How Recurrent Neural Networks Work And When To Use
  • The Importance Of Linear Classifiers And Why They Need To Be Used In Machine Learning
  • And Much More

This guidebook is going to provide you with the information you need to get started with Python Machine Learning. If you have an idea for a great program, but you don't have the technical knowledge to make it happen, then this guidebook will help you get started. Machine learning has the capabilities, and Python has the ease, to help you, even as a beginner, create any product that you would like.

If you have a program in mind, or you just want to be able to get some programming knowledge and learn more about the power that comes behind it, then this is the guidebook for you.

AI for Healthcare with Keras and Tensorflow 2.0: Design, Develop, and Deploy Machine Learning Models Using Healthcare Data

Автор: Anshik
Название: AI for Healthcare with Keras and Tensorflow 2.0: Design, Develop, and Deploy Machine Learning Models Using Healthcare Data
ISBN: 1484270851 ISBN-13(EAN): 9781484270851
Издательство: Springer
Рейтинг:
Цена: 7317.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Intermediate-Advanced user level

Deep Learning with Swift for Tensorflow: Differentiable Programming with Swift

Автор: Bhalley Rahul
Название: Deep Learning with Swift for Tensorflow: Differentiable Programming with Swift
ISBN: 1484263294 ISBN-13(EAN): 9781484263297
Издательство: Springer
Цена: 7317.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Chapter 1: Machine Learning Basics

Chapter 2: Essential Math

Chapter 3: Differential Programming

Chapter 4: TensorFlow Basics

Chapter 5: Neural Networks

Chapter 6: Computer Vision

Deep learning projects using tensorflow 2

Автор: Silaparasetty, Vinita
Название: Deep learning projects using tensorflow 2
ISBN: 1484258010 ISBN-13(EAN): 9781484258019
Издательство: Springer
Рейтинг:
Цена: 9146.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Work through engaging and practical deep learning projects using TensorFlow 2.0.

Machine Learning Using TensorFlow Cookbook: Over 60 recipes on machine learning using deep learning solutions from Kaggle Masters and Google Developer

Автор: Audevart Alexia, Banachewicz Konrad, Massaron Luca
Название: Machine Learning Using TensorFlow Cookbook: Over 60 recipes on machine learning using deep learning solutions from Kaggle Masters and Google Developer
ISBN: 1800208863 ISBN-13(EAN): 9781800208865
Издательство: Неизвестно
Рейтинг:
Цена: 7539.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is designed to guide you through TensorFlow 2 and how to use it effectively. Throughout the book, you will work through recipes and get hands-on experience to perform complex data computations, gain insights into your data, and more.

Python Reinforcement Learning

Автор: Ravichandiran Sudharsan, Saito Sean, Shanmugamani Rajalingappaa
Название: Python Reinforcement Learning
ISBN: 1838649778 ISBN-13(EAN): 9781838649777
Издательство: Неизвестно
Рейтинг:
Цена: 9194.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Reinforcement learning and deep reinforcement learning are the trending and most promising branches of artificial intelligence. This Learning Path will enable you to master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms and their limitations.

Computer Vision Projects with OpenCV and Python 3

Автор: Rever Matthew
Название: Computer Vision Projects with OpenCV and Python 3
ISBN: 178995455X ISBN-13(EAN): 9781789954555
Издательство: Неизвестно
Рейтинг:
Цена: 6435.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book demonstrates techniques to leverage the power of Python, OpenCV, and TensorFlow to solve problems in Computer Vision. This book also shows you how to build an application that can estimate human poses within images. You will also classify images and identify humans in videos, and then develop your own handwritten digit classifier.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия