Goto

Collaborating Authors

 Deep Learning


When Artificial Intelligence Meets Genomics- Analytics India Magazine

#artificialintelligence

AI in healthcare is already making waves with reports suggesting that artificial intelligence systems will generate $6.7 billion in revenue from the global healthcare industry. One particular area in healthcare that has significantly evolved is genomics. Comprising of areas such as gene sequencing and gene editing, this space is largely being explored in areas such as agriculture, animal husbandry and personalised medicine, among others. While researchers have been sequencing the gene and analysing DNA for a long time now, they face challenges such as the huge size of the genome, identifying regulatory elements, predicting gene function, high costs or technology limitations. Apart from that, the amount of data around genes and genomes in itself is humongous which is further added upon by the vast amount of patient data. Researchers have now been using machine learning in gene synthesis, understanding the genetic makeup of an organism, building precision and personalised medicines, and more.


101 Data science interview questions and answers - 2019

#artificialintelligence

If you want to succeed in as data scientist, you need to have knowledge on statistics, linear algebra, data science, machine learning. You want to be be expert you learn about deep learning, Natural language processing, Computer vision and more. How many Types of statistics are there?


AI Outperforms Doctors in Cervical Cancer Detection

#artificialintelligence

Recently, a new study revealed that a computer algorithm was not only able to accurately analyze digital images drawn from cervical screenings but also detect precancerous changes that required more medical follow-up. The new technique dubbed automated visual evaluation boasts the ability to transform point-of-care cervical screening. "Our findings show that a deep learning algorithm can use images collected during routine cervical cancer screening to identify precancerous changes that, if left untreated, may develop into cancer," Mark Schiffman, MD, MPH, of the National Cancer Institute's Division of Cancer Epidemiology and Genetics, and senior author of the study said in a press release. "In fact, the computer analysis of the images was better at identifying precancer than a human expert reviewer of Pap tests under the microscope (cytology)." SEE MORE: UK's National Health Service Trialing AI Software for Diagnosing Cancer The release also showed that the artificial intelligence-based approach is easy to perform.


Israeli Deep-Learning Startup Hailo Raises $21 Million

U.S. News

Beyond its strategic focus - the automotive market - Hailo's processor technology can serve other markets including surveillance, smart home, Internet of Things and industrial, robotics, augmented reality and wearable devices.


Deep Learning Hardware for the Next Big AI Framework

#artificialintelligence

It might be a bit early to call generative adversarial networks (GANs) the next platform for AI evolution, but there is little doubt we will hear much more about this beefed up approach to deep learning over the next year and beyond. Like so many other areas where GPUs have a play, much of the early production work is being done in graphics--image and video. This certainly means gaming, which is music to Nvidia's ears. But as more research emerges, especially from the edges of medicine, it is becoming clear that GANs might be able to go several steps beyond mere recognition and actually generate examples, learn from those (through AI "arguments" between a generator and discriminator), and produce some surprising results. There is much to be said about GANs from a future applications perspective, but this is one area where even the best general purpose hardware might not be up to the task at any kind of scale.


Nuovi algoritmi per neutrini e fake-news

#artificialintelligence

Do neutrinos, the elementary particles, have something in common with fake news on social media? The peculiar and positive answer comes from a group of researchers at USI Institute of Computational Science, and it shows how both their behaviour can be represented using the same data structure. Such structure is based on a non-Euclidean geometry and can be studied through a new class of algorithms: the Graph Convolutional Neural Networks (GCNN). Such algorithms are highly complex mathematical models, and the research work carried out by Federico Monti, member of Prof. Michael Bronstein group, earned him the award for the best scientific contribution assigned by ICMLA, the most important international conference in the field. Monti, in collaboration with other colleagues from New York University, Berkeley and Imperial College, had the opportunity to collaborate with the Lawrence Berkley National Laboratory on data acquired by the IceCube Neutrino Observatory at the South Pole.


AI Predictions 2019

#artificialintelligence

Mark has over 10 years of experience within AI and Analytics. Before joining the group Mark was responsible for AI within Sogeti Netherlands where he was responsible for the development of the team and business as well as the AI Strategy. He has worked with clients from multiple markets internationally on technologies around AI, Deep Learning and Machine Learning. When a mortgage application is accepted or rejected, the decision is often based on a whole range of factors that an automated AI is configured to measure. Many organizations have adopted a "black box" neural network model, for example using IBM's Watson, that safeguards the data, yet also prevents them providing a reason for the decision that's been made - something legislation now requires.


Announcing ML.NET 0.9 – Machine Learning for .NET

#artificialintelligence

ML.NET is an open-source and cross-platform machine learning framework (Windows, Linux, macOS) for .NET developers. Using ML.NET, developers can leverage their existing tools and skillsets to develop and infuse custom AI into their applications by creating custom machine learning models. ML.NET allows you to create and use machine learning models targeting common tasks such as classification, regression, clustering, ranking, recommendations and anomaly detection. It also supports the broader open source ecosystem by proving integration with popular deep-learning frameworks like TensorFlow and interoperability through ONNX. Some common use cases of ML.NET are scenarios like Sentiment Analysis, Recommendations, Image Classification, Sales Forecast, etc. Please see our samples for more scenarios.


Artificial Intelligence identifies unknown human ancestor - Express Computer

#artificialintelligence

An artificial intelligence system has identified a previously unknown human ancestor that roamed the planet tens of thousands of years ago and left a genomic footprint in Asian individuals, scientists say. By combining deep learning algorithms and statistical methods, researchers from the University of Tartu in Estonia, Institute of Evolutionary Biology (IBE), and the Centre for Genomic Regulation (CRG) in Spain found that the extinct species was a hybrid of Neanderthals and Denisovans and cross bred with modern humans in Asia. The finding, published in Nature Communications, would explain that the hybrid found last year in the caves of Denisova -- the offspring of a Neanderthal mother and a Denisovan father -- was not an isolated case, but rather was part of a more general introgression process. Researchers used deep learning for the first time ever to account for human evolution, paving the way for the application of this technology in other questions in biology, genomics and evolution. One of the ways of distinguishing between two species is that while both of them may cross breed, they do not generally produce fertile descendants. However, this concept is much more complex when extinct species are involved.


Capsule Networks: The New Deep Learning Network – Towards Data Science

#artificialintelligence

Convolutional Networks have been hugely successful in the field of deep learning and they are the primary reason why deep learning is so popular right now! They have been very successful, but they have drawbacks in their basic architecture, causing them to not work very well for some tasks. CNN's detect features in images and learn how to recognize objects with this information. Layers near the start detecting really simple features like edges and layers that are deeper can detect more complex features like eyes, noses, or an entire face. It then uses all of these features which it has learned, to make a final prediction.