Learning Tensorflow: A Guide to Building Deep Learning Systems, Hope Tom, Resheff Yehezkel S., Lieder Itay
Автор: Goodfellow Ian, Bengio Yoshua, Courville Aaron Название: Deep Learning ISBN: 0262035618 ISBN-13(EAN): 9780262035613 Издательство: MIT Press Рейтинг: Цена: 13543.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
An introduction to a broad range of topics in deep learning, covering mathematical and conceptual background, deep learning techniques used in industry, and research perspectives.
"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, cochair of OpenAI; cofounder and CEO of Tesla and SpaceX
Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts. Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning.
The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models.
Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.
Автор: Chaffer J Название: Building Machine Learning Systems with Python ISBN: 1782161406 ISBN-13(EAN): 9781782161400 Издательство: Неизвестно Рейтинг: Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Expand your Python knowledge and learn all about machine-learning libraries in this user-friendly manual. ML is the next big breakthrough in technology and this book will give you the head-start you need.
Key Features
Master Machine Learning using a broad set of Python libraries and start building your own Python-based ML systems
Covers classification, regression, feature engineering, and much more guided by practical examples
A scenario-based tutorial to get into the right mind-set of a machine learner (data exploration) and successfully implement this in your new or existing projects
Book Description
Machine learning, the field of building systems that learn from data, is exploding on the Web and elsewhere. Python is a wonderful language in which to develop machine learning applications. As a dynamic language, it allows for fast exploration and experimentation and an increasing number of machine learning libraries are developed for Python.
Building Machine Learning system with Python shows you exactly how to find patterns through raw data. The book starts by brushing up on your Python ML knowledge and introducing libraries, and then moves on to more serious projects on datasets, Modelling, Recommendations, improving recommendations through examples and sailing through sound and image processing in detail. Using open-source tools and libraries, readers will learn how to apply methods to text, images, and sounds. You will also learn how to evaluate, compare, and choose machine learning techniques. Written for Python programmers, Building Machine Learning Systems with Python teaches you how to use open-source libraries to solve real problems with machine learning. The book is based on real-world examples that the user can build on.
Readers will learn how to write programs that classify the quality of StackOverflow answers or whether a music file is Jazz or Metal. They will learn regression, which is demonstrated on how to recommend movies to users. Advanced topics such as topic modeling (finding a text's most important topics), basket analysis, and cloud computing are covered as well as many other interesting aspects.
Building Machine Learning Systems with Python will give you the tools and understanding required to build your own systems, which are tailored to solve your problems.
What you will learn
Build a classification system that can be applied to text, images, or sounds
Use scikit-learn, a Python open-source library for machine learning
Explore the mahotas library for image processing and computer vision
Build a topic model of the whole of Wikipedia
Get to grips with recommendations using the basket analysis
Use the Jug package for data analysis
Employ Amazon Web Services to run analyses on the cloud
Recommend products to users based on past purchases
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.
Описание: Learn how to solve challenging machine learning problems with TensorFlow, Google`s revolutionary new software library for deep learning. If you have some background in basic linear algebra and calculus, this practical book introduces machine-learning fundamentals.
Автор: Gulli Antonio, Kapoor Amita Название: Tensorflow 1.X Deep Learning Cookbook ISBN: 1788293592 ISBN-13(EAN): 9781788293594 Издательство: Неизвестно Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Boschetti Alberto, Massaron Luca, Thakur Abhishek Название: Tensorflow Deep Learning Projects ISBN: 1788398068 ISBN-13(EAN): 9781788398060 Издательство: Неизвестно Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Zaccone Giancarlo, Karim MD Rezaul Название: Deep Learning with Tensorflow - Second Edition ISBN: 1788831101 ISBN-13(EAN): 9781788831109 Издательство: Неизвестно Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Mcclure, Nick Название: Tensorflow machine learning cookbook ISBN: 1786462168 ISBN-13(EAN): 9781786462169 Издательство: Неизвестно Рейтинг: Цена: 11217.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Explore machine learning concepts using the latest numerical computing library -- TensorFlow -- with the help of this comprehensive cookbook
Key Features
Your quick guide to implementing TensorFlow in your day-to-day machine learning activities
Learn advanced techniques that bring more accuracy and speed to machine learning
Upgrade your knowledge to the second generation of machine learning with this guide on TensorFlow
Book Description
TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You'll work through recipes on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning - each using Google's machine learning library TensorFlow. This guide starts with the fundamentals of the TensorFlow library which includes variables, matrices, and various data sources. Moving ahead, you will get hands-on experience with Linear Regression techniques with TensorFlow. The next chapters cover important high-level concepts such as neural networks, CNN, RNN, and NLP. Once you are familiar and comfortable with the TensorFlow ecosystem, the last chapter will show you how to take it to production.
What you will learn
Become familiar with the basics of the TensorFlow machine learning library
Get to know Linear Regression techniques with TensorFlow
Learn SVMs with hands-on recipes
Implement neural networks and improve predictions
Apply NLP and sentiment analysis to your data
Master CNN and RNN through practical recipes
Take TensorFlow into production
Who this book is for
This book is ideal for data scientists who are familiar with C++ or Python and perform machine learning activities on a day-to-day basis. Intermediate and advanced machine learning implementers who need a quick guide they can easily navigate will find it useful.
Автор: Dutta Sayon Название: Reinforcement Learning with Tensorflow ISBN: 1788835727 ISBN-13(EAN): 9781788835725 Издательство: Неизвестно Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Reinforcement learning allows you to develop intelligent, self-learning systems. This book shows you how to put the concepts of Reinforcement Learning to train efficient models.You will use popular reinforcement learning algorithms to implement use-cases in image processing and NLP, by combining the power of TensorFlow and OpenAI Gym.
Автор: McClure Nick Название: Tensorflow Machine Learning Cookbook - Second Edition ISBN: 1789131685 ISBN-13(EAN): 9781789131680 Издательство: Неизвестно Цена: 7171.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Explore machine learning concepts using the latest numerical computing library - TensorFlow - with the help of this comprehensive cookbook About This Book - Your quick guide to implementing TensorFlow in your day-to-day machine learning activities - Learn advanced techniques that bring more accuracy and speed to machine learning - Upgrade your knowledge to the second generation of machine learning with this guide on TensorFlow Who This Book Is For This book is ideal for data scientists who are familiar with C++ or Python and perform machine learning activities on a day-to-day basis. Intermediate and advanced machine learning implementers who need a quick guide they can easily navigate will find it useful. What You Will Learn - Become familiar with the basics of the TensorFlow machine learning library - Get to know Linear Regression techniques with TensorFlow - Learn SVMs with hands-on recipes - Implement neural networks and improve predictions - Apply NLP and sentiment analysis to your data - Master CNN and RNN through practical recipes - Take TensorFlow into production In Detail TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You'll work through recipes on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning - each using Google's machine learning library TensorFlow. This guide starts with the fundamentals of the TensorFlow library which includes variables, matrices, and various data sources. Moving ahead, you will get hands-on experience with Linear Regression techniques with TensorFlow. The next chapters cover important high-level concepts such as neural networks, CNN, RNN, and NLP. Once you are familiar and comfortable with the TensorFlow ecosystem, the last chapter will show you how to take it to production. Style and approach This book takes a recipe-based approach where every topic is explicated with the help of a real-world example.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru