Cargando…

Computational and statistical methods for analysing big data with applications /

Due to the scale and complexity of data sets currently being collected in areas such as health, transportation, environmental science, engineering, information technology, business and finance, modern quantitative analysts are seeking improved and appropriate computational and statistical methods to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Liu, Shen (Autor), McGree, James (Autor), Ge, Zongyuan (Autor), Xie, Yang (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: London : Academic Press, [2016]
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 SCIDIR_ocn930600937
003 OCoLC
005 20231120112038.0
006 m o d
007 cr cnu---unuuu
008 151130s2016 enka ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d N$T  |d EBLCP  |d CDX  |d OPELS  |d IDEBK  |d TEFOD  |d DEBSZ  |d LOA  |d NRC  |d OCLCQ  |d U3W  |d MERUC  |d D6H  |d OCLCF  |d CEF  |d OCLCQ  |d WYU  |d TKN  |d CNO  |d OCL  |d OCLCQ  |d OCL  |d OCLCO  |d S2H  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
019 |a 931590692  |a 932332627 
020 |a 9780081006511  |q (electronic bk.) 
020 |a 0081006519  |q (electronic bk.) 
020 |z 9780128037324 
035 |a (OCoLC)930600937  |z (OCoLC)931590692  |z (OCoLC)932332627 
050 4 |a QA76.9.B45  |b L58 2016eb 
072 7 |a MAT  |x 003000  |2 bisacsh 
072 7 |a MAT  |x 029000  |2 bisacsh 
082 0 4 |a 519.5  |2 23 
100 1 |a Liu, Shen,  |e author. 
245 1 0 |a Computational and statistical methods for analysing big data with applications /  |c Shen Liu, James McGree, Zongyuan Ge, Yang Xie. 
264 1 |a London :  |b Academic Press,  |c [2016] 
264 4 |c �2016 
300 |a 1 online resource (viii, 194 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed December 3, 2015). 
500 |a "Academic Press is an imprint of Elsevier." 
504 |a Includes bibliographical references and index. 
505 0 |a Front Cover; Computational and Statistical Methods for Analysing Big Data with Applications; Copyright Page; Contents; List of Figures; List of Tables; Acknowledgment; 1 Introduction; 1.1 What is big data?; 1.1.1 Volume; 1.1.2 Velocity; 1.1.3 Variety; 1.1.4 Another two V's; 1.2 What is this book about?; 1.3 Who is the intended readership?; References; 2 Classification methods; 2.1 Fundamentals of classification; 2.1.1 Features and training samples; Example: Discriminating owners from non-owners of riding mowers; 2.1.2 Probabilities of misclassification and the associated costs. 
505 8 |a 2.1.3 Classification by minimizing the ECMExample: Medical diagnosis; 2.1.4 More than two classes; 2.2 Popular classifiers for analysing big data; 2.2.1 k-Nearest neighbour algorithm; 2.2.2 Regression models; 2.2.3 Bayesian networks; 2.2.4 Artificial neural networks; 2.2.5 Decision trees; 2.3 Summary; References; 3 Finding groups in data; 3.1 Principal component analysis; 3.2 Factor analysis; 3.3 Cluster analysis; 3.3.1 Hierarchical clustering procedures; 3.3.2 Nonhierarchical clustering procedures; 3.3.3 Deciding on the number of clusters; 3.4 Fuzzy clustering; Appendix. 
505 8 |a R code for principal component analysis and factor analysisMATLAB code for cluster analysis; References; 4 Computer vision in big data applications; 4.1 Big datasets for computer vision; 4.2 Machine learning in computer vision; 4.2.1 Feature engineering; 4.2.2 Classifiers; Regression; Support vector machine; Gaussian mixture models; 4.3 State-of-the-art methodology: deep learning; 4.3.1 A single-neuron model; 4.3.2 A multilayer neural network; 4.3.3 Training process of multilayer neural networks; Feed-forward pass; Back-propagation pass; 4.4 Convolutional neural networks; 4.4.1 Pooling. 
505 8 |a 4.4.2 Training a CNN4.4.3 An example of CNN in image recognition; Overall structure of the network; Data preprocessing; Prevention of overfitting; 4.5 A tutorial: training a CNN by ImageNet; 4.5.1 Caffe; 4.5.2 Architecture of the network; Input layer; Convolutional layer; Pooling layer; LRN layer; Fully-connected layers; Dropout layers; Softmax layer; 4.5.3 Training; 4.6 Big data challenge: ILSVRC; 4.6.1 Performance evaluation; 4.6.2 Winners in the history of ILSVRC; 4.7 Concluding remarks: a comparison between human brains and computers; Acknowledgements; References. 
505 8 |a 5 A computational method for analysing large spatial datasets5.1 Introduction to spatial statistics; 5.1.1 Spatial dependence; 5.1.2 Cross-variable dependence; 5.1.3 Limitations of conventional approaches to spatial analysis; 5.2 The HOS method; 5.2.1 Cross-variable high-order statistics; 5.2.2 Searching process; 5.2.3 Local CPDF approximation; 5.3 MATLAB functions for the implementation of the HOS method; 5.3.1 Spatial template and searching process; 5.3.2 Higher-order statistics; 5.3.3 Coefficients of Legendre polynomials; 5.3.4 CPDF approximation; 5.4 A case study; References. 
520 |a Due to the scale and complexity of data sets currently being collected in areas such as health, transportation, environmental science, engineering, information technology, business and finance, modern quantitative analysts are seeking improved and appropriate computational and statistical methods to explore, model and draw inferences from big data. This book aims to introduce suitable approaches for such endeavours, providing applications and case studies for the purpose of demonstration. Computational and Statistical Methods for Analysing Big Data with Applications starts with an overview of the era of big data. It then goes onto explain the computational and statistical methods which have been commonly applied in the big data revolution. For each of these methods, an example is provided as a guide to its application. Five case studies are presented next, focusing on computer vision with massive training data, spatial data analysis, advanced experimental design methods for big data, big data in clinical medicine, and analysing data collected from mobile devices, respectively. The book concludes with some final thoughts and suggested areas for future research in big data. 
650 0 |a Big data. 
650 0 |a Quantitative research. 
650 0 |a Quantitative research  |x Statistical methods. 
650 0 |a Data mining  |x Statistical methods. 
650 6 |a Donn�ees volumineuses.  |0 (CaQQLa)000284673 
650 6 |a Recherche quantitative.  |0 (CaQQLa)000261470 
650 6 |a Recherche quantitative  |0 (CaQQLa)000261470  |x M�ethodes statistiques.  |0 (CaQQLa)201-0373903 
650 7 |a MATHEMATICS  |x Applied.  |2 bisacsh 
650 7 |a MATHEMATICS  |x Probability & Statistics  |x General.  |2 bisacsh 
650 7 |a Quantitative research  |x Statistical methods  |2 fast  |0 (OCoLC)fst02013372 
650 7 |a Data mining  |x Statistical methods  |2 fast  |0 (OCoLC)fst02007323 
650 7 |a Quantitative research  |2 fast  |0 (OCoLC)fst01742283 
650 7 |a Big data  |2 fast  |0 (OCoLC)fst01892965 
700 1 |a McGree, James,  |e author. 
700 1 |a Ge, Zongyuan,  |e author. 
700 1 |a Xie, Yang,  |e author. 
776 0 8 |i Print version:  |a Liu, Shen.  |t Computational and Statistical Methods for Analysing Big Data with Applications.  |d : Elsevier Science, �2015  |z 9780128037324 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780128037324  |z Texto completo