Domain Adaptation in Computer Vision with Deep Learning, Venkateswara Hemanth, Panchanathan Sethuraman
Автор: Csurka Gabriela Название: Domain Adaptation in Computer Vision Applications ISBN: 3319863835 ISBN-13(EAN): 9783319863832 Издательство: Springer Рейтинг: Цена: 18294.00 р. Наличие на складе: Нет в наличии.
Описание: This comprehensive text/reference presents a broad review of diverse domain adaptation (DA) methods for machine learning, with a focus on solutions for visual applications.
Автор: Hartley, Zisserman Название: Multiple View Geometry in Computer Vision ISBN: 0521540518 ISBN-13(EAN): 9780521540513 Издательство: Cambridge Academ Рейтинг: Цена: 13779.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The theory and practice of scene reconstruction are described in detail in a unified framework. The new edition features an extended introduction covering the key ideas in the book (which itself has been updated with additional examples and appendices) and significant new results which have appeared since the first edition.
Автор: Bradley Efron and Trevor Hastie Название: Computer Age Statistical Inference ISBN: 1107149894 ISBN-13(EAN): 9781107149892 Издательство: Cambridge Academ Рейтинг: Цена: 9029.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The twenty-first century has seen a breathtaking expansion of statistical methodology, both in scope and in influence. 'Big data', 'data science', and 'machine learning' have become familiar terms in the news, as statistical methods are brought to bear upon the enormous data sets of modern science and commerce. How did we get here? And where are we going? This book takes us on an exhilarating journey through the revolution in data analysis following the introduction of electronic computation in the 1950s. Beginning with classical inferential theories - Bayesian, frequentist, Fisherian - individual chapters take up a series of influential topics: survival analysis, logistic regression, empirical Bayes, the jackknife and bootstrap, random forests, neural networks, Markov chain Monte Carlo, inference after model selection, and dozens more. The distinctly modern approach integrates methodology and algorithms with statistical inference. The book ends with speculation on the future direction of statistics and data science.
Автор: Barber Название: Bayesian Reasoning and Machine Learning ISBN: 0521518148 ISBN-13(EAN): 9780521518147 Издательство: Cambridge Academ Рейтинг: Цена: 11088.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This practical introduction for final-year undergraduate and graduate students is ideally suited to computer scientists without a background in calculus and linear algebra. Numerous examples and exercises are provided. Additional resources available online and in the comprehensive software package include computer code, demos and teaching materials for instructors.
Автор: Richa Singh; Mayank Vatsa; Vishal M Patel; Nalini Название: Domain Adaptation for Visual Understanding ISBN: 3030306704 ISBN-13(EAN): 9783030306700 Издательство: Springer Рейтинг: Цена: 12196.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This unique volume reviews the latest advances in domain adaptation in the training of machine learning algorithms for visual understanding, offering valuable insights from an international selection of experts in the field.
Описание: This book reviews and analyzes new implementation perspectives for intelligent adaptive learning and collaborative systems, enabled by advances in scripting languages, IMS LD, educational modeling languages and learning activity management systems.
Автор: Shanmugamani Rajalingappaa Название: Deep Learning for Computer Vision ISBN: 1788295625 ISBN-13(EAN): 9781788295628 Издательство: Неизвестно Цена: 8458.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Deep learning has shown its power in several application areas of Artificial Intelligence, especially in Computer Vision, the science of manipulating and processing images. In this book, you will learn different techniques in deep learning to accomplish tasks related to object classification, object detection, image segmentation, captioning, ...
Deploy deep learning applications into production across multiple platforms. You will work on computer vision applications that use the convolutional neural network (CNN) deep learning model and Python. This book starts by explaining the traditional machine-learning pipeline, where you will analyze an image dataset. Along the way you will cover artificial neural networks (ANNs), building one from scratch in Python, before optimizing it using genetic algorithms.
For automating the process, the book highlights the limitations of traditional hand-crafted features for computer vision and why the CNN deep-learning model is the state-of-art solution. CNNs are discussed from scratch to demonstrate how they are different and more efficient than the fully connected ANN (FCNN). You will implement a CNN in Python to give you a full understanding of the model.
After consolidating the basics, you will use TensorFlow to build a practical image-recognition model that you will deploy to a web server using Flask, making it accessible over the Internet. Using Kivy and NumPy, you will create cross-platform data science applications with low overheads.
This book will help you apply deep learning and computer vision concepts from scratch, step-by-step from conception to production.
What You Will Learn
Understand how ANNs and CNNs work Create computer vision applications and CNNs from scratch using PythonFollow a deep learning project from conception to production using TensorFlowUse NumPy with Kivy to build cross-platform data science applications
Who This Book Is For
Data scientists, machine learning and deep learning engineers, software developers.
Автор: Siddhartha Bhattacharyya, Vaclav Snasel, Aboul Ella Hassanien, Satadal Saha, B. K. Tripathy Название: Deep Learning: Research and Applications ISBN: 3110670798 ISBN-13(EAN): 9783110670790 Издательство: Walter de Gruyter Цена: 20446.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will focus on the fundamentals of deep learning along with reporting on the current state-of-art research on deep learning. In addition, it would provide an insight of deep neural networks in action with illustrative coding examples. Moreover, the book will also provide video demonstrations on each chapter. Deep learning is a new area of machine learning research, which has been introduced with the objective of moving ML closer to one of its original goals, i.e. artificial intelligence. Deep learning was developed as an ML approach to deal with complex input-output mappings. While traditional methods successfully solve problems where final value is a simple function of input data, deep learning techniques are able to capture composite relations between non immediately related fields, for example between air pressure recordings and english words, millions of pixels and textual description, brand-related news and future stock prices and almost all real world problems. Deep learning is a class of nature inspired machine learning algorithms that uses a cascade of multiple layers of nonlinear processing units for feature extraction and transformation. Each successive layer uses the output from the previous layer as input. The learning may be supervised (e.g., classification) and/or unsupervised (e.g., pattern analysis) manners. These algorithms learn multiple levels of representations that correspond to different levels of abstraction by resorting to some form of gradient descent for training via backpropagation. Layers that have been used in deep learning include hidden layers of an artificial neural network and sets of propositional formulas. They may also include latent variables organized layer-wise in deep generative models such as the nodes in deep belief networks and deep boltzmann machines. Deep learning is part of state-of-the-art systems in various disciplines, particularly computer vision, automatic speech recognition (ASR) and human action recognition. The unique features of this book include: • tutorials on deep learning framework with focus on tensor flow, keras etc. • video demonstration of each chapter for enabling the readers to have a good understanding of the chapter contents. • a score of worked out examples on real life applications. • illustrative diagrams • coding examples
Название: Deep Learning in Computer Vision ISBN: 1138544426 ISBN-13(EAN): 9781138544420 Издательство: Taylor&Francis Рейтинг: Цена: 14086.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book presents a collection of eleven chapters where each individual chapter explains the deep learning principles of a specific topic, introduces reviews of up-to-date techniques, and presents research findings to the computer vision community.
Описание: This book teaches you the different techniques and methodologies associated while implementing deep learning solutions in self-driving cars. You will use real-world examples to implement various neural network architectures to develop your own autonomous and automated vehicle using the Python environment.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru