Cargando…

Haskell data analysis cookbook : explore intuitive data analysis techniques and powerful machine learning methods using over 130 practical recipes /

Step-by-step recipes filled with practical code samples and engaging examples demonstrate Haskell in practice, and then the concepts behind the code. This book shows functional developers and analysts how to leverage their existing knowledge of Haskell specifically for high-quality data analysis. A...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Shukla, Nishant, 1992- (Autor)
Otros Autores: Blaminsky, Jarek (Diseñador de portada)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham [England] : Packt Publishing, 2014.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn884590327
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 140710t20142014enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d COO  |d YDXCP  |d OCLCQ  |d OCLCF  |d D6H  |d K6U  |d OCLCQ  |d COCUF  |d CNNOR  |d CCO  |d PIFFA  |d FVL  |d N$T  |d UMI  |d DEBBG  |d DEBSZ  |d IDEBK  |d EBLCP  |d MHW  |d CHVBK  |d FEM  |d OCLCQ  |d OCLCO  |d ZCU  |d AGLDB  |d MERUC  |d OCLCQ  |d U3W  |d BUF  |d UUM  |d OCLCO  |d OCLCA  |d REB  |d NLE  |d STF  |d VTS  |d ICG  |d INT  |d VT2  |d OCLCQ  |d UKMGB  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d DKC  |d OCLCQ  |d UKAHL  |d HS0  |d OCLCO  |d QGK  |d OCLCQ 
016 7 |a 018006575  |2 Uk 
019 |a 882610624  |a 883366216  |a 884966433  |a 961650257  |a 962679830  |a 968069277  |a 969009782  |a 1259086504 
020 |a 9781783286348  |q (e-book) 
020 |a 1783286342  |q (e-book) 
020 |a 1783286334 
020 |a 9781783286331 
020 |a 1306902827 
020 |a 9781306902823 
020 |z 9781783286331 
029 1 |a AU@  |b 000059332150 
029 1 |a CHNEW  |b 000677426 
029 1 |a CHNEW  |b 000697923 
029 1 |a CHNEW  |b 000887584 
029 1 |a CHVBK  |b 374465010 
029 1 |a DEBBG  |b BV042182199 
029 1 |a DEBBG  |b BV043609249 
029 1 |a DEBSZ  |b 417228767 
029 1 |a DEBSZ  |b 493147675 
029 1 |a GBVCP  |b 815088264 
029 1 |a UKMGB  |b 018006575 
029 1 |a AU@  |b 000067110164 
029 1 |a DKDLA  |b 820120-katalog:999936587205765 
035 |a (OCoLC)884590327  |z (OCoLC)882610624  |z (OCoLC)883366216  |z (OCoLC)884966433  |z (OCoLC)961650257  |z (OCoLC)962679830  |z (OCoLC)968069277  |z (OCoLC)969009782  |z (OCoLC)1259086504 
037 |a CL0500000459  |b Safari Books Online 
050 4 |a QA76.73.H37  |b .S585 2014eb 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Shukla, Nishant,  |d 1992-  |e author. 
245 1 0 |a Haskell data analysis cookbook :  |b explore intuitive data analysis techniques and powerful machine learning methods using over 130 practical recipes /  |c Nishant Shukla ; cover image by Jarek Blaminsky. 
264 1 |a Birmingham [England] :  |b Packt Publishing,  |c 2014. 
264 4 |c ©2014 
300 |a 1 online resource (334 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 
347 |a text file  |2 rda 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from PDF title page (ebrary, viewed July 10, 2014). 
500 |a Includes index. 
520 |a Step-by-step recipes filled with practical code samples and engaging examples demonstrate Haskell in practice, and then the concepts behind the code. This book shows functional developers and analysts how to leverage their existing knowledge of Haskell specifically for high-quality data analysis. A good understanding of data sets and functional programming is assumed. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Hunt for Data; Introduction; Harnessing data from various sources; Accumulating text data from a file path; Catching I/O code faults; Keeping and representing data from a CSV file; Examining a JSON file with the aeson package; Reading an XML file using the HXT package; Capturing table rows from an HTML page; Understanding how to perform HTTP GET requests; Learning how to perform HTTP POST requests; Traversing online directories for data 
505 8 |a Using MongoDB queries in HaskellReading from a remote MongoDB server; Exploring data from a SQLite database; Chapter 2: Integrity and Inspection; Introduction; Trimming excess whitespace; Ignoring punctuation and specific characters; Coping with unexpected or missing input; Validating records by matching regular expressions; Lexing and parsing an e-mail address; Deduplication of nonconflicting data items; Deduplication of conflicting data items; Implementing a frequency table using Data.List; Implementing a frequency table using Data.MultiSet; Computing the Manhattan distance 
505 8 |a Computing the Euclidean distanceComparing scaled data using the Pearson correlation coefficient; Comparing sparse data using cosine similarity; Chapter 3: The Science of Words; Introduction; Displaying a number in another base; Reading a number from another base; Searching for a substring using Data.ByteString; Searching a string using the Boyer-Moore-Horspool algorithm; Searching a string using the Rabin-Karp algorithm; Splitting a string on lines, words, or arbitrary tokens; Finding the longest common subsequence; Computing a phonetic code; Computing the edit distance 
505 8 |a Computing the Jaro-Winkler distance between two stringsFinding strings within one-edit distance; Fixing spelling mistakes; Chapter 4: Data Hashing; Introduction; Hashing a primitive data type; Hashing a custom data type; Running popular cryptographic hash functions; Running a cryptographic checksum on a file; Performing fast comparisons between data types; Using a high-performance hash table; Using Google's CityHash hash functions for strings; Computing a Geohash for location coordinates; Using a bloom filter to remove unique items; Running MurmurHash, a simple but speedy hashing algorithm 
505 8 |a Measuring image similarity with perceptual hashesChapter 5: The Dance with Trees; Introduction; Defining a binary tree data type; Defining a rose tree (multiway tree) data type; Traversing a tree depth-first; Traversing a tree breadth-first; Implementing a Foldable instance for a tree; Calculating the height of a tree; Implementing a binary search tree data structure; Verifying the order property of a binary search tree; Using a self-balancing tree; Implementing a min-heap data structure; Encoding a string using a Huffman tree; Decoding a Huffman code; Chapter 6: Graph Fundamentals 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Haskell (Computer program language) 
650 6 |a Haskell (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Haskell (Computer program language)  |2 fast  |0 (OCoLC)fst00951830 
700 1 |a Blaminsky, Jarek,  |e cover designer. 
776 0 8 |i Print version:  |a Shukla, Nishant.  |t Haskell data analysis cookbook : explore intuitive data analysis techniques and powerful machine learning methods using over 130 practical recipes.  |d Birmingham, [England] : Packt Publishing, ©2014  |h v, 315 pages  |z 9781783286331 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=805419  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783286331/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26844125 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1688594 
938 |a ebrary  |b EBRY  |n ebr10887723 
938 |a EBSCOhost  |b EBSC  |n 805419 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28553575 
938 |a YBP Library Services  |b YANK  |n 11951085 
994 |a 92  |b IZTAP