Ciencia de Datos | 🇬🇧 Data Science
Data Science: A First Introduction
The book is structured so that learners spend the first four chapters learning how to use the R programming language and Jupyter notebooks to load, wrangle/clean, and visualize data, while answering descriptive and exploratory data analysis questions. The remaining chapters illustrate how to solve four common problems in data science, which are useful for answering predictive and inferential data analysis questions[…]
Bayesian Data Analysis: book & course
This book is intended to have three roles and to serve three associated audiences: an introductory text on Bayesian inference starting from first principles, a graduate text on effective current approaches to Bayesian modeling and computation in statistics and related fields, and a handbook of Bayesian methods in applied statistics for general users of and researchers in applied statistics. Although introductory in its early sections, the book is definitely not elementary in the sense of a first text in statistics
Tidy Modeling with R
This book provides an introduction to how to use our software to create models. We focus on a dialect of R called the tidyverse that is designed to be a better interface for common tasks using R. If you’ve never heard of or used the tidyverse, Chapter 2 provides an introduction. In this book, we demonstrate how the tidyverse can be used to produce high quality models. The tools used to do this are referred to as the tidymodels packages
Machine Learning from scratch (by Danny Friedman)
This book covers the building blocks of the most common methods in machine learning. This set of methods is like a toolbox for machine learning engineers. Those entering the field of machine learning should feel comfortable with this toolbox so they have the right tool for a variety of tasks.
Disposable Identities are Elemental(s) in IoT
Rob wants to argue that if intent is linked to an incorrect assessment of identity, and thus not central to an ethics of behaviour, then this opens up an actionable set of actors actually at play in the digtial (IoT, 5G, AI) namely: objects (with added connectivity like NFC), machines with built in connectivity, animals & plants (as ecosystems) and humans alike , as they can be treated as entities.
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.