Book Image

Mastering .NET Machine Learning

By : Jamie Dixon, Damian R Mingle
Book Image

Mastering .NET Machine Learning

By: Jamie Dixon, Damian R Mingle

Overview of this book

.Net is one of the widely used platforms for developing applications. With the meteoric rise of Machine learning, developers are now keen on finding out how can they make their .Net applications smarter. Also, .NET developers are interested into moving into the world of devices and how to apply machine learning techniques to, well, machines. This book is packed with real-world examples to easily use machine learning techniques in your business applications. You will begin with introduction to F# and prepare yourselves for machine learning using .NET framework. You will be writing a simple linear regression model using an example which predicts sales of a product. Forming a base with the regression model, you will start using machine learning libraries available in .NET framework such as Math.NET, Numl.NET and Accord.NET with the help of a sample application. You will then move on to writing multiple linear regressions and logistic regressions. You will learn what is open data and the awesomeness of type providers. Next, you are going to address some of the issues that we have been glossing over so far and take a deep dive into obtaining, cleaning, and organizing our data. You will compare the utility of building a KNN and Naive Bayes model to achieve best possible results. Implementation of Kmeans and PCA using Accord.NET and Numl.NET libraries is covered with the help of an example application. We will then look at many of issues confronting creating real-world machine learning models like overfitting and how to combat them using confusion matrixes, scaling, normalization, and feature selection. You will now enter into the world of Neural Networks and move your line of business application to a hybrid scientific application. After you have covered all the above machine learning models, you will see how to deal with very large datasets using MBrace and how to deploy machine learning models to Internet of Thing (IoT) devices so that the machine can learn and adapt on the fly.
Table of Contents (18 chapters)
Mastering .NET Machine Learning
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

About the Reviewers

Reed Copsey, Jr. is the executive director of the F# Software Foundation and the CTO and co-owner of C Tech Development Corporation, a software company focused on applications and tooling for the Earth Sciences. After attending the University of Chicago, he went on to consult and work in many industries, including medical imaging, geographical information systems, analysis of retail market data, and more. He has been involved with technical and business support for numerous nonprofit organizations, and most recently enjoys spending his free time involved with the software community.

He is the organizer of the Bellingham Software Developers Network, has been a Microsoft MVP in .NET since 2010, is an avid StackOverflow contributor, and regularly speaks on F# and .NET at various user groups and conferences.

César Roberto de Souza is the author of the Accord.NET Framework and an experienced software developer. During his early university years in Brazil, he decided to create the Accord.NET Framework, a framework for machine learning, image processing, and scientific computing for .NET. Targeted at both professionals and hobbyists, the project has been used by large and small companies, big corporations, start-ups, universities, and in an extensive number of scientific publications. After finishing his MSc in the Federal University of São Carlos, the success of the project eventually granted him an opportunity to work and live in Europe, from where he continues its development and interacts with the growing community of users that now helps advance the project even further.

He is a technology enthusiast, with keen interest in machine learning, computer vision, and image processing, and regularly writes articles on those topics for the CodeProject, where he has won its article writing competition multiple times.