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

Artificial Neural Networks with Tensorflow 2: Ann Architecture Machine Learning Projects, Sarang Poornachandra


Варианты приобретения
Цена: 60550.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 166 шт.  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

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

Автор: Sarang Poornachandra
Название:  Artificial Neural Networks with Tensorflow 2: Ann Architecture Machine Learning Projects
ISBN: 9781484261491
Издательство: Springer
Классификация:

ISBN-10: 1484261496
Обложка/Формат: Paperback
Страницы: 726
Вес: 1.04 кг.
Дата издания: 21.11.2020
Язык: English
Размер: 23.39 x 15.60 x 3.84 cm
Ссылка на Издательство: Link
Поставляется из: Германии
Описание: This book offers a single source that provides comprehensive coverage of the capabilities of TensorFlow 2 through the use of realistic, scenario-based projects. After learning what`s new in TensorFlow 2, you`ll dive right into developing machine learning models through applicable projects.

Convolutional neural networks with swift for tensorflow

Автор: Koonce, Brett
Название: Convolutional neural networks with swift for tensorflow
ISBN: 1484261674 ISBN-13(EAN): 9781484261675
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Chapter 1: MNIST: 1D Neural Network
Chapter 2: MNIST: 2D Neural Network
Chapter 3: CIFAR: 2D Nueral Network with Blocks
Chapter 4: VGG Network
Chapter 5: Resnet 34
Chapter 6: Resnet 50
Chapter 7: SqueezeNet

Chapter 8: MobileNrt v1
Chapter 9: MobileNet v2
Chapter 10: Evolutionary Strategies
Chapter 11: MobileNet v3
Chapter 12: Bag of Tricks
Chapter 13: MNIST Revisited
Chapter 14: You are Here

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
Издательство: Неизвестно
Рейтинг:
Цена: 47810.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.

Transformers for Natural Language Processing: Build innovative deep neural network architectures for NLP with Python, PyTorch, TensorFlow, BERT, RoBER

Автор: Rothman Denis
Название: Transformers for Natural Language Processing: Build innovative deep neural network architectures for NLP with Python, PyTorch, TensorFlow, BERT, RoBER
ISBN: 1800565798 ISBN-13(EAN): 9781800565791
Издательство: Неизвестно
Рейтинг:
Цена: 122600.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This volume reports on excavations in advance of the development of a site in Norton-on-Derwent, North Yorkshire close to the line of the main Roman road running from the crossing point of the River Derwent near Malton Roman fort to York. This site provided much additional information on aspects of the poorly understood `small town` of Delgovicia.

Building Computer Vision Applications Using Artificial Neural Networks: With Step-By-Step Examples in Opencv and Tensorflow with Python

Автор: Ansari Shamshad
Название: Building Computer Vision Applications Using Artificial Neural Networks: With Step-By-Step Examples in Opencv and Tensorflow with Python
ISBN: 148425886X ISBN-13(EAN): 9781484258866
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Невозможна поставка.
Описание: Section 11. Chapter 1: Prerequisite and Software Installation 1.1. Python and PIP 1.1.1. Installing Python and PIP on Ubuntu 1.1.2. Installing Python and PIP on Mac OS 1.1.3. Installing Python and PIP on CentOS 7 1.1.4. Installing Python and PIP on Windows 1.2. Virtualenv 1.2.1. Setup and activate virtualenv 1.3. Tensorflow 1.3.1. Installing Tensorflow 1.4. PyCharm IDE 1.4.1. Installing PyCharm 1.4.2. Configuring PyCharm to use virtualenv 1.5. OpenCV 1.5.1. Installing OpenCV 1.5.2. Installing OpenCV4 with Python bindings 1.6. Additional libraries 1.6.1. SciPy 1.6.2. Matplotlib
Chapter 2: Core Concepts of Image and Video Processing 1.7. Image processing 1.7.1. Image basics 1.7.2. Pixel 1.7.3. Pixel color 1.7.3.1. Grayscale 1.7.3.2. Color 1.7.4. Coordinate system 1.7.5. Python and OpenCV code to manipulate images 1.7.6. Program: loading, exploring and showing image 1.7.7. Program: OpenCV code to access and manipulate pixels 1.8. Drawing 1.8.1. Drawing a line on an image 1.8.2. Drawing a rectangle on an image 1.8.3. Drawing a circle on an image 1.9. Chapter summary 1.10. 2. Chapter 3: Techniques of Image Processing 2.1. Transformation 2.1.1. Resizing 2.1.2. Translation 2.1.3. Rotation 2.1.4. Flipping 2.1.5. Cropping 2.2. Image arithmetic and bitwise operations 2.2.1. Addition 2.2.2. Subtraction 2.2.3. Bitwise operations 2.2.3.1. OR 2.2.3.2. AND 2.2.3.3. NOT 2.2.3.4. XOR 2.3. Masking 2.4. Splitting and merging channels 2.5. Smoothing and blurring 2.6. Thresholding 2.7. Gradient and edge detection 2.8. Contours2.9. Chapter summary
Section 23. Chapter 4: Building Artificial Intelligence System For Computer Vision 3.1. Image processing pipeline 3.2. Feature extraction 3.2.1. Color histogram 3.2.2. GLCM 3.2.3. HOG 3.2.4. LBP 3.3. Feature selection 3.3.1. Filter 3.3.2. Wrapper 3.3.3. Embedded 3.3.4. Regularization 3.4. Chapter summary
4. Chapter 5: Artificial Neural Network for Computer Vision 4.1. Introduction to ANN 4.1.1. ANN topology 4.1.2. Hyperparameters 4.1.3. ANN model training using TensorFlow 4.1.4. Model evaluation 4.1.5. Model deployment 4.1.6. Use of trained model 4.2. Introduction to Convolution Neural Network (CNN)4.2.1. Core concepts of CNN4.2.2. Creating training set for CNN4.2.3. Training CNN model using TensorFlow 4.2.4. Inspecting CNN model and evaluating model fitness4.2.5. Using and deployment of trained model4.3. Introduction to Recurrent Neural Network (RNN) and long short-term Memory (LSTM)4.3.1. Core concepts of RNN and LSTM4.3.2. Creating training set for LSTM4.3.3. LSTM model training using TensorFlow4.3.4. Inspecting LSTM model and assessing fitness4.3.5. Deploying LSTM models in practice
Section 35. Chapter 6: Practical Example 1- Object Detection in Images 6. Chapter 7: Practical Example 2- Object Tracking in Videos 7. Chapter 8: Practical Example 3- Facial Detection 8. Chapter 9: Industrial Application - Realtime Defect Detection in Industrial Manufacturing

Tensorflow Deep Learning Projects

Автор: Boschetti Alberto, Massaron Luca, Thakur Abhishek
Название: Tensorflow Deep Learning Projects
ISBN: 1788398068 ISBN-13(EAN): 9781788398060
Издательство: Неизвестно
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is your guide to master deep learning with TensorFlow, with the help of 10 real-world projects. You will train high-performance models in TensorFlow to generate captions for images automatically, predict stocks` performance, create intelligent chatbots, perform large-scale text classification, develop recommendation systems, and more.

Hands-On Machine Learning with Scikit-Learn, Keras, and Tensorflow: Concepts, Tools, and Techniques to Build Intelligent Systems

Автор: Geron Aurelien
Название: Hands-On Machine Learning with Scikit-Learn, Keras, and Tensorflow: Concepts, Tools, and Techniques to Build Intelligent Systems
ISBN: 1492032646 ISBN-13(EAN): 9781492032649
Издательство: Wiley
Рейтинг:
Цена: 63350.00 T
Наличие на складе: Поставка под заказ.
Описание:

Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data.

The updated edition of this practical book uses concrete examples, minimal theory, and three production-ready Python frameworks--scikit-learn, Keras, and TensorFlow--to help you gain an intuitive understanding of the concepts and tools for building intelligent systems. You'll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you've learned, all you need is programming experience to get started.


Tinyml: Machine Learning with Tensorflow on Arduino, and Ultra-Low Power Micro-Controllers

Автор: Warden P
Название: Tinyml: Machine Learning with Tensorflow on Arduino, and Ultra-Low Power Micro-Controllers
ISBN: 1492052043 ISBN-13(EAN): 9781492052043
Издательство: Wiley
Рейтинг:
Цена: 42230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Neural networks are getting smaller. Much smaller. The OK Google team, for example, has run machine learning models that are just 14 kilobytes in size--small enough to work on the digital signal processor in an Android phone. With this practical book, you'll learn about TensorFlow Lite for Microcontrollers, a miniscule machine learning library that allows you to run machine learning algorithms on tiny hardware.

Authors Pete Warden and Daniel Situnayake explain how you can train models that are small enough to fit into any environment, including small embedded devices that can run for a year or more on a single coin cell battery. Ideal for software and hardware developers who want to build embedded devices using machine learning, this guide shows you how to create a TinyML project step-by-step. No machine learning or microcontroller experience is necessary.

  • Learn practical machine learning applications on embedded devices, including simple uses such as speech recognition and gesture detection
  • Train models such as speech, accelerometer, and image recognition, you can deploy on Arduino and other embedded platforms
  • Understand how to work with Arduino and ultralow-power microcontrollers
  • Use techniques for optimizing latency, energy usage, and model and binary size

Machine Learning Math: A Complete Guide to Machine Learning for Beginners with Tensorflow. This Book Explains How to Build Artificial Intelli

Автор: ML and Ai Academy
Название: Machine Learning Math: A Complete Guide to Machine Learning for Beginners with Tensorflow. This Book Explains How to Build Artificial Intelli
ISBN: 1801878897 ISBN-13(EAN): 9781801878890
Издательство: Неизвестно
Рейтинг:
Цена: 27540.00 T
Наличие на складе: Нет в наличии.
Описание:

!! 55% OFF for Bookstores!! NOW at 29,95 instead of 39.95 !!

Buy it NOW and let your customers get addicted to this awesome book!


Tensorflow Machine Learning Projects

Автор: Jain Ankit, Fandango Armando, Kapoor Amita
Название: Tensorflow Machine Learning Projects
ISBN: 1789132215 ISBN-13(EAN): 9781789132212
Издательство: Неизвестно
Рейтинг:
Цена: 47810.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will show you how to take advantage of TensorFlow`s most appealing features - simplicity, efficiency, and flexibility - in various scenarios. You will gain cutting-edge insights into using TensorFlow`s offerings for your problems and learn practical hacks to successfully implement real-world machine learning projects.

Hands-on neural networks with tensorflow 2.0

Автор: Galeone, Paolo
Название: Hands-on neural networks with tensorflow 2.0
ISBN: 1789615550 ISBN-13(EAN): 9781789615555
Издательство: Неизвестно
Рейтинг:
Цена: 49090.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is a guide to the TensorFlow (TF) framework, from the static graph architecture of TF 1.x to the eager execution and all the new features introduced in TF 2.0. Neural Networks applications are developed throughout the book with the aim of making the reader capable of developing neural networks-based solutions to real problems using TF 2.0

Hands-on Convolutional Neural Networks with Tensorflow

Автор: Zafar Iffat, Tzanidou Giounona, Burton Richard
Название: Hands-on Convolutional Neural Networks with Tensorflow
ISBN: 1789130336 ISBN-13(EAN): 9781789130331
Издательство: Неизвестно
Рейтинг:
Цена: 40450.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Convolutional Neural Networks (CNN) are one of the most popular architectures used in computer vision apps. This book is an introduction to CNNs through solving real-world problems in deep learning while teaching you their implementation in popular Python library - TensorFlow. By the end of the book, you will be training CNNs in no time!

Artificial Intelligence with Python Cookbook: Proven recipes for applying AI algorithms and deep learning techniques using TensorFlow 2.x and PyTorch

Автор: Auffarth Ben
Название: Artificial Intelligence with Python Cookbook: Proven recipes for applying AI algorithms and deep learning techniques using TensorFlow 2.x and PyTorch
ISBN: 1789133963 ISBN-13(EAN): 9781789133967
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: If you are looking to build next-generation AI solutions for work or even for your pet projects, you`ll find this cookbook useful. With the help of easy-to-follow recipes, this book will take you through the advanced AI and machine learning approaches and algorithms that are required to build smart models for problem-solving.


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