Von dem Buch Machine Learning In Action (Manning) haben wir 2 gleiche oder sehr ähnliche Ausgaben identifiziert!

Falls Sie nur an einem bestimmten Exempar interessiert sind, können Sie aus der folgenden Liste jenes wählen, an dem Sie interessiert sind:

Machine Learning In Action (Manning)100%: Peter Harrington: Machine Learning In Action (Manning) (ISBN: 9789350044131) Erstausgabe, in Englisch, Taschenbuch.
Nur diese Ausgabe anzeigen…
Machine Learning in Action 9781617290183 by Paperback, NEW58%: Harrington, Peter: Machine Learning in Action 9781617290183 by Paperback, NEW (ISBN: 9781617290183) 2012, Manning Publications, U.S.A., Erstausgabe, in Englisch, Taschenbuch.
Nur diese Ausgabe anzeigen…

Machine Learning In Action (Manning) - 10 Angebote vergleichen

Bester Preis: 15,05 (vom 22.02.2017)
1
9781617290183 - Machine Learning in Action
Symbolbild

Machine Learning in Action

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB NW

ISBN: 9781617290183 bzw. 1617290181, in Englisch, Taschenbuch, neu.

14,75 + Versand: 8,20 = 22,95
unverbindlich
Von Händler/Antiquariat, US_Superfast_Bookstore [61112337], New Castle, DE, U.S.A.
This is an International Edition Brand New Paperback Same Title Author and Edition as listed. ISBN and Cover design differs. Similar Contents as U.S Edition. Standard Delivery within 6-14 business days ACROSS THE GLOBE. We can ship to PO Box address in US. International Edition Textbooks may bear a label "Not for sale in the U.S. or Canada" or "For sale in Asia only" or similar restrictions- printed only to discourage students from obtaining an affordable copy. US Court has asserted your right to buy and use International edition. Access code/CD may not provided with these editions. We may ship the books from multiple warehouses across the globe including Asia depending upon the availability of inventory. Printed in English. Customer satisfaction guaranteed.
2
9789350044131 - Peter Harrington: Machine Learning In Action (Manning)
Peter Harrington

Machine Learning In Action (Manning) (2012)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB US FE

ISBN: 9789350044131 bzw. 9350044137, in Englisch, Dreamtech Press India, Taschenbuch, gebraucht, Erstausgabe.

43,48 ($ 45,97)¹ + Versand: 23,60 ($ 24,95)¹ = 67,08 ($ 70,92)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Usually ships in 1-2 business days.
Von Händler/Antiquariat, BestBuyDeal.
Paperback International Edition ... Same contents as in the US edition at Low Cost !! Paperback, संस्करण: 1, लेबल: Dreamtech Press India, Dreamtech Press India, उत्पाद समूह: Book, प्रकाशित: 2012, स्टूडियो: Dreamtech Press India, बिक्री रैंक: 8334925.
3
9789350044131 - Peter Harrington: Machine Learning In Action (Manning)
Peter Harrington

Machine Learning In Action (Manning) (2012)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB NW FE

ISBN: 9789350044131 bzw. 9350044137, in Englisch, Dreamtech Press India, Taschenbuch, neu, Erstausgabe.

15,05 ($ 15,91)¹ + Versand: 23,60 ($ 24,95)¹ = 38,65 ($ 40,86)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Usually ships in 1-2 business days.
Von Händler/Antiquariat, Inetrade Books.
Paperback International Edition ... Same contents as in the US edition at Low Cost !! Paperback, संस्करण: 1, लेबल: Dreamtech Press India, Dreamtech Press India, उत्पाद समूह: Book, प्रकाशित: 2012, स्टूडियो: Dreamtech Press India, बिक्री रैंक: 8334925.
4
9781617290183 - Harrington, Peter: Machine Learning in Action
Symbolbild
Harrington, Peter

Machine Learning in Action

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB US

ISBN: 9781617290183 bzw. 1617290181, in Englisch, Manning Publications, Taschenbuch, gebraucht.

38,35 ($ 42,21)¹ + Versand: 10,90 ($ 12,00)¹ = 49,25 ($ 54,21)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Versandkosten nach: AUT.
Von Händler/Antiquariat, BookHere.
Manning Publications. PAPERBACK. 1617290181 The book is in a Good condition. May contain very minimal writing/highlighting or notations.Used books does not contain additional supplements such as CD, access card, etc. . Good.
5
9781617290183 - Harrington, Peter: Machine Learning in Action
Symbolbild
Harrington, Peter

Machine Learning in Action (2012)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB

ISBN: 9781617290183 bzw. 1617290181, in Englisch, Manning Publications, Taschenbuch.

34,78 + Versand: 68,39 = 103,17
unverbindlich
Von Händler/Antiquariat, Book Deals [60506629], Lewiston, NY, U.S.A.
This Book is in Good Condition. Clean Copy With Light Amount of Wear. 100% Guaranteed. Summary: 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 interestingor 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. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside A no-nonsense introduction Examples showing common ML tasks Everyday data analysis Implementing classic algorithms like Apriori and Adaboos Table of Contents PART 1 CLASSIFICATION Machine learning basics Classifying with k-Nearest Neighbors Splitting datasets one feature at a time: decision trees Classifying with probability theory: nave 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.
6
9789350044131 - Peter Harrington: Machine Learning in Action
Peter Harrington

Machine Learning in Action (2014)

Lieferung erfolgt aus/von: Kanada EN PB NW FE

ISBN: 9789350044131 bzw. 9350044137, in Englisch, Wiley India, Taschenbuch, neu, Erstausgabe.

17,06 (C$ 23,74)¹ + Versand: 10,77 (C$ 14,98)¹ = 27,83 (C$ 38,72)¹
unverbindlich
Lieferung aus: Kanada, Usually ships within 1 - 2 business days.
Von Händler/Antiquariat, A - Z Books Ltd.
Machine Learning In Action by Harrington, 9789350044131, Paperback, संस्करण: 1, लेबल: Wiley India, Wiley India, उत्पाद समूह: Book, प्रकाशित: 2014, स्टूडियो: Wiley India.
7
9789350044131 - Peter Harrington: Machine Learning in Action
Peter Harrington

Machine Learning in Action (2014)

Lieferung erfolgt aus/von: Kanada EN PB US FE

ISBN: 9789350044131 bzw. 9350044137, in Englisch, Wiley India, Taschenbuch, gebraucht, Erstausgabe.

22,70 (C$ 31,58)¹ + Versand: 10,77 (C$ 14,98)¹ = 33,47 (C$ 46,56)¹
unverbindlich
Lieferung aus: Kanada, Usually ships within 1 - 2 business days.
Von Händler/Antiquariat, AARUBOOKS.
Machine Learning In Action by Harrington, 9789350044131, Paperback, संस्करण: 1, लेबल: Wiley India, Wiley India, उत्पाद समूह: Book, प्रकाशित: 2014, स्टूडियो: Wiley India.
8
9789350044131 - PETER HARRINGTON: MACHINE LEARNING IN ACTION
PETER HARRINGTON

MACHINE LEARNING IN ACTION (2010)

Lieferung erfolgt aus/von: Frankreich EN NW

ISBN: 9789350044131 bzw. 9350044137, in Englisch, neu.

23,53 + Versand: 10,99 = 34,52
unverbindlich
Lieferung aus: Frankreich, Expédition sous 1 à 2 jours ouvrés.
Von Händler/Antiquariat, Book Xpress.
Broché, उत्पाद समूह: Book, प्रकाशित: 2010-01-25.
9
9781617290183 - Peter Harrington: Machine Learning in Action
Peter Harrington

Machine Learning in Action (2012)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB US FE

ISBN: 9781617290183 bzw. 1617290181, in Englisch, 384 Seiten, Manning Publications, Taschenbuch, gebraucht, Erstausgabe.

21,26 ($ 23,40)¹ + Versand: 7,25 ($ 7,98)¹ = 28,51 ($ 31,38)¹
unverbindlich

Neu ab: $23.69 (31 Angebote)
Gebraucht ab: $23.40 (21 Angebote)
Zu den weiteren 52 Angeboten bei Amazon.com

Lieferung aus: Vereinigte Staaten von Amerika, Usually ships in 1-2 business days.
Von Händler/Antiquariat, swati2121.
Die Beschreibung dieses Angebotes ist von geringer Qualität oder in einer Fremdsprache. Trotzdem anzeigen
10
9781617290183 - Harrington, Peter: Machine Learning in Action
Symbolbild
Harrington, Peter

Machine Learning in Action

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB NW

ISBN: 9781617290183 bzw. 1617290181, in Englisch, Manning Publications, U.S.A. Taschenbuch, neu.

53,26 ($ 58,62)¹ + Versand: 23,62 ($ 26,00)¹ = 76,88 ($ 84,62)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Versandkosten nach: AUT.
Von Händler/Antiquariat, Outletzon.
Manning Publications, U.S.A.. Paperback. New. NEW BOOK.
Lade…