Cargando…

Data science from scratch /

Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they're also a good way to dive into the discipline without actually understanding data science. In this book, you'll learn how many of the most fundamental data science tools and algorithms wor...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Grus, Joel (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, [2015]
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn908557330
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150507s2015 caua o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d CUS  |d OCLCO  |d DEBBG  |d OCLCF  |d DEBSZ  |d COO  |d UPM  |d FEM  |d LIP  |d VGM  |d CEF  |d OCLCQ  |d MOQ  |d TKN  |d UAB  |d UKAHL  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 913812874  |a 968077091  |a 968988816  |a 1223328117 
020 |a 149190142X 
020 |a 9781491901427 
020 |a 9781491901410 
020 |a 1491901411 
020 |a 9781491904398 
020 |a 1491904399 
020 |z 9781491901427 
029 1 |a DEBBG  |b BV042683325 
029 1 |a DEBSZ  |b 446585300 
035 |a (OCoLC)908557330  |z (OCoLC)913812874  |z (OCoLC)968077091  |z (OCoLC)968988816  |z (OCoLC)1223328117 
037 |a CL0500000588  |b Safari Books Online 
050 4 |a QA76.73.P98 
082 0 4 |a 519.50285/5133  |2 23 
049 |a UAMI 
100 1 |a Grus, Joel,  |e author. 
245 1 0 |a Data science from scratch /  |c Joel Grus. 
250 |a First edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly Media,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource (1 volume) :  |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  |2 rda 
588 0 |a Online resource; title from title page (Safari, viewed May 6, 2015). 
500 |a Includes index. 
505 0 |a Machine generated contents note: The Ascendance of Data -- What Is Data Science? -- Motivating Hypothetical: DataSciencester -- Finding Key Connectors -- Data Scientists You May Know -- Salaries and Experience -- Paid Accounts -- Topics of Interest -- Onward -- The Basics -- Getting Python -- The Zen of Python -- Whitespace Formatting -- Modules -- Arithmetic -- Functions -- Strings -- Exceptions -- Lists -- Tuples -- Dictionaries -- Sets -- Control Flow -- Truthiness -- The Not-So-Basics -- Sorting -- List Comprehensions -- Generators and Iterators -- Randomness -- Regular Expressions -- Object-Oriented Programming -- Functional Tools -- enumerate -- zip and Argument Unpacking -- args and kwargs -- Welcome to DataSciencester! -- For Further Exploration -- matplotlib -- Bar Charts -- Line Charts -- Scatterplots -- For Further Exploration -- Vectors -- Matrices -- For Further Exploration -- Describing a Single Set of Data -- Central Tendencies -- Dispersion -- Correlation -- Simpson's Paradox -- Some Other Correlational Caveats -- Correlation and Causation -- For Further Exploration -- Dependence and Independence -- Conditional Probability -- Bayes's Theorem -- Random Variables -- Continuous Distributions -- The Normal Distribution -- The Central Limit Theorem -- For Further Exploration -- Statistical Hypothesis Testing -- Example: Flipping a Coin -- Confidence Intervals -- P-hacking -- Example: Running an A/B Test -- Bayesian Inference -- For Further Exploration -- The Idea Behind Gradient Descent -- Estimating the Gradient -- Using the Gradient -- Choosing the Right Step Size -- Putting It All Together -- Stochastic Gradient Descent -- For Further Exploration -- stdin and stdout -- Reading Files -- The Basics of Text Files -- Delimited Files -- Scraping the Web -- HTML and the Parsing Thereof -- Example: O'Reilly Books About Data -- Using APIs -- JSON (and XML) -- Using an Unauthenticated API -- Finding APIs -- Example: Using the Twitter APIs -- Getting Credentials -- For Further Exploration -- Exploring Your Data -- Exploring One-Dimensional Data -- Two Dimensions -- Many Dimensions -- Cleaning and Munging -- Manipulating Data -- Rescaling -- Dimensionality Reduction -- For Further Exploration -- Modeling -- What Is Machine Learning? -- Overfitting and Underfitting -- Correctness -- The Bias-Variance Trade-off -- Feature Extraction and Selection -- For Further Exploration -- The Model -- Example: Favorite Languages -- The Curse of Dimensionality -- For Further Exploration -- A Really Dumb Spam Filter -- A More Sophisticated Spam Filter -- Implementation -- Testing Our Model -- For Further Exploration -- The Model -- Using Gradient Descent -- Maximum Likelihood Estimation -- For Further Exploration -- The Model -- Further Assumptions of the Least Squares Model -- Fitting the Model -- Interpreting the Model -- Goodness of Fit -- Digression: The Bootstrap -- Standard Errors of Regression Coefficients -- Regularization -- For Further Exploration -- The Problem -- The Logistic Function -- Applying the Model -- Goodness of Fit -- Support Vector Machines -- For Further Investigation -- What Is a Decision Tree? -- Entropy -- The Entropy of a Partition -- Creating a Decision Tree -- Putting It All Together -- Random Forests -- For Further Exploration -- Perceptrons -- Feed-Forward Neural Networks -- Backpropagation -- Example: Defeating a CAPTCHA -- For Further Exploration -- The Idea -- The Model -- Example: Meetups -- Choosing k -- Example: Clustering Colors -- Bottom-up Hierarchical Clustering -- For Further Exploration -- Word Clouds -- n-gram Models -- Grammars -- An Aside: Gibbs Sampling -- Topic Modeling -- For Further Exploration -- Betweenness Centrality -- Eigenvector Centrality -- Matrix Multiplication -- Centrality -- Directed Graphs and PageRank -- For Further Exploration -- Manual Curation -- Recommending What's Popular -- User-Based Collaborative Filtering -- Item-Based Collaborative Filtering -- For Further Exploration -- CREATE TABLE and INSERT -- UPDATE -- DELETE -- SELECT -- GROUP BY -- ORDER BY -- JOIN -- Subqueries -- Indexes -- Query Optimization -- NoSQL -- For Further Exploration -- Example: Word Count -- Why MapReduce? -- MapReduce More Generally -- Example: Analyzing Status Updates -- Example: Matrix Multiplication -- An Aside: Combiners -- For Further Exploration -- IPython -- Mathematics -- Not from Scratch -- NumPy -- pandas -- scikit-learn -- Visualization -- R -- Find Data -- Do Data Science -- Hacker News -- Fire Trucks -- T-shirts -- And You? 
520 |a Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they're also a good way to dive into the discipline without actually understanding data science. In this book, you'll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today's messy glut of data holds answers to questions no one's even thought to ask. This book provides you with the know-how to dig those answers out. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability--and understand how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 0 |a Database management. 
650 0 |a Data structures (Computer science) 
650 6 |a Python (Langage de programmation) 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Structures de données (Informatique) 
650 7 |a Data structures (Computer science)  |2 fast 
650 7 |a Database management  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491901410/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28571892 
994 |a 92  |b IZTAP