Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

AI for Healthcare with Keras and Tensorflow 2.0: Design, Develop, and Deploy Machine Learning Models Using Healthcare Data, Anshik


Варианты приобретения
Цена: 7317.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2026-06-01
Ориентировочная дата поставки: Июль
При условии наличия книги у поставщика.

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

Автор: Anshik
Название:  AI for Healthcare with Keras and Tensorflow 2.0: Design, Develop, and Deploy Machine Learning Models Using Healthcare Data
ISBN: 9781484270851
Издательство: Springer
Классификация:

ISBN-10: 1484270851
Обложка/Формат: Paperback
Страницы: 381
Вес: 0.69 кг.
Дата издания: 19.07.2021
Язык: English
Издание: 1st ed.
Иллюстрации: 24 illustrations, color; 118 illustrations, black and white; xvi, 381 p. 142 illus., 24 illus. in color.
Размер: 25.40 x 17.81 x 2.08 cm
Читательская аудитория: Professional & vocational
Подзаголовок: Design, develop, and deploy machine learning models using healthcare data
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Intermediate-Advanced user level


TensorFlow 2 Reinforcement Learning Cookbook: Over 50 recipes to help you build, train, and deploy learning agents for real-world applications

Автор: Palanisamy Praveen
Название: TensorFlow 2 Reinforcement Learning Cookbook: Over 50 recipes to help you build, train, and deploy learning agents for real-world applications
ISBN: 183898254X ISBN-13(EAN): 9781838982546
Издательство: Неизвестно
Рейтинг:
Цена: 9378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This cookbook will help you to gain a solid understanding of deep reinforcement learning (RL) algorithms with the help of concise, easy-to-follow implementations from scratch. You`ll learn how to implement these algorithms with minimal code and develop AI applications to solve real-world and business problems using RL.

Advanced deep learning with tensorflow 2 and keras -

Автор: Atienza, Rowel
Название: Advanced deep learning with tensorflow 2 and keras -
ISBN: 1838821651 ISBN-13(EAN): 9781838821654
Издательство: Неизвестно
Рейтинг:
Цена: 8458.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A second edition of the bestselling guide to exploring and mastering deep learning with Keras, updated to include TensorFlow 2.x with new chapters on object detection, semantic segmentation, and unsupervised learning using mutual information.

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

Описание:

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 for Economics and Finance in Tensorflow 2: Deep Learning Models for Research and Industry

Автор: Hull Isaiah
Название: Machine Learning for Economics and Finance in Tensorflow 2: Deep Learning Models for Research and Industry
ISBN: 1484263723 ISBN-13(EAN): 9781484263723
Издательство: Springer
Цена: 7317.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Chapter 1: TensorFlow 2.0

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

Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow

Автор: Sanders Finn
Название: Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow
ISBN: 3903331708 ISBN-13(EAN): 9783903331709
Издательство: Неизвестно
Рейтинг:
Цена: 3723.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Imagine a world where you can make a computer program learn for itself? What if you were able to create any kind of program that you wanted, even as a beginner programmer, without all of the convoluted codes and other information that makes your head spin?

Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow

Автор: Sanders Finn
Название: Python Machine Learning For Beginners: Handbook For Machine Learning, Deep Learning And Neural Networks Using Python, Scikit-Learn And TensorFlow
ISBN: 3903331317 ISBN-13(EAN): 9783903331310
Издательство: Неизвестно
Рейтинг:
Цена: 2757.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

DO YOU WANT TO LEARN THE BASICS OF PYTHON PROGRAMMING QUICKLY?

Imagine a world where you can make a computer program learn for itself? What if it could recognize who is in a picture or the exact websites that you want to look for when you type it into the program? What if you were able to create any kind of program that you wanted, even as a beginner programmer, without all of the convoluted codes and other information that makes your head spin?

This is actually all possible. The programs that were mentioned before are all a part of machine learning. This is a breakthrough in the world of information technology, which allows the computer to learn how to behave, rather than asking the programmer to think of every single instance that may show up with their user ahead of time. it is taking over the world, and you may be using it now, without even realizing it.

Some of the topics that we will discuss include:

  • The Fundamentals of Machine Learning, Deep learning, And Neural Networks
  • How To Set Up Your Environment And Make Sure That Python, TensorFlow And Scikit-Learn Work Well For You
  • How To Master Neural Network Implementation Using Different Libraries
  • How Random Forest Algorithms Are Able To Help Out With Machine Learning
  • How To Uncover Hidden Patterns And Structures With Clustering
  • How Recurrent Neural Networks Work And When To Use
  • The Importance Of Linear Classifiers And Why They Need To Be Used In Machine Learning
  • And Much More

This guidebook is going to provide you with the information you need to get started with Python Machine Learning. If you have an idea for a great program, but you don't have the technical knowledge to make it happen, then this guidebook will help you get started. Machine learning has the capabilities, and Python has the ease, to help you, even as a beginner, create any product that you would like.

If you have a program in mind, or you just want to be able to get some programming knowledge and learn more about the power that comes behind it, then this is the guidebook for you.

Python Machine Learning by Example - Third Edition: Build intelligent systems using Python, TensorFlow 2, PyTorch, and scikit-learn

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

Описание: 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.

Learn TensorFlow Enterprise: Build, manage, and scale machine learning workloads seamlessly using Google`s TensorFlow Enterprise

Автор: Tung Kc
Название: Learn TensorFlow Enterprise: Build, manage, and scale machine learning workloads seamlessly using Google`s TensorFlow Enterprise
ISBN: 1800209142 ISBN-13(EAN): 9781800209145
Издательство: Неизвестно
Рейтинг:
Цена: 8458.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is a comprehensive introduction for those who are new to scalable and optimized TensorFlow for production. You will learn how to deliver enterprise-grade support for your existing and newly built AI applications. You will address the various needs of AI-enabled organizations to manage and scale machine learning workloads in production.

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

Описание: 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.

Practical Machine Learning in JavaScript: Tensorflow.Js for Web Developers

Автор: Gerard Charlie
Название: Practical Machine Learning in JavaScript: Tensorflow.Js for Web Developers
ISBN: 1484264177 ISBN-13(EAN): 9781484264171
Издательство: Springer
Цена: 6707.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Build machine learning web applications without having to learn a new language. This book will help you develop basic knowledge of machine learning concepts and applications.

You'll learn not only theory, but also dive into code samples and example projects with TensorFlow.js. Using these skills and your knowledge as a web developer, you'll add a whole new field of development to your tool set. This will give you a more concrete understanding of the possibilities offered by machine learning. Discover how ML will impact the future of not just programming in general, but web development specifically.

Machine learning is currently one of the most exciting technology fields with the potential to impact industries from health to home automation to retail, and even art. Google has now introduced TensorFlow.js--an iteration of TensorFlow aimed directly at web developers. Practical Machine Learning in JavaScript will help you stay relevant in the tech industry with new tools, trends, and best practices.

What You'll Learn
  • Use the JavaScript framework for ML
  • Build machine learning applications for the web
  • Develop dynamic and intelligent web content
Who This Book Is For

Web developers and who want a hands-on introduction to machine learning in JavaScript. A working knowledge of the JavaScript language is recommended.


Beginning Machine Learning in the Browser: Quick-Start Guide to Gait Analysis with JavaScript and Tensorflow.Js

Автор: 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
Цена: 5487.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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

Generative AI with Python and TensorFlow 2: Harness the power of generative models to create images, text, and music

Автор: Babcock Joseph, Bali Raghav
Название: Generative AI with Python and TensorFlow 2: Harness the power of generative models to create images, text, and music
ISBN: 1800200889 ISBN-13(EAN): 9781800200883
Издательство: Неизвестно
Рейтинг:
Цена: 12689.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Packed with intriguing real-world projects as well as theory, Generative AI with Python and TensorFlow 2 enables you to leverage artificial intelligence creatively and generate human-like data in the form of speech, text, images, and music.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия