Normal

Publicación sobre Inteligencia Artificial

https://editorialia.com/wp-content/uploads/2020/06/cover-interpretable-machine-learning-1.jpg

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.

https://editorialia.com/wp-content/uploads/2020/06/digital-health-and-the-fight-against-the-covid-19-pandemic.jpg

Digital Health And The Fight Against The COVID-19 Pandemic

You will find up-to-date, reliable information about the latest innovations, technologies, and trends in the context of COVID-19, and the best examples of 14 digital health technologies already sent to the battle successfully

https://editorialia.com/wp-content/uploads/2020/06/the-art-of-machine-learning-algorithms-data-r.jpg

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

https://editorialia.com/wp-content/uploads/2020/06/microsoft-nlp-best-practices.jpg

Microsoft NLP Best Practices

This repository contains examples and best practices for building NLP systems, provided as Jupyter notebooks and utility functions. The focus of the repository is on state-of-the-art methods and common scenarios that are popular among researchers and practitioners working on problems involving text and language

https://editorialia.com/wp-content/uploads/2020/06/the-super-duper-nlp-repo-the-big-bad-nlp-database.jpg

The Super Duper NLP Repo & The Big Bad NLP Database

A database housing more than 100 Colab notebooks running ML code for various NLP tasks. Colab is an excellent destination to experiment with the latest models as it comes with a free GPU/TPU housed in Google’s back-end servers… And a collection of more than 400 NLP datasets that it include papers.

https://editorialia.com/wp-content/uploads/2020/06/best-practives-in-dataviz_-an-r-perspective.jpg

Best Practices in Dataviz: An R Perspective

By the end of this you will have had a whirlwind tour of the very tip of the data visualization best-practices iceberg. We will go over a broad range of topics generally applicable to data science usecases but not dive too deep into any single one. One thing to keep in mind the whole time is none of this is absolutely set in stone, most often in the real world you have to bend or break some of these rules to do what you want.

https://editorialia.com/wp-content/uploads/2020/06/guideline-for-ai-for-medical-products.jpg

Guideline for AI for medical products

The objective of this guideline is to provide medical device manufacturers and notified bodies instructions and to provide them with a concrete checklist to understand what the expectations of the notified bodies are, to promote step-by-step implementation of safety of medical devices, that implement artificial intelligence methods, in particular machine learning, to compensate for the lack of a harmonized standard (in the interim) to the greatest extent possible.

https://editorialia.com/wp-content/uploads/2020/05/machine_learning_from_scratch-2.jpg

Machine Learning From Scratch

An extensive list of fundamental machine learning models and algorithms from scratch in vanilla Python.