|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBOOKCENTRAL_ocn862050192 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
131102s2013 enka o 001 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d IDEBK
|d XFF
|d E7B
|d YDXCP
|d OCLCQ
|d COO
|d OCLCF
|d KNOVL
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d FEM
|d CNNOR
|d PIFAG
|d N$T
|d ZCU
|d OCL
|d AGLDB
|d MERUC
|d OCLCQ
|d U3W
|d D6H
|d OCLCQ
|d STF
|d VTS
|d ICG
|d OCLCA
|d NLE
|d INT
|d VT2
|d OCLCQ
|d UKMGB
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d DKC
|d AU@
|d OCLCQ
|d AJS
|d OCLCO
|d QGK
|d OCLCQ
|d UPM
|d OCLCQ
|d OCLCO
|d OCLCL
|d OCLCQ
|
016 |
7 |
|
|a 018006459
|2 Uk
|
019 |
|
|
|a 961645436
|a 962639130
|a 968016498
|a 969056863
|a 1259149271
|
020 |
|
|
|a 9781680153613
|q (electronic bk.)
|
020 |
|
|
|a 1680153617
|q (electronic bk.)
|
020 |
|
|
|a 9781783281008
|q (electronic bk.)
|
020 |
|
|
|a 1783281006
|q (electronic bk.)
|
020 |
|
|
|z 9781783280995
|q (print)
|
020 |
|
|
|z 1783280999
|q (print)
|
029 |
1 |
|
|a CHNEW
|b 000640497
|
029 |
1 |
|
|a CHNEW
|b 000899127
|
029 |
1 |
|
|a CHVBK
|b 403389860
|
029 |
1 |
|
|a DEBBG
|b BV044064333
|
029 |
1 |
|
|a DEBSZ
|b 431548242
|
029 |
1 |
|
|a DEBSZ
|b 493131132
|
029 |
1 |
|
|a UKMGB
|b 018006459
|
029 |
1 |
|
|a AU@
|b 000075788310
|
035 |
|
|
|a (OCoLC)862050192
|z (OCoLC)961645436
|z (OCoLC)962639130
|z (OCoLC)968016498
|z (OCoLC)969056863
|z (OCoLC)1259149271
|
037 |
|
|
|a 9781783281008
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.9
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 021000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.7
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Cuesta, Hector.
|
245 |
1 |
0 |
|a Practical data analysis /
|c Hector Cuesta.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource (360 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
0 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting Started; Computer science; Artificial intelligence (AI); Machine Learning (ML); Statistics; Mathematics; Knowledge domain; Data, information, and knowledge; The nature of data; The data analysis process; The problem; Data preparation; Data exploration; Predictive modeling; Visualization of results; Quantitative versus qualitative data analysis; Importance of data visualization; What about big data?; Sensors and cameras.
|
505 |
8 |
|
|a Social networks analysisTools and toys for this book; Why Python?; Why mlpy?; Why D3.js?; Why MongoDB?; Summary; Chapter 2:Working with Data; Data sources; Open data; Text files; Excel files; SQL databases; NoSQL databases; Multimedia; Web scraping; Data scrubbing; Statistical methods; Text parsing; Data transformation; Data formats; CSV; Parsing a CSV file with the csv module; Parsing a CSV file using NumPy; JSON; Parsing a JSON file using json module; XML; Parsing an XML file in Python using xml module; YAML; Getting started with OpenRefine; Text facet; Clustering; Text filters.
|
505 |
8 |
|
|a Numeric facetsTransforming data; Exporting data; Operation history; Summary; Chapter 3:Data Visualization; Data-Driven Documents (D3); HTML; DOM; CSS; JavaScript; SVG; Getting started with D3.js; Bar chart; Pie chart; Scatter plot; Single line chart; Multi-line chart; Interaction and animation; Summary; Chapter 4:Text Classification; Learning and classification; Bayesian classification; Naïve Bayes algorithm; E-mail subject line tester; The algorithm; Classifier accuracy; Summary; Chapter 5:Similarity-based Image Retrieval; Image similarity search; Dynamic time warping (DTW).
|
505 |
8 |
|
|a Processing the image datasetImplementing DTW; Analyzing the results; Summary; Chapter 6:Simulation of Stock Prices; Financial time series; Random walk simulation; Monte Carlo methods; Generating random numbers; Implementation in D3.js; Summary; Chapter 7:Predicting Gold Prices; Working with the time series data; Components of a time series; Smoothing the time series; The data -- historical gold prices; Nonlinear regression; Kernel ridge regression; Smoothing the gold prices time series; Predicting in the smoothed time series; Contrasting the predicted value; Summary.
|
505 |
8 |
|
|a Chapter 8:Working with Support Vector MachinesUnderstanding the multivariate dataset; Dimensionality reduction; Linear Discriminant Analysis; Principal Component Analysis; Getting started with support vector machine; Kernel functions; Double spiral problem; SVM implemented on mlpy; Summary; Chapter 9:Modeling Infectious Disease with Cellular Automata; Introduction to epidemiology; The epidemiology triangle; The epidemic models; The SIR model; Solving ordinary differential equation for the SIR model with SciPy; The SIRS model; Modelling with cellular automata cell, state, grid, and neighborhood.
|
520 |
|
|
|a Each chapter of the book quickly introduces a key 'theme' of Data Analysis, before immersing you in the practical aspects of each theme. You'll learn quickly how to perform all aspects of Data Analysis. Practical Data Analysis is a book ideal for home and small business users who want to slice & dice the data they have on hand with minimum hassle.
|
546 |
|
|
|a English.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
590 |
|
|
|a Knovel
|b ACADEMIC - Software Engineering
|
650 |
|
0 |
|a Electronic data processing.
|
650 |
|
0 |
|a Databases.
|
650 |
|
0 |
|a Data structures (Computer science)
|
650 |
|
0 |
|a System design.
|
650 |
|
0 |
|a System analysis.
|
650 |
|
6 |
|a Structures de données (Informatique)
|
650 |
|
6 |
|a Conception de systèmes.
|
650 |
|
6 |
|a Analyse de systèmes.
|
650 |
|
7 |
|a systems analysis.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Databases
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Electronic data processing
|2 fast
|
650 |
|
7 |
|a Data structures (Computer science)
|2 fast
|
650 |
|
7 |
|a Databases
|2 fast
|
650 |
|
7 |
|a System analysis
|2 fast
|
650 |
|
7 |
|a System design
|2 fast
|
758 |
|
|
|i has work:
|a Practical data analysis (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCFRxp4vpHgJCHrV7HKWJjC
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Cuesta, Hector.
|t Practical Data Analysis.
|d Birmingham : Packt Publishing, ©2013
|z 9781783280995
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1507840
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1507840
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10788168
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 654543
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26536026
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11305508
|
994 |
|
|
|a 92
|b IZTAP
|