Narrow your search
Listing 1 - 10 of 1796 << page
of 180
>>
Sort by

Book
Poverty from Space : Using High-Resolution Satellite Imagery for Estimating Economic Well-Being
Authors: --- ---
Year: 2017 Publisher: Washington, D.C. : World Bank,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Can features extracted from high spatial resolution satellite imagery accurately estimate poverty and economic well-being? This paper investigates this question by extracting object and texture features from satellite images of Sri Lanka, which are used to estimate poverty rates and average log consumption for 1,291 administrative units (Grama Niladhari divisions). The features that were extracted include the number and density of buildings, prevalence of shadows, number of cars, density and length of roads, type of agriculture, roof material, and a suite of texture and spectral features calculated using a nonoverlapping box approach. A simple linear regression model, using only these inputs as explanatory variables, explains nearly 60 percent of poverty headcount rates and average log consumption. In comparison, models built using night-time lights explain only 15 percent of the variation in poverty or income. The predictions remain accurate when restricting the sample to poorer Gram Niladhari divisions. Two sample applications, extrapolating predictions into adjacent areas and estimating local area poverty using an artificially reduced census, confirm the out-of-sample predictive capabilities.


Book
Device-to-device-based proximity service : architecture, issues, and applications
Authors: --- --- ---
ISBN: 152311360X 1351646516 1315120208 1498724183 Year: 2017 Publisher: Boca Raton : Taylor & Francis, CRC Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"D2D-based proximity service is a very hot topic with great commercial potential from an application standpoint. Unlike existing books which focus on D2D communications technologies, this book fills a gap by summarizing and analyzing the latest applications and research results in academic, industrial fields, and standardization. The authors present the architecture, fundamental issues, and applications in a D2D networking environment from both application and interdisciplinary points of view."--Provided by publisher.


Book
Machine learning with tensorflow 1.x : second generation machine learning with googles brainchild tensorflow 1.x
Authors: --- ---
Year: 2017 Publisher: Birmingham, England ; Mumbai, [India] : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Tackle common commercial machine learning problems with Google's TensorFlow 1.x library and build deployable solutions. About This Book Enter the new era of second-generation machine learning with Python with this practical and insightful guide Set up TensorFlow 1.x for actual industrial use, including high-performance setup aspects such as multi-GPU support Create pipelines for training and using applying classifiers using raw real-world data Who This Book Is For This book is for data scientists and researchers who are looking to either migrate from an existing machine learning library or jump into a machine learning platform headfirst. The book is also for software developers who wish to learn deep learning by example. Particular focus is placed on solving commercial deep learning problems from several industries using TensorFlow's unique features. No commercial domain knowledge is required, but familiarity with Python and matrix math is expected. What You Will Learn Explore how to use different machine learning models to ask different questions of your data Learn how to build deep neural networks using TensorFlow 1.x Cover key tasks such as clustering, sentiment analysis, and regression analysis using TensorFlow 1.x Find out how to write clean and elegant Python code that will optimize the strength of your algorithms Discover how to embed your machine learning model in a web application for increased accessibility Learn how to use multiple GPUs for faster training using AWS In Detail Google's TensorFlow is a game changer in the world of machine learning. It has made machine learning faster, simpler, and more accessible than ever before. This book will teach you how to easily get started with machine learning using the power of Python and TensorFlow 1.x. Firstly, you'll cover the basic installation procedure and explore the capabilities of TensorFlow 1.x. This is followed by training and running the first classifier, and coverage of the unique features of the library including data flow graphs, training, and the visualization of performance with TensorBoard - all within an example-rich context using problems from multiple industries. You'll be able to further explore text and image analysis, and be introduced to CNN models and their setup in TensorFlow 1.x. Next, you'll implement a complete real-life production system from training to serving a deep learning model. As you advance you'll learn about Amazon Web Services (AWS) and create a deep...


Book
Recent development in machining, materials and mechanical technologies II
Authors: ---
ISBN: 3035731012 9783035731019 9783035711011 3035711011 Year: 2017 Publisher: Zurich, Switzerland

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Machine-tools


Book
Deep learning : a practitioner's approach
Authors: ---
ISBN: 9781491914250 Year: 2017 Publisher: Beijing : O'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Learning TensorFlow
Authors: --- ---
ISBN: 9781491978511 Year: 2017 Publisher: Beijing : O'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Digital
Human recognition in unconstrained environments : using computer vision, pattern recognition and machine learning methods for biometrics
Authors: --- ---
ISBN: 9780081007129 0081007124 0081007051 9780081007051 Year: 2017 Publisher: London Academic Press, an imprint of Elsevier

Loading...
Export citation

Choose an application

Bookmark

Abstract

Providing a unique picture of the complete in-the-wild biometric recognition processing chain, this book covers everything from data acquisition through to detection, segmentation, encoding, and matching reactions against security incidents. --

Keywords

Machine elements


Book
Proceedings of the 1st International Conference on Internet of Things and Machine Learning
Authors: ---
Year: 2017 Publisher: New York NY : ACM,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The volume contains the proceedings of the first edition of the International Conference on Internet of Things and Machine Learning (IML'17). The International Conference on Internet of Things and Machine Learning (IML'17) represents an ideal opportunity for the students and the researchers from both industrial and academic domains having as main objective to present their latest ideas and research results in any one of the IML'17 topics. IML'17 aims to provide an outstanding opportunity for both academic and industrial communities alike to address new trends and challenges, emerging technologies and progress in standards on topics relevant to today's fast moving areas of Internet of Things and Machine Learning.

Keywords

Machine learning


Book
Mastering machine learning with scikit-learn : learning to implement and evaluate machine learning solutions with scikit-learn
Author:
Year: 2017 Publisher: Birmingham, England ; Mumbai, [India] : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Use scikit-learn to apply machine learning to real-world problems About This Book Master popular machine learning models including k-nearest neighbors, random forests, logistic regression, k-means, naive Bayes, and artificial neural networks Learn how to build and evaluate performance of efficient models using scikit-learn Practical guide to master your basics and learn from real life applications of machine learning Who This Book Is For This book is intended for software engineers who want to understand how common machine learning algorithms work and develop an intuition for how to use them, and for data scientists who want to learn about the scikit-learn API. Familiarity with machine learning fundamentals and Python are helpful, but not required. What You Will Learn Review fundamental concepts such as bias and variance Extract features from categorical variables, text, and images Predict the values of continuous variables using linear regression and K Nearest Neighbors Classify documents and images using logistic regression and support vector machines Create ensembles of estimators using bagging and boosting techniques Discover hidden structures in data using K-Means clustering Evaluate the performance of machine learning systems in common tasks In Detail Machine learning is the buzzword bringing computer science and statistics together to build smart and efficient models. Using powerful algorithms and techniques offered by machine learning you can automate any analytical model. This book examines a variety of machine learning models including popular machine learning algorithms such as k-nearest neighbors, logistic regression, naive Bayes, k-means, decision trees, and artificial neural networks. It discusses data preprocessing, hyperparameter optimization, and ensemble methods. You will build systems that classify documents, recognize images, detect ads, and more. You will learn to use scikit-learn's API to extract features from categorical variables, text and images; evaluate model performance, and develop an intuition for how to improve your model's performance. By the end of this book, you will master all required concepts of scikit-learn to build efficient models at work to carry out advanced tasks with the practical approach. Style and approach This book is motivated by the belief that you do not understand something until you can describe it simply. Work through toy problems to develop your understanding of the learning algorithms and...


Book
Machine learning : advances in research and applications
Authors: ---
ISBN: 1536125903 Year: 2017 Publisher: New York : Nova Science Publishers,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 1796 << page
of 180
>>
Sort by