Goto

Collaborating Authors

 Deep Learning


Keeping a Closer Eye on Seabirds with Drones and Artificial Intelligence

#artificialintelligence

Scientists at Duke University and the Wildlife Conservation Society (WCS) used a deep-learning algorithm--a form of artificial intelligence--to analyze more than 10,000 drone images of mixed colonies of seabirds in the Malvinas/Falkland Islands off Argentina's coast. The Malvinas/Falklands are home to the world's largest colonies of black-browed albatrosses (Thalassarche melanophris) and second-largest colonies of southern rockhopper penguins (Eudyptes c. chrysocome). Hundreds of thousands of birds breed on the islands in densely interspersed groups. The deep-learning algorithm correctly identified and counted the albatrosses with 97% accuracy and the penguins with 87%. All told, the automated counts were within 5% of human counts about 90% of the time.


PyTorch Functions

#artificialintelligence

Recently, I've completed 30 Days of ML with Pytorch, where I explored all the major machine learning algorithms and basics of deep learning with concepts like activation, optimizer, loss functions etc. However, the idea behind starting 30 Days of ML with PyTorch is to learn the implementation of machine learning algorithm along with strengthening my grasp on PyTorch Library. So moving forward with this blog, I will share few important functions in PyTorch which remains part of every ML and DL algorithms. In neural networks, how we initialize our weights plays a great role in convergence of the model and a common but inefficient way to initialize weight is to declare weights as zeros, but other efficient way includes using uniform or normal or xaviers technique to initialize weights. It is applied for creating dropout functionality in neural network for regularization.


Understanding Convolutional Neural Networks

#artificialintelligence

When you see an image of a cat, how do you (your brain, that is) recognize that there is a cat in the image? And how do you tell the difference between a cat and a dog even though you haven't seen the specific animals before? These are tough questions to answer. How would you program a computer to recognize a cat in an image? A random cat placed randomly in an image that is.


Automatic Scan Range Delimitation in Chest CT Using Deep Learning

#artificialintelligence

To develop and evaluate fully automatic scan range delimitation for chest CT by using deep learning. For this retrospective study, scan ranges were annotated by two expert radiologists in consensus in 1149 (mean age, 65 years 16 [standard deviation]; 595 male patients) chest CT topograms acquired between March 2002 and February 2019 (350 with pleural effusion, 376 with atelectasis, 409 with neither, 14 with both). A conditional generative adversarial neural network was trained on 1000 randomly selected topograms to generate virtual scan range delimitations. On the remaining 149 topograms the software-based scan delimitations, scan lengths, and estimated radiation exposure were compared with those from clinical routine. For statistical analysis an equivalence test (two one-sided t tests) was used, with equivalence limits of 10 mm.


The History and Future of Neural Networks - The AI Journal

#artificialintelligence

In January 2020, the BBC listed developments in the application of neural networks, ranging from facial recognition to language translation. Whilst these applications have surfaced in the twenty-first century, the technology underpinning Machine Learning has taken decades of research with plenty of highs and lows along the way. This article outlines the long journey from early logic gates, through "AI winters" to the deep neural networks that are being developed today. The first artificial neural network was proposed back in 1943 by Warren McCulloch, a Neurophysiologist, and Walter Pitts, a Mathematician, as a result of their research into applying Mathematics, in the form of Boolean logic, to model how neurons within the brain work. By deploying logic gates, they were able to demonstrate how outputs could be activated when specified inputs are active, to model how neurons work in the brain.


Emerging Tech in Healthcare Update - June 2021, from Barts Health Knowledge and Library Services

#artificialintelligence

Emerging tech can be described as any advanced technologies with the capacity to act as disrupters in their field or sector. Robotics and artificial intelligence are clearly such technologies, as well as machine learning, nanomedicine, deep learning, blockchain and others which are all increasingly impacting medicine and healthcare research and practice.


Generating New Recipes using GPT-2

#artificialintelligence

Find helpful learner reviews, feedback, and ratings for Generating New Recipes using GPT-2 from Coursera Project Network. Read stories and highlights from ... In this 2 hour long project, you will learn how to preprocess a text dataset comprising recipes, and split it into a training and validation set. You will learn how to use the HuggingFace library to fine-tune a deep, generative model, and specifically how to train such a model on Google Colab. Finally, you will learn how to use GPT-2 effectively to create realistic and unique recipes from lists of ingredients based on the aforementioned dataset. This project aims to teach you how to fine-tune a large-scale model, and the sheer magnitude of resources it takes for these models to learn.


Deepmind launches AndroidEnv, a reinforcement learning platform for Android - Actu IA

#artificialintelligence

DeepMind, Google's artificial intelligence subsidiary, has announced the development of its new AndroidEnvtool, an open source reinforcement learning (RL) platform for the Android ecosystem. It allows RL models to interact with a wide variety of applications and services that Android users use on a daily basis thanks to an adapted interface. AndroidEnv is a tool designed by DeepMind to enable reinforcement learning agents to interact with a wide range of applications and services offered by Google. The deployed agents learn to interact with mobile applications based, unlike Deep Learning, on learning from the agent's own experience. The agents interact with the applications by using the applications as humans would: tapping, finger swiping are simulated.


NSW Police Introduce New Video Analysis Tools With Ethics At Their Core - Which-50

#artificialintelligence

This week, the New South Wales Police announced the introduction of upgrades to their Insights policing platform. This new technology is designed to provide further services to frontline officers through faster access to critical information in the course of their roles in identifying persons and criminal activity across the state. Powered by Microsoft Azure cognitive technologies, the machine learning and deep learning capabilities were fully deployed in February 2021, with the goal of reducing police labour hours on manual data processing tasks, such as reviewing video feeds. Examples of how the AI systems will be used include one case were NSW Police collected 14,000 pieces of CCTV footage as part of a murder and assault investigation which would previously have taken detectives months to analyse. Microsoft claims the AI/ML infused Insights platform ingested this huge volume of information in five hours and prepared it for analysis by NSW Police Force investigators, a process which would otherwise have taken many weeks to months.


Keeping a closer eye on seabirds with drones and artificial intelligence

#artificialintelligence

DURHAM, N.C. - Using drones and artificial intelligence to monitor large colonies of seabirds can be as effective as traditional on-the-ground methods, while reducing costs, labor and the risk of human error, a new study finds. Scientists at Duke University and the Wildlife Conservation Society (WCS) used a deep-learning algorithm--a form of artificial intelligence--to analyze more than 10,000 drone images of mixed colonies of seabirds in the Falkland Islands off Argentina's coast. The Falklands, also known as the Malvinas, are home to the world's largest colonies of black-browed albatrosses (Thalassarche melanophris) and second-largest colonies of southern rockhopper penguins (Eudyptes c. chrysocome). Hundreds of thousands of birds breed on the islands in densely interspersed groups. The deep-learning algorithm correctly identified and counted the albatrosses with 97% accuracy and the penguins with 87%.