InfoQ Homepage AI, ML & Data Engineering Content on InfoQ
-
Google AI Launches NLU-Powered Tool to Help Explore COVID-19 Literature
Google AI launched COVID-19 Research Explorer, which provides a semantic search interface on top of the COVID-19 Open Research Dataset to help scientists and researchers efficiently analyze all of the dataset’s journal articles and preprints.
-
Mozilla Launches Hubs Cloud
Mozilla’s Mixed Reality group launches a cloud version of Mozilla Hubs, their social space for virtual reality gatherings. Organisations can now deploy and customize their own instance of Mozilla Hubs. It is available on the AWS Marketplace and manages all necessary AWS resources. Mozilla Hubs allows people to meet in a 3D environment, or join using a computer or a virtual reality device.
-
Google Open-Sources New Higher Performance TensorFlow Runtime
Google open-sourced the TensorFlow Runtime (TFRT), a new abstraction layer for their TensorFlow deep-learning framework that allows models to achieve better inference performance across different hardware platforms. Compared to the previous runtime, TFRT improves average inference latency by 28%.
-
Predicting Failing Tests with Machine Learning
Machine learning can be used to predict how tests behave on changes in the code. These predictions reduce the feedback time to developers by providing information at check-in time. Marco Achtziger & Dr. Gregor Endler presented how they are using machine learning to learn from failures at OOP 2020.
-
DeepMind's Agent57 Outperforms Humans on All Atari 2600 Games
Researchers at Google's DeepMind have produced a reinforcement-learning (RL) system called Agent57 that has scored above the human benchmark on all 57 Atari 2600 games in the Arcade Learning Environment. Agent57 is the first system to outperform humans on even the hardest games in the suite.
-
Amazon Introduces the New Streaming ETL Feature on AWS Glue
Recently, Amazon announced AWS Glue now supports streaming ETL. With this new feature, customers can easily set up continuous ingestion pipelines that prepare streaming data on the fly and make it available for analysis in seconds.
-
Google Updates Cloud Spanner with New Features: Backup on Demand, Local Emulator, and More
In a recent blog post, Google announced a slew of new features for Cloud Spanner. The public cloud provider released the service with new updates including the managed backup-restore feature, foreign key support, query optimizer versioning feature, a C++ client library, and a local emulator.
-
Blender, Facebook State-of-the-Art Human-Like Chatbot, Now Open Source
Blender is an open-domain chatbot developed at Facebook AI Research (FAIR), Facebook’s AI and machine learning division. According to FAIR, it is the first chatbot that has learned to blend several conversation skills, including the ability to show empathy and discuss nearly any topic, beating Google's chatbot in tests with human evaluators.
-
Google Cloud Healthcare API Now Generally Available
In a recent blog post, Google announced the general availability of its Cloud Healthcare API. This service facilitates the exchange of healthcare data between solutions built on Google Cloud Platform (GCP) and applications.
-
OpenAI Introduces Microscope, Visualizations for Understanding Neural Networks
OpenAI has released Microscope, a collection of visualizations of every significant layer and neuron of eight leading computer vision (CV) models which are often studied in interpretability. The tool helps researchers analyze the features and other important attributes which form inside of the neural networks powering these CV models.
-
Audi Releases Autonomous Driving Dataset
Researchers at Audi have released the Audi Autonomous Driving Dataset (A2D2) for developing self-driving cars. The dataset includes camera images, lidar point clouds, and vehicle control information, and over 40,000 frames have been segmented and labelled for use in supervised learning. The dataset can be used for commercial purposes.
-
KSQL Now Available on Confluent Cloud
KSQL is the streaming SQL engine for Apache Kafka, and it is currently available as a fully-managed service on the Confluent Cloud Platform for all its customers on usage-based billing plans. In a recent blog post, Confluent announced the availability of Confluent Cloud KSQL.
-
OpenAI Approximates Scaling Laws for Neural Language Models
Artificial intelligence company OpenAI studies empirical scaling laws for language models using cross entropy loss to determine the optimal allocation of a fixed compute budget.
-
Microsoft and Google Release New Benchmarks for Cross-Language AI Tasks
Research teams at Microsoft Research and Google AI have announced new benchmarks for cross-language natural-language understanding (NLU) tasks for AI systems, including named-entity recognition and question answering. Google's XTREME covers 40 languages and includes nine tasks, while Microsoft's XGLUE covers 27 languages and eleven tasks.
-
Google Releases Quantization Aware Training for TensorFlow Model Optimization
Google announced the release of the Quantization Aware Training (QAT) API for their TensorFlow Model Optimization Toolkit. QAT simulates low-precision hardware during the neural-network training process, adding the quantization error into the overall network loss metric, which causes the training process to minimize the effects of post-training quantization.