Goto

Collaborating Authors

 Deep Learning


No Human Being Can Beat Google s AlphaGo, and It's a Good Thing

#artificialintelligence

South Korean Go master Lee Se-Dol recently announced his retirement from professional Go competition. He felt that no matter how hard he tries, he will never beat AI Go players like AlphaGo. It is a rather sad decision and development of his historical defeat in competition with Google DeepMind's AlphaGo. It gives the whole thing a more dramatic tone than it should be. However, the defeat of human Go players to AI is neither the end of the world for the Go game nor for the human players.


Open AI just choose PyTorch over TensorFlow

#artificialintelligence

In a massive move, Elon Musk co-founded OpenAI, standardised there primary framework for development as PyTorch. The announcement came in January 30, 2020 in companies blog post which emphasis on the fact that the move will provide the team with trouble-free path to create and share optimized implementations of machine learning models internally. Open AI is research organisation focused on discovering and enacting the path to safe artificial general intelligence, and it was founded by Elon Musk, Sam Altman, Ilya Sutskever and Greg Brockman on December 11, 2015. Open AI is currently based in San Francisco, California. Open AI's mission is to ensure that artificial general intelligence benefits all of humanity and it tries to empower as many humans as possible withe power of AI so that not one or a group of individuals will have AI superpower.


Intro to Machine Learning and AI based on high school knowledge - KDnuggets

#artificialintelligence

However, it is a complex topic to both teach and learn. In this article, I outline an approach where you could learn about Artificial Intelligence, Machine Learning(ML), and Deep Learning(DL) based on high school knowledge alone. The later part of the article is based on simple high school math โ€“ which should be familiar at a GCSE level (to age 15 years). Even if the math is not familiar to you, you can still learn about machine learning and artificial intelligence from the first part of the article. Any talk of AI often leads to'Terminator' type discussions (Are robots going to take over humanity?).


Google Open-Sources Reformer Efficient Deep-Learning Model

#artificialintelligence

Using a hashing trick for attention calculation and reversible residual layers, the Reformer can handle text sequences up to 1 million words while consuming only 16GB of memory on a single GPU accelerator. In a paper accepted for oral presentation at ICLR 2020, the team gave a detailed description of the model and several experiments. Since two of the major sources of large memory requirements of a standard Transformer model are the attention calculations and the network layer activations, the team applied space-saving techniques to each of these areas. To reduce the requirement for attention, Reformer uses approximate attention calculation via locality-sensitive hashing (LSH), reducing the memory requirements from \(O(N 2)\) to \(O(N\log{N})\), where N is the length of the input sequences. Using reversible layers reduces the need to store activations for every network layer; instead, only the last layer's activations need to be stored.


NantHealth and NantOmics Reveal a Novel AI Based Machine-Learning Digital Pathology Software for Lung Cancer by Identifying Tumor Infiltrating Killer Cells from Whole Slide Images - NantHealth

#artificialintelligence

Burlingame, CA โ€“ January 27, 2020: NantHealth, Inc. (NASDAQ: NH), a next-generation, evidence-based, personalized healthcare company and NantOmics, LLC, the leader in molecular analysis, today presented a novel artificial intelligence platform for aiding pathologists in image-based lung cancer subtyping at the Society for Imaging Science and Technology's International Symposium on Electronic Imaging 2020. This novel machine vision software platform accurately subtypes lung cancer pathology and achieves high concordance with analysis performed by trained medical pathologists. An initial report of the AI technology was presented at the Sixth American Association for Cancer Research (AACR) and the International Association for the Study of Lung Cancer (IASLC) International Joint Conference. The study entitled, "Tumor-infiltrating lymphocytes (TILs) found elevated in lung adenocarcinomas (LUAD) using automated digital pathology masks derived from deep-learning models" concluded that despite lower overall TMB (tumor mutation burden) and lymphocyte levels, there exists a subset of lung cancers with very high infiltrating lymphocyte counts. Derived from deep-learning models, together, the findings demonstrate a novel AI-based method for subtyping lung cancer pathologies which impacts treatment options for patients and improved methods of identifying tumor infiltrating white cells found elevated in lung cancer.


Real Time Reasoning In Machines. Is It Possible? -

#artificialintelligence

DeepMind researchers, in their recent work, have investigated the parallels between neuroscience and neural networks. Though the comparison between human neurons and human-made neurons have become obsolete for its exaggerations, researchers are now trying to reverse engineer the process and enhance the way machines are acquiring the reasoning capabilities. DeepMind's latest paper titled "MEMO: A Deep Network for Flexible Combination of Episodic Memories" introduced an architecture that is capable of reasoning over longer distances. This was accomplished by adding separation between stored memories and facts, and the items that comprise these facts in external memory, by making use of an adaptive retrieval mechanism, which allowed a variable number of'memory hops' before the answer is produced. The primary objective of this new network was to reason out if it has to continue computing or it has already got the answer for the query.


Will AI Replace Ophthalmologists? TVST

#artificialintelligence

Beyond the human interaction component, translating AI from laboratory experiment to a real-world tool entails additional challenges. "Do no harm," the first line of the Hippocratic Oath, signifies that physicians employing tools such as AI in patient care delivery must maintain safety as the first priority. As Luke Oakden-Rayner,12 a radiologist and critical AI blogger explains, Silicon Valley's ethos of "move fast break things" can be especially dangerous in the context of medical AI. In ophthalmology, we currently lie at the "dotted line," as triage systems such as the ones developed by IDX and Google DeepMind are precursors of future diagnostic and predictive systems.5,13 The Moorfields DeepMind algorithm already has a diagnostic component, and predictive systems are just around the corner.


Stanford CS 224N Natural Language Processing with Deep Learning

#artificialintelligence

Natural language processing (NLP) is one of the most important technologies of the information age, and a crucial part of artificial intelligence. Applications of NLP are everywhere because people communicate almost everything in language: web search, advertising, emails, customer service, language translation, virtual agents, medical reports, etc. In recent years, Deep Learning approaches have obtained very high performance across many different NLP tasks, using single end-to-end neural models that do not require traditional, task-specific feature engineering. In this course, students will gain a thorough introduction to cutting-edge research in Deep Learning for NLP. Through lectures, assignments and a final project, students will learn the necessary skills to design, implement, and understand their own neural network models.


And now, here's Cli-Mate 9000 with the weather... Pattern-recognizing neural network tries its hand at forecasting

#artificialintelligence

Deep-learning software may help scientists predict extreme weather patterns more accurately than relying on today's weather prediction models alone. Simulations involving complex differential equations are run on supercomputers to predict the weather. The accuracy of forecasts using this approach have improved over time, though it's still tricky to pinpoint extreme events like cold spells or heat waves. "It may be that we need faster supercomputers to solve the governing equations of the numerical weather prediction models at higher resolutions," Pedram Hassanzadeh, an assistant professor at the United States' Rice University's Department of Mechanical Engineering, said on Tuesday. "But because we don't fully understand the physics and precursor conditions of extreme-causing weather patterns, it's also possible that the equations aren't fully accurate, and they won't produce better forecasts, no matter how much computing power we put in." Here's where AI may come in handy.


Gain State-Of-The-Art Results on Tabular Data with Deep Learning & Embedding Layers [A How To Guide]

#artificialintelligence

Tree-based models like Random Forest and XGBoost have become very popular in solving tabular(structured) data problems and gained a lot of tractions in Kaggle competitions lately. It has its very deserving reasons. However, in this article, I want to introduce a different approach from fast.ai's Tree-based models like Random Forest and XGBoost have become very popular in solving tabular(structured) data problems and gained a lot of tractions in Kaggle competitions lately. It has its very deserving reasons.