Goto

Collaborating Authors

 Deep Learning


AI and ML- based Deployments in Healthcare: Trends for 2019

#artificialintelligence

The medical industry is today filled with AI, machine learning, and deep learning solutions. They have become tools that can help companies to healthcare providers to improve their service and the standard of care, generate higher income, and reduce risks. Artificial intelligence robots are increasingly helping microsurgical procedures to reduce surgical variations, which could affect patient recovery. The healthcare industry already benefits from AI, machine learning and deep learning. For instance, AI systems will generate $6.7 billion in global health industry revenue by 2021, according to research firm Frost & Sullivan.


Explaining data science, AI, ML and deep learning to management -- a presentation and a script --โ€ฆ

#artificialintelligence

If you are a data scientist, a machine learning engineer, an AI specialist, or however the heck you want to call yourself, chances are that at some point in your professional career you have encountered at least one manager that doesn't understand the differences between some of the concepts listed in the title. After all, why should he?! Chances are that you have struggled to explain those differences without having to employ technical jargon, and you have alienated your already confused manager by doing so. We, at Yuxi Global, have developed a nearly perfect solution for this kind of situation. As the Head of Data Analytics at Yuxi Global, I was tasked with the construction of a Prezi presentation to aid in explaining what "Data Science", "Artificial Intelligence", "Machine Learning" (ML) and "Deep Learning" (DL) mean to medium and upper management folks. The ultimate goal was to help them guide their strategic as well as commercial decisions about what services and kinds of solutions we want to develop for clients in these areas.


One Step Closer to Skynet: Artificial Intelligence and Gaming [PODCAST]

#artificialintelligence

Steve and Nick examine how increasingly complex Artificial Intelligence and neural networks have been developed using games as the testing grounds. They also interview Pedro Pavรณn, a thought leader in AI, about the legal and policy implications AI has for the future. Nick: Hello and welcome to the LAN Party Lawyers Podcast, where we tackle issues at the intersection of video games, law and business. Nick: And we are your hosts. We are lawyers at the firm of Carlton Fields who represent gamers and companies in the gaming space. Nick: Today we're going to talk about artificial intelligence in gaming. With us, we're so excited to have Pedro Pavรณn, Assistant General Counsel at Honeywell and a thought leader in artificial intelligence.


Beating The Fakers As Generative Adversarial Networks Rise

#artificialintelligence

GAN, a technique in unsupervised ML that pits two neural networks against each other in a zero-sum game framework, has a variety of applications including autonomous driving, text generation, video generation and digital image repair. Machine-learning ethicists and practitioners have begun to raise concerns over their application however, as computer-generated images, video and audio become more realistic, while still stressing that the tools could open up vital new areas of research for the ML community. Already, GANs are able to generate pictures of faces that look convincingly real to the untrained eye, Tamir explained. Earlier this month, OpenAI made a decision to not open-source their GAN based GPT-2 text-generation model, citing ethical concerns over the possible misuse of such technology in generating fake news articles. Already, GANs are able to generate pictures of faces that look convincingly real to the untrained eye.


Deep Learning Frameworks 2019

#artificialintelligence

Which deep learning framework should you use? In this video I'll compare 10 deep learning frameworks across a wide variety of metrics. Using code, programmatic features, and theory, I'll navigate this field ultimately coming to some clear conclusions. Thats what keeps me going.


Google's DeepMind is using machine learning to predict wind turbine energy production

#artificialintelligence

Google's DeepMind is using machine learning to predict the performance of its wind turbines 36 hours in advance. The prediction of wind turbine performance for turbines in the central United States more than a day in advance has led to a roughly 20 percent increase in the value of wind energy, Google and DeepMind said in a joint blog post today. The model is trained using weather data and historical wind turbine performance data. "Based on these predictions, our model recommends how to make optimal hourly delivery commitments to the power grid a full day in advance. This is important, because energy sources that can be scheduled (i.e. can deliver a set amount of electricity at a set time) are often more valuable to the grid," the post reads.


Multi-label Text Classification using BERT โ€“ The Mighty Transformer

#artificialintelligence

The past year has ushered in an exciting age for Natural Language Processing using deep neural networks. Research in the field of using pre-trained models have resulted in massive leap in state-of-the-art results for many of the NLP tasks, such as text classification, natural language inference and question-answering. Some of the key milestones have been ELMo, ULMFiT and OpenAI Transformer. All these approaches allow us to pre-train an unsupervised language model on large corpus of data such as all wikipedia articles, and then fine-tune these pre-trained models on downstream tasks. Perhaps the most exciting event of the year in this area has been the release of BERT, a multilingual transformer based model that has achieved state-of-the-art results on various NLP tasks.


The 8 Incredible Advances In Artificial Intelligence To Expect

#artificialintelligence

The Deep Learning fundamental concept of Artificial Intelligence shows what it is capable of. We've seen news related to this technology, but the best is yet to come. Quite possibly, there are still many things to expect from Deep Learning. With meta-learning capabilities, it may be possible for machines to continually improve upon themselves, as they will be able to understand the concept of learning. Until now, deep learning remains in the environment for which it was designed.


This site uses deep learning to generate fake Airbnb listings

#artificialintelligence

There's a four-bedroom Edinburgh unit with "original wood floors," listed by Christine. And there's a two-bathroom apartment in Gainesville with a double sofa bed and open kitchen plan, listed by Michel. A "beautiful apartment" in Berlin has a "floral feeling." A three-bedroom in Rome includes "utilities and toiletries." There's just one problem with these Airbnb listings: they don't exist.


Don't Panic! PyTorch Data Loaders and Datasets - DZone AI

#artificialintelligence

When I first started using PyTorch, I was not happy with this new data loading paradigm that I had to learn. I was migrating to PyTorch from Keras, which wasn't as prescriptive. PyTorch had a specific way it wanted to access data, and I didn't know what it was, nor did I really want to spend time learning yet another way to load data into a deep learning framework. But I didn't really have any choice, so I got to work. I ended up looking through the code for the MNIST dataset to figure out what I needed to do.