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.
Автор: Gulli Antonio, Pal Sujit, Kapoor Amita Название: Deep Learning with TensorFlow 2 and Keras - Second Edition ISBN: 1838823417 ISBN-13(EAN): 9781838823412 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: ITIL(R) 4 Managing Professional CoursewareITIL 4 Managing Professional (ITIL MP) consists of four modules and is the next level of ITIL 4 to be released after ITIL 4 Foundation. ITIL MP targets IT practitioners working within technology and digital teams across businesses. The Managing Professional (MP) stream provides practical and technical knowledge about how to run successful IT-enabled services, teams and workflows. The Managing Professional Transition module is designed to allow ITIL v3 candidates to easily transition to ITIL 4. They can get the ITIL 4 Managing Professional designation through one course and one exam. The material includes;¢ Updated glossaries with highlighted changes for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ New diagram packs with annotations for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ Updated syllabi with highlighted changes for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ The `High Velocity IT` manuscript, syllabus, glossary and diagram pack remain unchanged¢ Practices Overviews and the product brochure remain unchanged¢ An up-to-date Quick Reference Guide with all the information you need¢ Updated Core Manuscripts, for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ While the changes are quite large, they have been made for streamlining or refinement only¢ There have been no changes to the examinable content or the key concepts
Автор: 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.
Автор: 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
Автор: Sarang Poornachandra Название: Artificial Neural Networks with Tensorflow 2: Ann Architecture Machine Learning Projects ISBN: 1484261496 ISBN-13(EAN): 9781484261491 Издательство: Springer Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Автор: 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
Автор: 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
Автор: Kar Krishnendu Название: Mastering Computer Vision with TensorFlow 2.x: Build advanced computer vision applications using machine learning and deep learning techniques ISBN: 1838827064 ISBN-13(EAN): 9781838827069 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: You will learn the principles of computer vision and deep learning, and understand various models and architectures with their pros and cons. You will learn how to use TensorFlow 2.x to build your own neural network model and apply it to various computer vision tasks such as image acquiring, processing, and analyzing.
Автор: Prakash Pks, Rao Achyutuni Sri Krishna Название: R Deep Learning Cookbook: Solve complex neural net problems with TensorFlow, H2O and MXNet ISBN: 1787121089 ISBN-13(EAN): 9781787121089 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Deep Learning is the next big thing. It is a part of machine learning. Its favorable results in application with huge and complex data is remarkable. This book will help you to get through the problems that you face during the execution of different tasks and understand hacks in deep learning, neural networks, and advanced machine learning techn...
Автор: Suryadevara Nagender Kumar Название: Beginning Machine Learning in the Browser: Quick-Start Guide to Gait Analysis with JavaScript and Tensorflow.Js ISBN: 1484268423 ISBN-13(EAN): 9781484268421 Издательство: Springer Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Chapter 1: What is Machine Learning (ML)? Basics of Java Script (JS) Programming in the browser using Java Script Graphics and Interactive processing in the browser using Java Script libraries Getting started with P5.JS and ML5.JS References Chapter 2: Human Pose Estimation in the Browser Browser based data processing Posenet vs Openpose models Human pose estimation using ML5.Posenet Inputs, Outputs and Data structures of Posenet model References Chapter 3: Human Pose Classification Classification techniques using ML Neural Network in the browser Human Pose classification based on the outputs of Posenet model Consideration of poses using Confidence scores of Posenet model Storage of data using JSON formats related to the outputs of Posenet model References Chapter 4: Gait Analysis Normal vs Abnormal Gait patterns Determination of Gait patterns using threshold values of the models User Interface design and development for monitoring of Gait patterns Real-Time data visualization of the Gait patterns on the browser References Chapter 5: Future Possible Applications of Key Concepts
Автор: Zaccone Giancarlo, Karim MD Rezaul Название: Deep Learning with Tensorflow - Second Edition ISBN: 1788831101 ISBN-13(EAN): 9781788831109 Издательство: Неизвестно Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Compliant with TensorFlow 1.7, this book introduces the core concepts of deep learning. Get implementation and research details on cutting-edge architectures and apply advanced concepts to your own projects. Develop your knowledge of deep neural networks through hands-on model building and examples of real-world data collection.
Автор: Gulli Antonio, Kapoor Amita Название: Tensorflow 1.X Deep Learning Cookbook ISBN: 1788293592 ISBN-13(EAN): 9781788293594 Издательство: Неизвестно Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Take the next step in implementing various common and not-so-common neural networks with Tensorflow 1.x About This Book - Skill up and implement tricky neural networks using Google's TensorFlow 1.x - An easy-to-follow guide that lets you explore reinforcement learning, GANs, autoencoders, multilayer perceptrons and more. - Hands-on recipes to work with Tensorflow on desktop, mobile, and cloud environment Who This Book Is For This book is intended for data analysts, data scientists, machine learning practitioners and deep learning enthusiasts who want to perform deep learning tasks on a regular basis and are looking for a handy guide they can refer to. People who are slightly familiar with neural networks, and now want to gain expertise in working with different types of neural networks and datasets, will find this book quite useful. What You Will Learn - Install TensorFlow and use it for CPU and GPU operations - Implement DNNs and apply them to solve different AI-driven problems. - Leverage different data sets such as MNIST, CIFAR-10, and Youtube8m with TensorFlow and learn how to access and use them in your code. - Use TensorBoard to understand neural network architectures, optimize the learning process, and peek inside the neural network black box. - Use different regression techniques for prediction and classification problems - Build single and multilayer perceptrons in TensorFlow - Implement CNN and RNN in TensorFlow, and use it to solve real-world use cases. - Learn how restricted Boltzmann Machines can be used to recommend movies. - Understand the implementation of Autoencoders and deep belief networks, and use them for emotion detection. - Master the different reinforcement learning methods to implement game playing agents. - GANs and their implementation using TensorFlow. In Detail Deep neural networks (DNNs) have achieved a lot of success in the field of computer vision, speech recognition, and natural language processing. The entire world is filled with excitement about how deep networks are revolutionizing artificial intelligence. This exciting recipe-based guide will take you from the realm of DNN theory to implementing them practically to solve the real-life problems in artificial intelligence domain. In this book, you will learn how to efficiently use TensorFlow, Google's open source framework for deep learning. You will implement different deep learning networks such as Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Deep Q-learning Networks (DQNs), and Generative Adversarial Networks (GANs) with easy to follow independent recipes. You will learn how to make Keras as backend with TensorFlow. With a problem-solution approach, you will understand how to implement different deep neural architectures to carry out complex tasks at work. You will learn the performance of different DNNs on some popularly used data sets such as MNIST, CIFAR-10, Youtube8m, and more. You will not only learn about the different mobile and embedded platforms supported by TensorFlow but also how to set up cloud platforms for deep learning applications. Get a sneak peek of TPU architecture and how they will affect DNN future. By using crisp, no-nonsense recipes, you will become an expert in implementing deep learning techniques in growing real-world applications and research areas such as reinforcement learning, GANs, autoencoders and more. Style and approach This book consists of hands-on recipes where you'll deal with real-world problems. You'll execute a series of tasks as you walk through data mining challenges using TensorFlow 1.x. Your one-stop solution for common and not-so-common pain points, this is a book that you must have on the shelf.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz