Описание: 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.
Автор: 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.
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
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.
Описание: 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?
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.
Описание: 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.
Описание: 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.
Описание: 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.
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.
Описание: 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
Описание: 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