Cantitate/Preț
Produs

Machine Learning for Hackers

Autor Drew Conway, John Myles White
en Limba Engleză Paperback – 5 mar 2012
If you’re an experienced programmer interested in crunching data, this book will get you started with machine learning—a toolkit of algorithms that enables computers to train themselves to automate useful tasks. Authors Drew Conway and John Myles White help you understand machine learning and statistics tools through a series of hands-on case studies, instead of a traditional math-heavy presentation.

Each chapter focuses on a specific problem in machine learning, such as classification, prediction, optimization, and recommendation. Using the R programming language, you’ll learn how to analyze sample datasets and write simple machine learning algorithms. Machine Learning for Hackers is ideal for programmers from any background, including business, government, and academic research.
* Develop a naïve Bayesian classifier to determine if an email is spam, based only on its text
* Use linear regression to predict the number of page views for the top 1,000 websites
* Learn optimization techniques by attempting to break a simple letter cipher
* Compare and contrast U.S. Senators statistically, based on their voting records
* Build a “whom to follow” recommendation system from Twitter data
Citește tot Restrânge

Preț: 23103 lei

Preț vechi: 28879 lei
-20% Nou

Puncte Express: 347

Preț estimativ în valută:
4422 4665$ 3685£

Carte disponibilă

Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 3394 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449303716
ISBN-10: 1449303714
Pagini: 322
Dimensiuni: 179 x 231 x 17 mm
Greutate: 0.53 kg
Editura: O'Reilly

Notă biografică

Drew Conway is a PhD candidate in Politics at NYU. He studies international relations, conflict, and terrorism using the tools of mathematics, statistics, and computer science in an attempt to gain a deeper understanding of these phenomena. His academic curiosity is informed by his years as an analyst in the U.S. intelligence and defense communities.
John Myles White is a PhD candidate in Psychology at Princeton. He studies pattern recognition, decision-making, and economic behavior using behavioral methods and fMRI. He is particularly interested in anomalies of value assessment.

Descriere

Now that storage and collection technologies are cheaper and more precise, methods for extracting relevant information from large datasets is within the reach any experienced programmer willing to crunch data. With this book, you'll learn machine learning and statistics tools in a practical fashion, using black-box solutions and case studies instead of a traditional math-heavy presentation. By exploring each problem in this book in depth - including both viable and hopeless approaches - you'll learn to recognize when your situation closely matches traditional problems.