Goto

Collaborating Authors

 Deep Learning


How American Express leverages ML to achieve lowest card fraud rates in the world - Fintech News

#artificialintelligence

In such a situation, advanced techniques in machine learning and deep learning are essential, and the company uses them extensively in detecting and preventing frauds. But how does Amex do that on such a large scale? To understand better, Analytics India Magazine reached out to Dr Manish Gupta, Vice President, Machine Learning & Data Science Research, and Head of Risk COE Bangalore at American Express. According to Dr Gupta, Amex has built and deployed best in class ML models, leveraging state-of-the-art technologies like deep learning, machine learning for various business decision-making processes. How would you define your leadership role at American Express in terms of the initiatives you are driving?


D4RL: building better benchmarks for offline reinforcement learning

AIHub

In the last decade, one of the biggest drivers for success in machine learning has arguably been the rise of high-capacity models such as neural networks along with large datasets such as ImageNet to produce accurate models. While we have seen deep neural networks being applied to success in reinforcement learning (RL) in domains such as robotics, poker, board games, and team-based video games, a significant barrier to getting these methods working on real-world problems is the difficulty of large-scale online data collection. Not only is online data collection time-consuming and expensive, it can also be dangerous in safety-critical domains such as driving or healthcare. For example, it would be unreasonable to allow reinforcement learning agents to explore, make mistakes, and learn while controlling an autonomous vehicle or treating patients in a hospital. This makes learning from pre-collected experience enticing, and we are fortunate in that many of these domains, there already exist large datasets for applications such as self-driving cars, healthcare, or robotics.


Deep Learning with React Native (iOS only)

#artificialintelligence

Article originally published on dev.to In this tutorial, I will cover all the steps on how to build a mobile application and train a deep learning model so that you can predict a handwritten digit between 0 and 9 by using your mobile's camera. But before we start building the mobile app, we need to come up with a high-level strategy. Let's go through the thought process: Note: This tutorial needs some prerequisites and a good understanding of RN and Javascript in general. If you are an absolute beginner, I would suggest following a good course on Youtube, Udemy or Egghead before continuing with this tutorial.


Tutorial On Keras CallBacks, ModelCheckpoint and EarlyStopping in Deep Learning

#artificialintelligence

In Deep Learning models Keras callbacks functions can play a very significant role. The training of such models can take even days to complete so we should have some function to monitor and control our model. Suppose, if the model is getting overfitted we can stop the training or if we have reached at least loss and for next epoch, it gets increased we can again stop the training. Sometimes due to much complexity in deep learning models, they often get crashed and the training gets stopped. Consider you have already trained it for 3 days and all the training gets wasted.


Develop, Train and Deploy TensorFlow Models using Google Cloud AI Platform

#artificialintelligence

The TensorFlow ecosystem has become very popular for developing applications involving deep learning. One of the reasons is that it has a strong community and a lot of tools have been developed around the core library to support developers. In this tutorial, I will guide you through how to prototype models in google colab, train it on Google Cloud AI Platform, and deploy the finalized model on Google Cloud AI Platform for production. I will include the working Google colab notebooks to recreate the work. Google colab is a free resource for prototyping models in TensorFlow and comes with various runtime.


Explainer: What is deep learning?

#artificialintelligence

Deep learning, a technology based on artificial neural networks, has revolutionised artificial intelligence in the space of a few years. But what exactly is it? Used by Siri, Cortana and Google Now to understand speech and recognise faces, deep learning is often confused with the concept of artificial intelligence (AI), so much so that the two terms are thought to be synonymous. Deep learning is a branch of machine learning, which in turn is a subset of AI. Born with the development of computers, research in AI was quickly characterised by the emergence of different currents. One of them sought inspiration from the workings of the human brain in an attempt to create artificial neural networks.


Efficient Serverless deployment of PyTorch models on Azure

#artificialintelligence

Recent advances in deep learning and cloud-based infrastructure have led to innovations in models for various domains like natural language processing, computer vision, recommendations. Of course, developing the model is only half the story. Your models are mostly useful once they are served up for making predictions for consumption in in AI-driven scenarios from the end applications. It is important to do it in a cost-effective and reliable manner. However, managing infrastructure for hosting your models is challenging as it involves several aspects like maintaining your fleet, ensuring reliability, scaling, security and ongoing monitoring and management.


Is sustainable deep learning possible?

#artificialintelligence

Not surprisingly, researchers are working on new methods with a view to reducing the carbon footprint of these machines. In June, American company OpenAI unveiled the world's largest text generator. Called GPT-3, the new artificial intelligence (AI) model can, among other things, write creative fiction and translate legal jargon into plain English, two functions that have been achieved using deep learning. However, above and beyond these technological breakthroughs, it is important to bear in mind that the creation of this new tool generated an enormous amount of pollution. The extent to which deep learning and computing are polluting is often overlooked. A recent study by the University of Massachusetts has shown that the training of a deep learning machine, which can take several hours or even days, can produce up to 283,000 kilograms of greenhouse gas.


GPT-3 writes climate change protest letters to Trump, Xi, and Putin

#artificialintelligence

The COVID-19 pandemic, anti-racism protests, and an impending global recession might have pushed global warming off the public agenda, but don't worry -- the climate crisis is looking worse than ever. A new art project aims to revive interest in the emergency by giving a voice to the environment. Letters from Nature uses AI to write epistles to world leaders warning of the dangers, on behalf of the world's glaciers, coral reefs, ice caps, and disappearing islands. To generate the letters, artist Jeroen van der Most and AI researcher Peter van der Putten fed a short prompt to GPT-3, OpenAI's unnervingly powerful text generator. The model then spat back a climate protest letter, addressed to one of the world's most powerful people, and signed by one of its most threatened entities.


Estimating action plans for smart poultry houses

arXiv.org Artificial Intelligence

In poultry farming, the systematic choice, update, and implementation of periodic (t) action plans define the feed conversion rate (FCR[t]), which is an acceptable measure for successful production. Appropriate action plans provide tailored resources for broilers, allowing them to grow within the so-called thermal comfort zone, without wast or lack of resources. Although the implementation of an action plan is automatic, its configuration depends on the knowledge of the specialist, tending to be inefficient and error-prone, besides to result in different FCR[t] for each poultry house. In this article, we claim that the specialist's perception can be reproduced, to some extent, by computational intelligence. By combining deep learning and genetic algorithm techniques, we show how action plans can adapt their performance over the time, based on previous well succeeded plans. We also implement a distributed network infrastructure that allows to replicate our method over distributed poultry houses, for their smart, interconnected, and adaptive control. A supervision system is provided as interface to users. Experiments conducted over real data show that our method improves 5% on the performance of the most productive specialist, staying very close to the optimal FCR[t].