Machine and Deep Learning

Probabilistic Machine Learning: An Introduction

Probabilistic Machine Learning: An Introduction

«In this book, we will cover the most common types of ML, but from a probabilistic perspective. Roughly speaking, this means that we treat all unknown quantities (e.g., predictions about the future value of some quantity of interest, such as tomorrow’s temperature, or the parameters of some model) as random variables, that are endowed with probability distributions which describe a weighted set of possible values the variable may have.[…].».

Probabilistic Machine Learning: An Introduction Leer más »

Interpretable Machine Learning (A Guide for Making Black Box Models Explainable)

Interpretable Machine Learning (A Guide for Making Black Box Models Explainable)

The book focuses on machine learning models for tabular data (also called relational or structured data) and less on computer vision and natural language processing tasks. Reading the book is recommended for machine learning practitioners, data scientists, statisticians, and anyone else interested in making machine learning models interpretable.

Interpretable Machine Learning (A Guide for Making Black Box Models Explainable) Leer más »

Dive into Deep Learning

Dive into Deep Learning

«We set out to create a resource that could (i) be freely available for everyone; (ii) offer sufficient technical depth to provide a starting point on the path to actually becoming an applied machine learning scientist; (iii) include runnable code, showing readers how to solve problems in practice; (iv) allow for rapid updates, both by us and also by the community at large; and (v) be complemented by a forum for interactive discussion of technical details and to answer questions».

Dive into Deep Learning Leer más »

The Art of Machine Learning (Algorithms + Data + R)

The Art of Machine Learning (Algorithms + Data + R)

I wrote this book because: • ML is not a recipe. It is not a matter of knowing the syntax and mechanics of various software packages.• ML is an art, not a science. (Hence the title of this book). • One does not have to be a math whiz or know advanced math in orer to use ML effectively, but one does need to understand the concepts well — the Why? and How? of ML methods

The Art of Machine Learning (Algorithms + Data + R) Leer más »

Introduction to CNTK Succinctly (Microsoft Cognitive Toolkit)

Introduction to CNTK Succinctly (Microsoft Cognitive Toolkit)

«Microsoft CNTK (Cognitive Toolkit, formerly Computational Network Toolkit), an open source code framework, enables you to create feed-forward neural network time series prediction systems, convolutional neural network image classifiers, and other deep learning systems. In Introduction to CNTK Succinctly, author James McCaffrey offers instruction on the basics of installing and running CNTK, and also addresses machine-learning regression and classification techniques. Exercises and explanations are included in each chapter». (Syncfusion)

Introduction to CNTK Succinctly (Microsoft Cognitive Toolkit) Leer más »

Keras Succinctly

Keras Succinctly

Neural networks are a powerful tool for developers, but harnessing them can be a challenge. With Keras Succinctly, author James McCaffrey introduces Keras, an open-source, neural network library designed specifically to make working with backend neural network tools easier.

Keras Succinctly Leer más »

Deep Learning

Deep Learning

The Deep Learning textbook is a resource intended to help students and practitioners enter the field of machine learning in general and deep learning in particular. The online version of the book is now complete and will remain available online for free. (“Written by three experts in the field, Deep Learning is the only comprehensive book on the subject.” ―Elon Musk, cochair of OpenAI; cofounder and CEO of Tesla and SpaceX).

Deep Learning Leer más »

Machine Learning and Deep Learning frameworks and libraries for large-scale data mining: a survey

Machine Learning and Deep Learning frameworks and libraries for large-scale data mining: a survey

The combined impact of new computing resources and techniques with an increasing avalanche of large datasets, is transforming many research areas and may lead to technological breakthroughs that can be used by billions of people. In the recent years, Machine Learning and especially its subfield Deep Learning have seen impressive advances. Techniques developed within these two fields are now able to analyze and learn from huge amounts of real world examples in a disparate formats. While the number of Machine Learning algorithms is extensive and growing, their implementations through frameworks and libraries is also extensive and growing too.

Machine Learning and Deep Learning frameworks and libraries for large-scale data mining: a survey Leer más »