Mastering .NET Machine Learning

Mastering .NET Machine Learning

Mastering .NET Machine Learning

Jamie Dixon

87,63 €
IVA incluido
Disponible
Editorial:
Packt Publishing
Año de edición:
2016
ISBN:
9781785888403
87,63 €
IVA incluido
Disponible

Selecciona una librería:

  • Librería Samer Atenea
  • Librería Aciertas (Toledo)
  • Kálamo Books
  • Librería Perelló (Valencia)
  • Librería Elías (Asturias)
  • Donde los libros
  • Librería Kolima (Madrid)
  • Librería Proteo (Málaga)

Master the art of machine learning with .NET and gain insight into real-world applicationsKey Features:Based on .NET framework 4.6.1, includes examples on ASP.NET Core 1.0Set up your business application to start using machine learning techniquesFamiliarize the user with some of the more common .NET libraries for machine learningImplement several common machine learning techniquesEvaluate, optimize and adjust machine learning modelsBook Description:.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.What you will learn:Write your own machine learning applications and experiments using the latest .NET framework, including .NET Core 1.0Set up your business application to start using machine learning.Accurately predict the future using regressions.Discover hidden patterns using decision trees.Acquire, prepare, and combine datasets to drive insights.Optimize business throughput using Bayes Classifier.Discover (more) hidden patterns using KNN and Naïve Bayes.Discover (even more) hidden patterns using K-Means and PCA.Use Neural Networks to improve business decision making while using the latest ASP.NET technologies.Explore 'Big Data', distributed computing, and how to deploy machine learning models to IoT devices - making machines self-learning and adaptingAlong the way, learn about Open Data, Bing maps, and MBraceWho this book is for:This book is targeted at .Net developers who want to build complex machine learning systems. Some basic understanding of data science is required.

Artículos relacionados

  • Neural Networks with Python
    Mei Wong
    'Neural Networks with Python' serves as an introductory guide for those taking their first steps into neural network development with Python. It’s tailored to assist beginners in understanding the foundational elements of neural networks and to provide them with the confidence to delve deeper into this intriguing area of machine learning.In this book, readers will embark on a l...
    Disponible

    56,97 €

  • AI and Deep Learning Fundamentals
    BalaAnand Muthu / Jayanthi S / Sivaparthipan C. B.
    Welcome to the world of AI and Deep Learning! This book is a culmination of years of research, innovation, and practical insights into the fascinating realms of artificial intelligence and deep learning. In this rapidly evolving landscape, the convergence of neuroscience, mathematics, and computer science has sparked a revolution, redefining how machines perceive, learn, and in...
    Disponible

    47,00 €

  • IoT Application of Machine Learning and Deep Learning
    Dhiliphan Rajkumar T / Jeyaranjani J / Sathesh Kumar K
    The fusion of the Internet of Things (IoT) with the prowess of Machine Learning and Deep Learning has ignited a revolution in the realm of technology. 'IoT Application of Machine Learning and Deep Learning' is a comprehensive journey into this transformative synergy, designed to illuminate the convergence of these cutting-edge domains. This book aims to be a guiding light for e...
    Disponible

    43,31 €

  • Algorithmic Information Theory
    Gregory J. Chaitin / Gregory JChaitin
    ...
    Disponible

    84,56 €

  • Bounded Queries in Recursion Theory
    G. Martin / W. Gasarch / William I. Gasarch
    One of the major concerns of theoretical computer science is the classifi­ cation of problems in terms of how hard they are. The natural measure of difficulty of a function is the amount of time needed to compute it (as a function of the length of the input). Other resources, such as space, have also been considered. In recursion theory, by contrast, ...
  • Call-By-Push-Value
    P.B. Levy
    Call-by-push-value is a programming language paradigm that, surprisingly, breaks down the call-by-value and call-by-name paradigms into simple primitives. This monograph, written for graduate students and researchers, exposes the call-by-push-value structure underlying a remarkable range of semantics, including operational semantics, domains, possible...