Build great voice apps of any complexity for any domain by learning both the how's and why's of voice development. In this book you’ll see how we live in a golden age of voice technology and how advances in automatic speech recognition (ASR), natural language processing (NLP), and related technologies allow people to talk to machines and get reasonable responses. Today, anyone with computer access can build a working voice app. That democratization of the technology is great. But, while it’s fai...
Thermal Physics Tutorials with Python Simulations (Series in Computational Physics)
by Minjoon Kouh and Taejoon Kouh
This book provides an accessible introduction to thermal physics with computational approaches that complement the traditional mathematical treatments of classical thermodynamics and statistical mechanics. It guides readers through visualizations and simulations in the Python programming language, helping them to develop their own technical computing skills (including numerical and symbolic calculations, optimizations, recursive operations, and visualizations). Python is a highly readable and pr...
Coding with Python (Coding with Python, #1)
by Christopher Wilkinson
This book presents an introduction to Evolutionary Game Theory (EGT) which is an emerging field in the area of complex systems attracting the attention of researchers from disparate scientific communities. EGT allows one to represent and study several complex phenomena, such as the emergence of cooperation in social systems, the role of conformity in shaping the equilibrium of a population, and the dynamics in biological and ecological systems.Since EGT models belong to the area of complex syste...
Learn how to create interactive and visually aesthetic plots using the Bokeh package in Python About This Book • A step by step approach to creating interactive plots with Bokeh • Go from nstallation all the way to deploying your very own Bokeh application • Work with a real time datasets to practice and create your very own plots and applications Who This Book Is For This book is well suited for data scientists and data analysts who want to perform interactive data visualization on their w...
Python Machine Learning (Artificial Intelligence, #2)
by Oliver Soranson
Apply a methodology and practical solutions for monitoring the behavior of the Internet of Things (IoT), industrial control systems (ICS), and other critical network devices with the inexpensive Raspberry Pi. With this book, you will master passive monitoring and detection of aberrant behavior, and learn how to generate early indications and warning of attacks targeting IoT, ICS, and other critical network resources. Defending IoT Infrastructures with the Raspberry Pi provides techniques and sc...
This book is for enthusiasts who want to use Raspberry Pi to build complex robotics projects. However, some programming background is recommended. With the aid of the step by step instructions in this book, you can construct complex robotics projects that can move, talk, listen, see, swim, or fly. Raspberry Pi Robotic Projects is an easy to follow, step by step projects guide packed full of examples of actual robotics projects. Each topic is explained in detail to make it easy to replicate the...
Concepts and Semantics of Programming Languages 1
by The re se Hardin, Mathieu Jaume, Franc ois Pessaux, and Ve ronique Viguie Donzeau-Gouge
This book the first of two volumes explores the syntactical constructs of the most common programming languages, and sheds a mathematical light on their semantics, while also providing an accurate presentation of the material aspects that interfere with coding. Concepts and Semantics of Programming Languages 1 is dedicated to functional and imperative features. Included is the formal study of the semantics of typing and execution; their acquisition is facilitated by implementation into OCaml...
Hands-On Machine Learning with Scikit-Learn, Keras, and Tensorflow
by Geron Aurelien
Time Series Algorithms Recipes
by Akshay Kulkarni, Adarsha Shivananda, Anoosh Kulkarni, and V Adithya Krishnan
This book teaches the practical implementation of various concepts for time series analysis and modeling with Python through problem-solution-style recipes, starting with data reading and preprocessing. It begins with the fundamentals of time series forecasting using statistical modeling methods like AR (autoregressive), MA (moving-average), ARMA (autoregressive moving-average), and ARIMA (autoregressive integrated moving-average). Next, you'll learn univariate and multivariate modeling using...
Hands-On Exploratory Data Analysis with Python
by Suresh Kumar Mukhiya and Usman Ahmed
Discover techniques to summarize the characteristics of your data using PyPlot, NumPy, SciPy, and pandasKey FeaturesUnderstand the fundamental concepts of exploratory data analysis using PythonFind missing values in your data and identify the correlation between different variablesPractice graphical exploratory analysis techniques using Matplotlib and the Seaborn Python packageBook DescriptionExploratory Data Analysis (EDA) is an approach to data analysis that involves the application of diverse...
Extend your skills with Odoo 12 to build resourceful and open source business applicationsKey FeaturesExplore Odoo 12 capabilities to develop business applicationsProgram business logic and manipulate data to implement specific business rules in your applicationsIntegrate Python APIs for building customizable and scalable business logicBook DescriptionOdoo is one of the best platforms for open source ERP and CRM. Its latest version, Odoo 12, brings with it new features and updates in Python pack...
Hands-On Computer Vision with TensorFlow 2
by Benjamin Planche and Eliot Andres
A practical guide to building high performance systems for object detection, segmentation, video processing, smartphone applications, and moreKey FeaturesDiscover how to build, train, and serve your own deep neural networks with TensorFlow 2 and KerasApply modern solutions to a wide range of applications such as object detection and video analysisLearn how to run your models on mobile devices and web pages and improve their performanceBook DescriptionComputer vision solutions are becoming increa...
This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language. For readers who know the basics of programming. Grokking Concurrency is the ultimate guide to effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether...