Goto

Collaborating Authors

 Deep Learning


THE ROLE OF ARTIFICIAL INTELLIGENCE IN TACKLING COVID-19

#artificialintelligence

AI was used for the detection and quantification of COVID-19 cases from chest x-ray and CT scan images . Researchers have developed a deep learning model called COVID-19 detection neural network (COVNet), for differentiating between COVID-19 and community-acquired pneumonia based on visual 2D and 3D features extracted from volumetric chest CT scan Singh et al. developed a novel deep learning model using MultiObjective Differential Evolution and convolutional neural networks for COVID-19 diagnosis using a chest CT Unprecedented pace of efforts to address the COVID-19 pandemic situation is leveraged by big data and artificial intelligence (AI). Various offshoots of AI have been used in several disease outbreaks earlier. AI can play a vital role in the fight against COVID-19. AI is being successfully used in the identification of disease clusters, monitoring of cases, prediction of the future outbreaks, mortality risk, diagnosis of COVID-19, disease management by resource allocation, facilitating training, record maintenance and pattern recognition for studying the disease trend.


Google's New Company Will Discover Medicines Via Artificial Intelligence & Save Lives

#artificialintelligence

In the last two decades, Google has changed the way humans create, transfer, operate, and consume data. The effect of Google on human history is immense. And now with advanced tools like Artificial Intelligence at its disposal, the company is on the way to making a deeper impact on the human species. This time, Google's parent company Alphabet has launched a startup with an aim of discovering new drugs using AI. After the success of DeepMind, the company uses AI to predict the 3D structure of a protein directly from its amino acid sequence, Alphabet has launched Isomorphic Laboratories for discovering new drugs using the power of AI. "I'm thrilled to announce the creation of a new Alphabet company -- Isomorphic Labs -- a commercial venture with the mission to reimagine the entire drug discovery process from the ground up with an AI-first approach and, ultimately, to model and understand some of the fundamental mechanisms of life," DeepMind CEO Demis Hassabis said in a statement Even though Hassabis will serve as the CEO for Isomorphic during the initial phase, the two companies will stay separate and collaborate where relevant.


A beginner's guide to Fastai's Image Dataloaders

#artificialintelligence

I started using Pytorch and Fastai recently . Below I outline key concepts which will be helpful during image processing or in any computer vision problem . The first step will be to import all the necessary files. Fastai allows us to download the whole dataset in a just few lines of code. The above code will import all the necessary packages for our task and the last line will install the full MNIST dataset to our directory.


Opinion

#artificialintelligence

Eric Schmidt was executive chairman while I was in the trenches at Google in 2012, but I know better than to claim--as he does with Henry Kissinger and Daniel Huttenlocher--that GPT-3 is "producing original text that meets Alan Turing's standard." The GPT-3 program hasn't passed the Turing test, and it seems nowhere near doing so ("The Challenge of Being Human in the Age of AI," op-ed, Nov. 2). Compared with earlier text-generation systems, the output generated by GPT-3 looks impressive at a local level; individual phrases, sentences and paragraphs usually demonstrate good grammar and look like normal human-generated text. But at a global level--considering the meaning of multiple sentences, paragraphs or a back-and-forth dialogue--it becomes apparent that GPT-3 doesn't understand what it's talking about. It doesn't have common-sense reasoning or the ability to keep track of objects over time in a discussion.


Top 10 Easy Deep Learning Frameworks for Beginners in 2021 - Science Neighbour

#artificialintelligence

The growth of machine learning and deep learning has enabled organizations to provide smart solutions and predictive personalization's to their customers. Deep learning frameworks are interfaces, libraries, or tools, which are generally open-source that people with little to no knowledge of machine learning and AI can easily integrate. Deep learning frameworks can help you upload data and train a deep learning model that would lead to accurate and intuitive predictive analysis. This article lists the top deep learning frameworks for beginners in 2021. Google's Brain team developed a deep learning framework called TensorFlow, which supports languages like Python and R, and uses dataflow graphs to process data.


artificial intelligence machine learning deep learning difference

#artificialintelligence

In my artificial intelligence machine learning blog I will try to explore the similarities and differences between artificial intelligence, machine learning and deep learning. These terms are used synonymously in our day to day conversation but there are some subtle differences which we need to know. After all, they have the same topics to cover but machine learning is only a part of artificial intelligence. So all that you learn in your machine learning course is only a fraction of what you would learn in your artificial intelligence course. Artificial intelligence as the name suggests is a human attempt to simulate the human intelligence. Though it has not been able to surpass even animal intelligence till now but it can solve complex problems in seconds which the human brain could spend days on.


Deep learning deciphers what rats are saying

#artificialintelligence

For many years, researchers knew that rodents' squeaks tell a lot about how the animals are feeling. Much like a wagging tail on a dog, certain vocalizations indicate the rodents are happy. Conversely, other vocalizations indicate the rodents are stressed, or even depressed. But why were they interested in the rodents' moods? These researchers wanted to understand the rodents' responses to various stimuli.


Deep Learning (Adaptive Computation and Machine Learning series) - AnalyticsWeek

#artificialintelligence

Deep Learning (Adaptive Computation and Machine Learning series) Price: $32.94 - save $42.01 (53%)! Color: Grey Brand: The MIT Press FeaturesThe MIT Press Collectible from $39.29 (1 offers)New from $32.94 (23 offers)Used from $22.98 (25 offers)


Top 10 Easy Deep Learning Frameworks for Beginners in 2021

#artificialintelligence

The growth of machine learning and deep learning has enabled organizations to provide smart solutions and predictive personalization's to their customers. Deep learning frameworks are interfaces, libraries, or tools, which are generally open-source that people with little to no knowledge of machine learning and AI can easily integrate. Deep learning frameworks can help you upload data and train a deep learning model that would lead to accurate and intuitive predictive analysis. This article lists the top deep learning frameworks for beginners in 2021. Google's Brain team developed a deep learning framework called TensorFlow, which supports languages like Python and R, and uses dataflow graphs to process data.


How to Use Graph Neural Networks for Text Classification?

#artificialintelligence

The graph neural networks are trending because of their applications in a variety of predictive analytics tasks. When it comes to modelling the data available with graphical representations, graph neural networks outperform other machine learning or deep learning algorithms. In the field of natural language processing as well, graph neural networks are being applied in a full swing because of their capabilities to model complex text representations. In this article, we will discuss one such interesting application of graph neural networks, i.e., in text classification. First, we will understand how this framework works to model the text representations and then we will explore how it can be used for text classification.