Articles by "Books"

Showing posts with label Books. Show all posts

Benjamin Bengfort, Rebecca Bilbro, Tony Ojeda ... 332 pages - Publisher: O'Reilly Media; (July, 2018) ... Language: English - ISBN-10: 1491963042 - ISBN-13: 978-1491963043.

From news and speeches to informal chatter on social media, natural language is one of the richest and most underutilized sources of data. Not only does it come in a constant stream, always changing and adapting in context; it also contains information that is not conveyed by traditional data sources. The key to unlocking natural language is through the creative application of text analytics. This practical book presents a data scientist’s approach to building language-aware products with applied machine learning. You’ll learn robust, repeatable, and scalable techniques for text analysis with Python, including contextual and linguistic feature engineering, vectorization, classification, topic modeling, entity resolution, graph analysis, and visual steering. By the end of the book, you’ll be equipped with practical methods to solve any number of complex real-world problems.

Preprocess and vectorize text into high-dimensional feature representations + Perform document classification and topic modeling + Steer the model selection process with visual diagnostics + Extract key phrases, named entities, and graph structures to reason about data in text + Build a dialog framework to enable chatbots and language-driven interaction + Use Spark to scale processing power and neural networks to scale model complexity.

Yasser Shoukry, Jaiprakash Pandey ... 826 pages - Publisher: Packt Publishing; (May, 2020) ... Language: English - ISBN-10: 1789809150 - ISBN-13: 978-1789809152.

AutoCAD and AutoCAD LT are one of the most versatile software applications for architectural and engineering designs and the most popular computer-aided design (CAD) platform for 2D drafting and 3D modeling. This hands-on guide will take you through everything you need to know to make the most out of this powerful tool, starting from a simple tour of the user interface through to using advanced tools. Starting with basic drawing shapes and functions, you'll get to grips with the fundamentals of CAD designs. You'll then learn about effective drawing management using layers, dynamic blocks, and groups and discover how to add annotations and plot like professionals. The book delves into 3D modeling and helps you convert your 2D drawings into 3D models and shapes. As you progress, you'll cover advanced tools and features such as isometric drawings, drawing utilities for managing and recovering complex files, quantity surveying, and multidisciplinary drawing files using xRefs, and you'll learn how to implement them with the help of practical exercises at the end of each chapter. Finally, you'll get to grips with rendering and visualizing your designs in AutoCAD. By the end of the book, you'll have developed a solid understanding of CAD principles and be able to work with AutoCAD software confidently to build impressive 2D and 3D drawings.

Ryan Mitchell ... 308 pages - Publisher: O'Reilly Media; 2nd edition (April, 2018) ... Language: English - ISBN-10: 1491985577 - ISBN-13: 978-1491985571.

If programming is magic then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. The expanded edition of this practical book not only introduces you web scraping, but also serves as a comprehensive guide to scraping almost every type of data from the modern web. Part I focuses on web scraping mechanics: using Python to request information from a web server, performing basic handling of the server’s response, and interacting with sites in an automated fashion. Part II explores a variety of more specific tools and applications to fit any web scraping scenario you’re likely to encounter. Parse complicated HTML pages + Develop crawlers with the Scrapy framework + Learn methods to store data you scrape + Read and extract data from documents + Clean and normalize badly formatted data + Read and write natural languages + Crawl through forms and logins + Scrape JavaScript and crawl through APIs + Use and write image-to-text software + Avoid scraping traps and bot blockers + Use scrapers to test your website.

Robert V. Hogg, Joseph W. McKean, Allen T. Craig ... 768 pages - Publisher: Pearson; 8th edition (January, 2018) ... Language: English - ISBN-10: 0134686993 - ISBN-13: 978-0134686998.

Comprehensive coverage of mathematical statistics — with a proven approach: Introduction to Mathematical Statistics by Hogg, McKean, and Craig enhances student comprehension and retention with numerous, illustrative examples and exercises. Classical statistical inference procedures in estimation and testing are explored extensively, and the text’s flexible organization makes it ideal for a range of mathematical statistics courses. Substantial changes to the 8th Edition — many based on user feedback — help students appreciate the connection between statistical theory and statistical practice, while other changes enhance the development and discussion of the statistical theory presented.

Prasad Kothari ... 176 pages - Publisher: Packt Publishing; (October, 2015) ... Language: English - AmazonSIN: B013R02BOC.

STATA is an integrated software package that provides you with everything you need for data analysis, data management, and graphics. STATA also provides you with a platform to efficiently perform simulation, regression analysis (linear and multiple) [and custom programming. This book covers data management, graphs visualization, and programming in STATA. Starting with an introduction to STATA and data analytics you'll move on to STATA programming and data management. Next, the book takes you through data visualization and all the important statistical tests in STATA. Linear and logistic regression in STATA is also covered. As you progress through the book, you will explore a few analyses, including the survey analysis, time series analysis, and survival analysis in STATA. You'll also discover different types of statistical modelling techniques and learn how to implement these techniques in STATA.

David R. H. Jones, Mike F. Ashby ... 586 pages - Publisher: Butterworth-Heinemann; 5th edition (January, 2019) ... Language: English - ISBN-10: 0081020511 - ISBN-13: 978-0081020517.

Widely adopted around the world, Engineering Materials 1 is a core materials science and engineering text for third- and fourth-year undergraduate students; it provides a broad introduction to the mechanical and environmental properties of materials used in a wide range of engineering applications. The text is deliberately concise, with each chapter designed to cover the content of one lecture. As in previous editions, chapters are arranged in groups dealing with particular classes of properties, each group covering property definitions, measurement, underlying principles, and materials selection techniques. Every group concludes with a chapter of case studies that demonstrate practical engineering problems involving materials. The 5th edition boasts expanded properties coverage, new case studies, more exercises and examples, and all-around improved pedagogy. Engineering Materials 1, Fifth Edition is perfect as a stand-alone text for a one-semester course in engineering materials or a first text with its companion Engineering Materials 2: An Introduction to Microstructures and Processing, in a two-semester course or sequence.

Michael Paluszek, Stephanie Thomas ... 252 pages - Publisher: Apress; (February, 2020) ... Language: English - ISBN-10: 1484251237 - ISBN-13: 978-1484251232.

Harness the power of MATLAB for deep-learning challenges. This book provides an introduction to deep learning and using MATLAB's deep-learning toolboxes. You’ll see how these toolboxes provide the complete set of functions needed to implement all aspects of deep learning. Along the way, you'll learn to model complex systems, including the stock market, natural language, and angles-only orbit determination. You’ll cover dynamics and control, and integrate deep-learning algorithms and approaches using MATLAB. You'll also apply deep learning to aircraft navigation using images.

Finally, you'll carry out classification of ballet pirouettes using an inertial measurement unit to experiment with MATLAB's hardware capabilities. What You Will Learn: Explore deep learning using MATLAB and compare it to algorithms + Write a deep learning function in MATLAB and train it with examples + Use MATLAB toolboxes related to deep learning + Implement tokamak disruption prediction.

Ben Stephenson ... 219 pages - Publisher: Springer; 2nd edition (July, 2019) ... Language: English - ISBN-10: 3030188728 - ISBN-13: 978-3030188726.

This student-friendly textbook encourages the development of programming skills through active practice by focusing on exercises that support hands-on learning. The Python Workbook provides a compendium of 186 exercises, spanning a variety of academic disciplines and everyday situations. Solutions to selected exercises are also provided, supported by brief annotations that explain the technique used to solve the problem, or highlight a specific point of Python syntax. This enhanced new edition has been thoroughly updated and expanded with additional exercises, along with concise introductions that outline the core concepts needed to solve them. The exercises and solutions require no prior background knowledge, beyond the material covered in a typical introductory Python programming course.

Features: Uses an accessible writing style and easy-to-follow structure; includes a mixture of classic exercises from the fields of computer science and mathematics, along with exercises that connect to other academic disciplines; presents the solutions to approximately half of the exercises; provides annotations alongside the solutions, which explain the approach taken to solve the problem and relevant aspects of Python syntax; offers a variety of exercises of different lengths and difficulties; contains exercises that encourage the development of programming skills using if statements, loops, basic functions, lists, dictionaries, files, and recursive functions. Undergraduate students enrolled in their first programming course and wishing to enhance their programming abilities will find the exercises and solutions provided in this book to be ideal for their needs.

Bertrand S. Clarke, Jennifer L. Clarke ... 656 pages - Publisher: Cambridge Univ. Press; (April, 2018) ... Language: English - ISBN-10: 1107028280 - ISBN-13: 978-1107028289.

All scientific disciplines prize predictive success. Conventional statistical analyses, however, treat prediction as secondary, instead focusing on modeling and hence estimation, testing, and detailed physical interpretation, tackling these tasks before the predictive adequacy of a model is established. This book outlines a fully predictive approach to statistical problems based on studying predictors; the approach does not require predictors correspond to a model although this important special case is included in the general approach. Throughout, the point is to examine predictive performance before considering conventional inference. These ideas are traced through five traditional subfields of statistics, helping readers to refocus and adopt a directly predictive outlook. The book also considers prediction via contemporary 'black box' techniques and emerging data types and methodologies where conventional modeling is so difficult that good prediction is the main criterion available for evaluating the performance of a statistical method. Well-documented open-source R code in a Github repository allows readers to replicate examples and apply techniques to other investigations.

Valentina Emilia Balas, Sanjiban Sekhar Roy, Dharmendra Sharma, Pijush Samui ... 389 pages - Publisher: Springer; (March, 2019) ... Language: English - ISBN-10: 3030114783 - ISBN-13: 978-303011478.

This book presents a broad range of deep-learning applications related to vision, natural language processing, gene expression, arbitrary object recognition, driverless cars, semantic image segmentation, deep visual residual abstraction, brain–computer interfaces, big data processing, hierarchical deep learning networks as game-playing artefacts using regret matching, and building GPU-accelerated deep learning frameworks. Deep learning, an advanced level of machine learning technique that combines class of learning algorithms with the use of many layers of nonlinear units, has gained considerable attention in recent times. Unlike other books on the market, this volume addresses the challenges of deep learning implementation, computation time, and the complexity of reasoning and modeling different type of data. As such, it is a valuable and comprehensive resource for engineers, researchers, graduate students and Ph.D. scholars.

Ryosuke Kitamura, Kazunari Sako ... 188 pages - Publisher: CRC Press; (August, 2019) ... Language: English - AmazonSIN: B07W86B2PY.

Soil is fundamentally a multi-phase material – consisting of solid particles, water and air. In soil mechanics and geotechnical engineering it is widely treated as an elastic, elastoplastic or visco-elastoplastic material, and consequently regarded as a continuum body. However, this book explores an alternative approach, considering soil as a multi-phase and discrete material and applying basic Newtonian mechanics rather than analytical mechanics. It applies microscopic models to the solid phase and fluid phases, and then introduces probability theory and statistics to derive average physical quantities which correspond to the soil‘s macroscopic physical properties such as void ratio and water content. This book is particularly focused on the mechanical behaviour of dry, partially saturated and full saturated sandy soil, as much of the physicochemical microscopic characteristic of clayey soil is still not clear. It explores the inter-particle forces at the point of contact of soil particles and the resultant inter-particle stresses, instead of the total stress and effective stress which are studied in mainstream soil mechanics. Deformation and strength behaviour, soil-water characteristic curves, and permeability coefficients of water and air are then derived simply from grain size distribution, soil particle density, void ratio and water content. A useful reference for consultants, professional engineers, researchers and public sector organisations involved in unsaturated soil tests. Advanced undergraduate and postgraduate students on Unsaturated Soil Mechanics courses will also find it a valuable text to study.

Ralf T. Kreutzer, Marie Sirrenberg ... 313 pages - Publisher: Springer; (September, 2019) ... Language: English - ISBN-10: 3030252701 - ISBN-13: 978-3030252700.

Artificial Intelligence (AI) will change the lives of people and businesses more fundamentally than many people can even imagine today. This book illustrates the importance of AI in an era of digitalization. It introduces the foundations of AI and explains its benefits and challenges for companies and entire industries. In this regard, AI is approached not just as yet another technology, but as a fundamental innovation, which will spread into all areas of the economy and life, and will disrupt business processes and business models in the years to come. In turn, the book assesses the potential that AI holds, and clarifies the framework that is necessary for pursuing a responsible approach to AI. In a series of best-practice cases, the book subsequently highlights a broad range of sectors and industries, from production to services; from customer service to marketing and sales; and in industries like retail, health care, energy, transportation and many more. In closing, a dedicated chapter outlines a roadmap for a specific corporate AI journey.

Naiyang Deng, Yingjie Tian, Chunhua Zhang ... 363 pages - Publisher: Chapman and Hall/CRC; (December, 2012) ... Language: English - AmazonSIN: B00OD4GXCI.

Support Vector Machines: Optimization Based Theory, Algorithms, and Extensions presents an accessible treatment of the two main components of support vector machines (SVMs)—classification problems and regression problems. The book emphasizes the close connection between optimization theory and SVMs since optimization is one of the pillars on which SVMs are built. The authors share insight on many of their research achievements. They give a precise interpretation of statistical leaning theory for C-support vector classification. They also discuss regularized twin SVMs for binary classification problems, SVMs for solving multi-classification problems based on ordinal regression, SVMs for semi-supervised problems, and SVMs for problems with perturbations. To improve readability, concepts, methods, and results are introduced graphically and with clear explanations. For important concepts and algorithms, such as the Crammer-Singer SVM for multi-class classification problems, the text provides geometric interpretations that are not depicted in current literature. Enabling a sound understanding of SVMs, this book gives beginners as well as more experienced researchers and engineers the tools to solve real-world problems using SVMs.

Kieth A. Carlson, Jennifer R. Winquist ... 656 pages - Publisher: SAGE Publications, Inc; 2nd edition (February, 2017) ... Language: English - ISBN-10: 148337873X - ISBN-13: 978-1483378732.

An Introduction to Statistics: An Active Learning Approach, Second Edition by Kieth A. Carlson and Jennifer R. Winquist takes a unique, active approach to teaching and learning introductory statistics that allows students to discover and correct their misunderstandings as chapters progress rather than at their conclusion. Empirically-developed, self-correcting activities reinforce and expand on fundamental concepts, targeting and holding students’ attention. Based on contemporary memory research, this learner-centered approach leads to better long-term retention through active engagement while generating explanations. Along with carefully placed reading questions, this edition includes learning objectives, realistic research scenarios, practice problems, self-test questions, problem sets, and practice tests to help students become more confident in their ability to perform statistics.

Narayan C. Giri ... 537 pages - Publisher: CRC Press; 2nd edition (January, 2019) ... Language: English - AmazonSIN: B07M7XVF7J.

Beginning with the historical background of probability theory, this thoroughly revised text examines all important aspects of mathematical probability - including random variables, probability distributions, characteristic and generating functions, stochatic convergence, and limit theorems - and provides an introduction to various types of statistical problems, covering the broad range of statistical inference.; Requiring a prerequisite in calculus for complete understanding of the topics discussed, the Second Edition contains new material on: univariate distributions; multivariate distributions; large-sample methods; decision theory; and applications of ANOVA.; A primary text for a year-long undergraduate course in statistics (but easily adapted for a one-semester course in probability only), Introduction to Probability and Statistics is for undergraduate students in a wide range of disciplines-statistics, probability, mathematics, social science, economics, engineering, agriculture, biometry, and education.

Larry Wasserman ... 442 pages - Publisher: Springer; (September, 2004) ... Language: English - ISBN-10: 0387402721 - ISBN-13: 978-0387402727.

Taken literally, the title "All of Statistics" is an exaggeration. But in spirit, the title is apt, as the book does cover a much broader range of topics than a typical introductory book on mathematical statistics. This book is for people who want to learn probability and statistics quickly. It is suitable for graduate or advanced undergraduate students in computer science, mathematics, statistics, and related disciplines. The book includes modern topics like non-parametric curve estimation, bootstrapping, and classification, topics that are usually relegated to follow-up courses. The reader is presumed to know calculus and a little linear algebra. No previous knowledge of probability and statistics is required. Statistics, data mining, and machine learning are all concerned with collecting and analysing data.

Kuniaki Sato, Yoshiaki Iwasa ... 204 pages - Publisher: Springer; (June, 2011) ... Language: English - AmazonSIN: B000PY48N6.

The groundwater science and engineering has been closely connected with various fields (1) Groundwater Hydrology, (2) Groundwater Hydraulics or Geohydraulics, (3) Fluid Dynamics in Porous Media, (4) Groundwater Quality Engineering, (5) Soil Physics, and (6) Hydrogeology or Geohydrology. The purpose of the book is to present an update textbook of groundwater hydraulics, which includes all of basic items in above-mentioned fields, to students (of graduate school), researchers and practitioners. The students and beginners who intend to specialize in groundwater hydraulics through one semester will master contents of the book.

Ethem Alpaydin ... 640 pages - Publisher: Phi; 3rd edition (2015) ... Language: English - ISBN-10: 8120350782 - ISBN-13: 978-8120350786.

The goal of machine learning is to program computers to use example data or past experience to solve a given problem. Many successful applications of machine learning exist already, including systems that analyze past sales data to predict customer behavior, optimize robot behavior so that a task can be completed using minimum resources, and extract knowledge from bioinformatics data. Introduction to Machine Learning is a comprehensive textbook on the subject, covering a broad array of topics not usually included in introductory machine learning texts. Subjects include supervised learning; Bayesian decision theory; parametric, semi-parametric, and nonparametric methods; multivariate analysis; hidden Markov models; reinforcement learning; kernel machines; graphical models; Bayesian estimation; and statistical testing.

Machine learning is rapidly becoming a skill that computer science students must master before graduation. The third edition of Introduction to Machine Learning reflects this shift, with added support for beginners, including selected solutions for exercises and additional example data sets (with code available online). Other substantial changes include discussions of outlier detection; ranking algorithms for perceptrons and support vector machines; matrix decomposition and spectral methods; distance estimation; new kernel algorithms; deep learning in multilayered perceptrons; and the nonparametric approach to Bayesian methods. All learning algorithms are explained so that students can easily move from the equations in the book to a computer program. The book can be used by both advanced undergraduates and graduate students. It will also be of interest to professionals who are concerned with the application of machine learning methods.

Introduction to Machine Learning can be used by advanced undergraduates and graduate students who have completed courses in computer programming, probability, calculus, and linear algebra. It will also be of interest to engineers in the field who are concerned with the application of machine learning methods.

Chris Chatfield, A. Collins ... 248 pages - Publisher: Chapman and Hall/CRC; (May, 1981) ... Language: English - ISBN-10: 9780412160400 - ISBN-13: 978-0412160400.

This book provides an introduction to the analysis of multivariate data.It describes multivariate probability distributions, the preliminary analysisof a large -scale set of data, princ iple component and factor analysis,traditional normal theory material, as well as multidimensional scaling andcluster analysis.Introduction to Multivariate Analysis provides a reasonable blend oftheory and practice. Enough theory is given to introduce the concepts andto make the topics mathematically interesting. In addition the authors discussthe use (and misuse) of the techniques in pra ctice and present appropriatereal-life examples from a variety of areas includ ing agricultural research,soc iology and crim inology. The book should be suitable both for researchworkers and as a text for students taking a course on multivariate analysis.

Sadanori Konishi ... 338 pages - Publisher: Chapman and Hall/CRC; (June, 2014) ... Language: English - ISBN-10: 1466567287 - ISBN-13: 978-1466567283.

Introduction to Multivariate Analysis: Linear and Nonlinear Modeling shows how multivariate analysis is widely used for extracting useful information and patterns from multivariate data and for understanding the structure of random phenomena. Along with the basic concepts of various procedures in traditional multivariate analysis, the book covers nonlinear techniques for clarifying phenomena behind observed multivariate data. It primarily focuses on regression modeling, classification and discrimination, dimension reduction, and clustering. The text thoroughly explains the concepts and derivations of the AIC, BIC, and related criteria and includes a wide range of practical examples of model selection and evaluation criteria. To estimate and evaluate models with a large number of predictor variables, the author presents regularization methods, including the L1 norm regularization that gives simultaneous model estimation and variable selection. For advanced undergraduate and graduate students in statistical science, this text provides a systematic description of both traditional and newer techniques in multivariate analysis and machine learning. It also introduces linear and nonlinear statistical modeling for researchers and practitioners in industrial and systems engineering, information science, life science, and other areas.

Contact Form

Name

Email *

Message *

Powered by Blogger.