image top
Giỏ hàng Giỏ hàng 0
Không có sản phẩm trong giỏ hàng.
Email cho bạn bè

HTTP2 in Action

165,000₫
  • ✪ Miễn phí GIAO HÀNG đơn hàng từ 399.000đ
  • ✪ Giao hàng COD toàn quốc nhanh chóng từ 2 - 4 ngày
  • ✪ Giao hàng HOẢ TỐC trong nội thành Hà Nội
  • ✪ Hỗ trợ xuất hóa đơn VAT theo yêu cầu

HTTP2 in Action

Machine Learning in Action (sách keo gáy bìa mềm)
Thể loại:Computers
 
Năm:2012
 
Nhà xuát bản:Manning Publications
 
Ngôn ngữ:english
 
Trang: / 382
 
Summary
 
Machine Learning in Action is unique book
that blends the foundational theories of machine learning with the
practical realities of building tools for everyday data analysis. You'll
use the flexible Python programming language to build programs that
implement algorithms for data classification, forecasting,
recommendations, and higher-level features like summarization and
simplification.
 
About the Book
 
A machine is said to learn
when its performance improves with experience. Learning requires
algorithms and programs that capture data and ferret out the interesting
or useful patterns. Once the specialized domain of analysts and
mathematicians, machine learning is becoming a skill needed by many.
 
 
Machine Learning in Action
 
is a clearly written tutorial for developers. It avoids academic
language and takes you straight to the techniques you'll use in your
day-to-day work. Many (Python) examples present the core algorithms of
statistical data processing, data analysis, and data visualization in
code you can reuse. You'll understand the concepts and how they fit in
with tactical tasks like classification, forecasting, recommendations,
and higher-level features like summarization and simplification.
 
Readers need no prior experience with machine learning or statistical processing. Familiarity with Python is helpful.
 
What's Inside
 
A no-nonsense introduction
Examples showing common ML tasks
Everyday data analysis
Implementing classic algorithms like Apriori and Adaboos
===================================
 
Table of ContentsPART 1 CLASSIFICATION
 
Machine learning basics
Classifying with k-Nearest Neighbors
Splitting datasets one feature at a time: decision trees
Classifying with probability theory: naïve Bayes
Logistic regression
Support vector machines
Improving classification with the AdaBoost meta algorithm
PART 2 FORECASTING NUMERIC VALUES WITH REGRESSION
 
Predicting numeric values: regression
Tree-based regression
PART 3 UNSUPERVISED LEARNING
 
Grouping unlabeled items using k-means clustering
Association analysis with the Apriori algorithm
Efficiently finding frequent itemsets with FP-growth
PART 4 ADDITIONAL TOOLS
 
Using principal component analysis to simplify data
Simplifying data with the singular value decomposition
Big data and MapReduce