buchspektrum Internet-Buchhandlung

Neuerscheinungen 2015

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Mathias Brandewinder

Machine Learning Projects for .NET Developers


1st ed. 2015. xix, 300 S. 84 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2015
ISBN: 1-430-26767-4 (1430267674)
Neue ISBN: 978-1-430-26767-6 (9781430267676)

Preis und Lieferzeit: Bitte klicken


Software that learns from experience can improve far beyond what a single developer, or even a large team, can write into its code. This is machine learning and it´s already influencing a huge range of industries, from advertising to finance, medicine and the most cutting edge scientific research. Machine Learning Projects for .NET Developers is your practical and accessible introduction to this exciting area of software development.
The book emphasizes a functional style of coding that promotes bug-free, reusable code that can be easily parallelized for scalable performance. You´ll code each project in the familiar setting of a C sharp application, while the machine learning logic uses F sharp, a language ideally suited to machine learning applications and the logical choice for machine learning in .NET. If you´re new to F sharp, this book will give you everything you need to get started. If you´re already familiar with F sharp, this is your chance to put the language into action in an exciting new context, discover new techniques, and find out how seamlessly it can integrate with your C sharp applications.
In a series of fascinating projects, you´ll learn how to:
Build an optical character recognition (OCR) system from scratch
Code a spam filter that learns by example
Use F sharp´s powerful type providers to interface seamlessly with external resources (in this case, useful data analysis tools from the R programming language)
Clean up incomplete data and use it to make accurate predictions
Build a smart recommendation engine
Find patterns in data when you don´t know what you´re looking for
Predict numerical values using regression models
Accurately spot trends and anomalies
Along the way, you´ll have fun hacking at data, learn fundamental ideas that can be applied in a broad range of real-world contexts, and discover new ways to simplify and approach real-world coding challenges. With Machine Learning Projects for .NET Developers , you´ll expand your skill set as a .NET developer, gain a new understanding of data, and have fun working on challenging, mind-expanding problems!
Chapter 1: 256 Shades of Gray : Building A Program to Automatically Recognize Images of Numbers

Chapter 2: Spam or Ham? Detecting Spam in Text Using Bayes´ Theorem

Chapter 3: The Joy of Type Providers: Finding and Preparing Data, From Anywhere

Chapter 4: Of Bikes and Men: Fitting a Regression Model to Data with Gradient Descent

Chapter 5: You Are Not An Unique Snowflake: Detecting Patterns with Clustering and Principle Component Analysis

Chapter 6: Trees and Forests: Making Predictions from Incomplete Data

Chapter 7: A Strange Game: Learning From Experience with Reinforcement Learning

Chapter 8: Digits, Revisited: Optimizing and Scaling Your Algorithm Code

Chapter 9: Conclusion
Mathias Brandewinder is a Microsoft MVP for F# based in San Francisco, California. An unashamed math geek, he became interested early on in building models to help others make better decisions using data. He collected graduate degrees in Business, Economics and Operations Research, and fell in love with programming shortly after arriving in the Silicon Valley. He has been developing software professionally since the early days of .NET, developing business applications for a variety of industries, with a focus on predictive models and risk analysis.