Latest from Google AI – Guiding Frozen Language Models with Learned Soft Prompts

Posted by Brian Lester, AI Resident and Noah Constant, Senior Staff Software Engineer, Google Research Large pre-trained language models, which are continuing to grow in size, achieve state-of-art results on many natural language processing (NLP) benchmarks. Since the development of GPT and BERT, standard practice has been to fine-tune models on downstream tasks, which involves…

Latest from Google AI – Nested Hierarchical Transformer: Towards Accurate, Data-Efficient, and Interpretable Visual Understanding

Posted by Zizhao Zhang, Software Engineer, Google Cloud In visual understanding, the Visual Transformer (ViT) and its variants have received significant attention recently due to their superior performance on many core visual applications, such as image classification, object detection, and video understanding. The core idea of ViT is to utilize the power of self-attention layers…

Latest from Google AI – Unlocking the Full Potential of Datacenter ML Accelerators with Platform-Aware Neural Architecture Search

Posted by Sheng Li, Staff Software Engineer and Norman P. Jouppi, Google Fellow, Google Research Continuing advances in the design and implementation of datacenter (DC) accelerators for machine learning (ML), such as TPUs and GPUs, have been critical for powering modern ML models and applications at scale. These improved accelerators exhibit peak performance (e.g., FLOPs)…

Latest from IBM Developer : Ingest data from Apache Kafka

Summary In this developer code pattern, we walk you through the basics of creating a streaming application powered by Apache Kafka, one of the most popular open source distributed event-streaming platforms used for creating real-time data pipeline and streaming apps. The application will be built using IBM Streams on IBM Cloud Pak® for Data. Description…

Latest from IBM Developer : Build a framework that connects WhatsApp to Watson services

Summary To enable mobile users to leverage IBM Watson® services through a messenger app, complete this developer code pattern and build a framework that can act as an intermediator in connecting Watson services to WhatsApp Messenger. Description There are currently 2.4 billion users on WhatsApp, and the number keeps climbing. For medium and large businesses,…

Latest from IBM Developer : Generate a Python notebook for pipeline models using AutoAI

Summary In this code pattern, learn how to use AutoAI to automatically generate a Jupyter Notebook that contains Python code of a machine learning model. Then, explore, modify, and retrain the model pipeline using Python before deploying the model in IBM Watson® Machine Learning using Watson Machine Learning APIs. Description AutoAI is a graphical tool…

Latest from IBM Developer : Detect environmental dangers using artificial intelligence

Summary In this code pattern, learn how to use IBM® Watson Knowledge Studio to train a custom machine learning model to drive a decision-making process of identifying dangerous situations. Description Want to develop an application or solution that can reduce the response time of first responders? This code pattern explains how to create a danger…

Latest from IBM Developer : Analyze data patterns to find fraudulent insurance claims

Summary In this developer code pattern, we will analyze insurance claims data and determine whether there are any fraudulent claims filed by users. We do this by analyzing data patterns using IBM Db2 Graph. The query extracts claims from the database and analyzes them using the visualization library. Analysts from insurance companies can visually analyze…