Programación y frameworks en IA | 🇬🇧 Programming and frameworks in AI

https://editorialia.com/wp-content/uploads/2020/07/textattack-a-framework-for-adversarial-attacks-data-augmentation-and-adversarial-training-in-nlp.jpg

TextAttack: A Framework for Adversarial Attacks, Data Augmentation, and Adversarial Training in NLP

This paper introduces TextAttack, a Python framework for adversarial attacks, data augmentation, and adversarial training in NLP. TextAttack builds attacks from four components: a goal function, a set of constraints, a transformation, and a search method. TextAttack’s modular design enables researchers to easily construct attacks from combinations of novel and existing components. TextAttack provides implementations of 16 adversarial attacks from the literature and supports a variety of models and datasets, including BERT and other transformers, and all GLUE tasks.

https://editorialia.com/wp-content/uploads/2020/06/toolkit-for-healthcare-imaging.jpg

Medical Open Network for AI (MONAI), AI Toolkit for Healthcare Imaging

The MONAI framework is the open-source foundation being created by Project MONAI. MONAI is a freely available, community-supported, PyTorch-based framework for deep learning in healthcare imaging. It provides domain-optimized foundational capabilities for developing healthcare imaging training workflows in a native PyTorch paradigm.

https://editorialia.com/wp-content/uploads/2020/06/a-rigorous-analysis-of-selfe28090adaptation-in-discrete-evolutionary-algorithms.jpg

A Rigorous Analysis of Self‐Adaptation in Discrete Evolutionary Algorithms

A key challenge to making effective use of evolutionary algorithms (EAs) is to choose appropriate settings for their parameters. However, the appropriate parameter setting generally depends on the structure of the optimization problem, which is often unknown to the user. Non‐deterministic parameter control mechanisms adjust parameters using information obtained from the evolutionary process.

https://editorialia.com/wp-content/uploads/2020/06/unconventional-computer-arithmetic-for-emerging-applications-and-technologies.jpg

Unconventional Computer Arithmetic for Emerging Applications and Technologies

Arithmetic plays a major role in computing performance and efficiency. It is challenging to build platforms, ranging from embedded devices to high performance computers, supported on traditional binary arithmetic and silicon-based technologies that meet the requirements of today’s applications. In this talk, the state-of-the-art of non-conventional computer arithmetic is presented, considering alternative computing models and emerging technologies.

https://editorialia.com/wp-content/uploads/2020/06/composing-ai-pipelines-with-ai4eu-experiments.jpg

Composing AI Pipelines with AI4EU Experiments

Show how to onboard AI tools as re-usable building blocks that then can be used to easily compose AI pipelines in the AI4EU Experiments visual editor

https://editorialia.com/wp-content/uploads/2020/06/covid-19-and-contact-tracing-.jpg

Covid-19 and contact tracing apps

Multi-presenter format with exciting Speakers from the current European ICT research projects AI4EU (www.ai4eu.eu) and Helios (helios-social.com/) as well as Guest Speakers.

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.