Practical Machine Learning in JavaScript: Tensorflow.Js for Web Developers, Gerard Charlie
Автор: 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.
Автор: 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.
Автор: Turner Ryan Название: Python Machine Learning: The Ultimate Beginner`s Guide to Learn Python Machine Learning Step by Step using Scikit-Learn and Tensorflow ISBN: 1647710030 ISBN-13(EAN): 9781647710033 Издательство: Неизвестно Рейтинг: Цена: 34320.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Are you a novice programmer who wants to learn Python Machine Learning?This book will help you overcome those problems! As machines get ever more complex and perform more and more tasks to free up our time, so it is that new ideas are developed to help us continually improve their speed and abilities.
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.
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
Автор: Laborde Gant Название: Learning Tensorflow.Js: Machine Learning in JavaScript ISBN: 1492090794 ISBN-13(EAN): 9781492090793 Издательство: Wiley Рейтинг: Цена: 47510.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: In this guide, author Gant Laborde--Google Developer Expert in machine learning and the web--provides a hands-on end-to-end approach to TensorFlow.js fundamentals for a broad technical audience that includes data scientists, engineers, web developers, students, and researchers.
Implement various state-of-the-art architectures, such as GANs and autoencoders, for image generation using TensorFlow 2.x from scratch
Key Features
Understand the different architectures for image generation, including autoencoders and GANs
Build models that can edit an image of your face, turn photos into paintings, and generate photorealistic images
Discover how you can build deep neural networks with advanced TensorFlow 2.x features
Book Description
The emerging field of Generative Adversarial Networks (GANs) has made it possible to generate indistinguishable images from existing datasets. With this hands-on book, you'll not only develop image generation skills but also gain a solid understanding of the underlying principles.
Starting with an introduction to the fundamentals of image generation using TensorFlow, this book covers Variational Autoencoders (VAEs) and GANs. You'll discover how to build models for different applications as you get to grips with performing face swaps using deepfakes, neural style transfer, image-to-image translation, turning simple images into photorealistic images, and much more. You'll also understand how and why to construct state-of-the-art deep neural networks using advanced techniques such as spectral normalization and self-attention layer before working with advanced models for face generation and editing. You'll also be introduced to photo restoration, text-to-image synthesis, video retargeting, and neural rendering. Throughout the book, you'll learn to implement models from scratch in TensorFlow 2.x, including PixelCNN, VAE, DCGAN, WGAN, pix2pix, CycleGAN, StyleGAN, GauGAN, and BigGAN.
By the end of this book, you'll be well versed in TensorFlow and be able to implement image generative technologies confidently.
What You Will Learn
Train on face datasets and use them to explore latent spaces for editing new faces
Get to grips with swapping faces with deepfakes
Perform style transfer to convert a photo into a painting
Build and train pix2pix, CycleGAN, and BicycleGAN for image-to-image translation
Use iGAN to understand manifold interpolation and GauGAN to turn simple images into photorealistic images
Become well versed in attention generative models such as SAGAN and BigGAN
Generate high-resolution photos with Progressive GAN and StyleGAN
Who this book is for
The Hands-On Image Generation with TensorFlow book is for deep learning engineers, practitioners, and researchers who have basic knowledge of convolutional neural networks and want to learn various image generation techniques using TensorFlow 2.x. You'll also find this book useful if you are an image processing professional or computer vision engineer looking to explore state-of-the-art architectures to improve and enhance images and videos. Knowledge of Python and TensorFlow will help you to get the best out of this book.
Автор: Rivera, Juan De Dios Santos Название: Practical tensorflow.js ISBN: 1484262727 ISBN-13(EAN): 9781484262726 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Develop and deploy deep learning web apps using the TensorFlow.js library. TensorFlow.js is part of a bigger framework named TensorFlow, which has many tools that supplement it, such as TensorBoard, ml5js, tfjs-vis. This book will cover all these technologies and show they integrate with TensorFlow.js to create intelligent web apps. The most common and accessible platform users interact with everyday is their web browser, making it an ideal environment to deploy AI systems. TensorFlow.js is a well-known and battle-tested library for creating browser solutions. Working in JavaScript, the so-called language of the web, directly on a browser, you can develop and serve deep learning applications.You'll work with deep learning algorithms such as feedforward neural networks, convolutional neural networks (CNN), recurrent neural networks (RNN), and generative adversarial network (GAN). Through hands-on examples, apply these networks in use cases related to image classification, natural language processing, object detection, dimensionality reduction, image translation, transfer learning, and time series analysis. Also, these topics are very varied in terms of the kind of data they use, their output, and the training phase. Not everything in machine learning is deep networks, there is also what some call shallow or traditional machine learning. While TensorFlow.js is not the most common place to implement these, you'll be introduce them and review the basics of machine learning through TensorFlow.js. What You'll Learn
Build deep learning products suitable for web browsers
Work with deep learning algorithms such as feedforward neural networks, convolutional neural networks (CNN), recurrent neural networks (RNN), and generative adversarial network (GAN)
Develop apps using image classification, natural language processing, object detection, dimensionality reduction, image translation, transfer learning, and time series analysis
Who This Book Is For Programmers developing deep learning solutions for the web and those who want to learn TensorFlow.js with at least minimal programming and software development knowledge. No prior JavaScript knowledge is required, but familiarity with it is helpful.
Автор: 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 Издательство: Неизвестно Рейтинг: Цена: 47810.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
!! 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!
Автор: McClure Nick Название: Tensorflow Machine Learning Cookbook - Second Edition ISBN: 1789131685 ISBN-13(EAN): 9781789131680 Издательство: Неизвестно Цена: 47810.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Chapter Goal: Introduce TensorFlow 2 and discuss preliminary material on conventions and practices specific to TensorFlow.
- Differences between TensorFlow iterations
- TensorFlow for economics and finance
- Introduction to tensors
- Review of linear algebra and calculus
- Loading data for use in TensorFlow
- Defining constants and variables
Chapter 2: Machine Learning and Economics
Chapter Goal: Provide a high-level overview of machine learning models and explain how they can be employed in economics and finance. Part of the chapter will review existing work in economics and speculate on future use-cases.
- Introduction to machine learning
- Machine learning for economics and finance
- Unsupervised machine learning
- Supervised machine learning
- Regularization
- Prediction
- Evaluation
Chapter 3: Regression
Chapter Goal: Explain how regression models are used primarily for prediction purposes in machine learning, rather than hypothesis testing, as is the case in economics. Introduce evaluation metrics and optimization routines used to solve regression models.
- Linear regression
- Partially-linear regression
- Non-linear regression
- Logistic regression
- Loss functions
- Evaluation metrics
- Optimizers
Chapter 4: Trees
Chapter Goal: Introduce tree-based models and the concept of ensembles.
- Decision trees
- Regression trees
- Random forests
- Model tuning
Chapter 5: Gradient Boosting
Chapter Goal: Introduce gradient boosting and discuss how it is applied, how models are tuned, and how to identify important features.
- Introduction to gradient boosting
- Boosting with regression models
- Boosting with trees
- Model tuning
- Feature importance
Chapter 6: Images
Chapter Goal: Introduce the high level Keras and Estimators APIs. Explain how these libraries can be used to perform image classification using a variety of deep learning models. Also, discuss the use of pretrained models and fine-tuning. Speculate on image classification uses in economics and finance.
- Keras
- Estimators
- Data preparation
- Deep neural networ
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz