Goto

Collaborating Authors

 Deep Learning


Deep Learning VS Machine Learning: What You Need to Know [Infographic] - Kapture CRM

#artificialintelligence

Machine Learning & Deep Learning are closely intertwined and enterprises find it hard to determine which one to apply in business operations. This infographic details the principal differences between the two and gives perspective about which among the two is most feasible for businesses.


Reinforcement Learning with Pytorch

#artificialintelligence

Learn to apply Reinforcement Learning and Artificial Intelligence algorithms using Python, Pytorch and OpenAI Gym Artificial Intelligence is dynamically edging its way into our lives. It is already broadly available and we use it - sometimes even not knowing it - on daily basis. Soon it will be our permanent, every day companion. And where can we place Reinforcement Learning in AI world? Definitely this is one of the most promising and fastest growing technologies that can eventually lead us to General Artificial Intelligence!


AICI forum villach

#artificialintelligence

Recent advances in Artificial Intelligence have led to some speculation that AI might one day replace medical doctors. Although we tend to overestimate short-term effects, AI is undoubtedly one of the most promising technologies of our times. On the other hand, diagnosis is a very complicated process and, until now, deep learning networks have suffered from technical vulnerabilities and a lack of validation and explanatory capacity. To quote Yuval Harari, philosophers are very patient people, but engineers are far less patient, and investors are the least patient of all. We strongly believe that several stakeholders of the healthcare system, including those with a complete understanding of the intricacies of medical diagnostics and those who hold patient care paramount, need to shape the conversation on the future of clinical imaging.


A Brief History of Computer Vision (and Convolutional Neural Networks)

#artificialintelligence

Although Computer Vision (CV) has only exploded recently (the breakthrough moment happened in 2012 when AlexNet won ImageNet), it certainly isn't a new scientific field. Computer scientists around the world have been trying to find ways to make machines extract meaning from visual data for about 60 years now, and the history of Computer Vision, which most people don't know much about, is deeply fascinating. In this article, I'll try to shed some light on how modern CV systems, powered primarily by convolutional neural networks, came to be. I'll start with a work that came out in the late 1950s and has nothing to do with software engineering. One of the most influential papers in Computer Vision was published by two neurophysiologists -- David Hubel and Torsten Wiesel -- in 1959.


Artificial Intelligence Now

#artificialintelligence

Almost a year ago, we published our now-annual landscape of machine intelligence companies, and goodness have we seen a lot of activity since then. This year's landscape has a third more companies than our first one did two years ago, and it feels even more futile to try to be comprehensive, since this just scratches the surface of all of the activity out there. As has been the case for the last couple of years, our fund still obsesses over "problem first" machine intelligence--we've invested in 35 machine intelligence companies solving 35 meaningful problems in areas from security to recruiting to software development. At the same time, the hype around machine intelligence methods continues to grow: the words "deep learning" now equally represent a series of meaningful breakthroughs (wonderful) but also a hyped phrase like "big data" (not so good!). We care about whether a founder uses the right method to solve a problem, not the fanciest one.


Is AI cybersecurity the next big tech leap?

#artificialintelligence

Deep learning is a useful tool to optimise and validate security posture. But until we overcome some of its challenges, positive security models and behavioural algorithms that are deterministic and predictable are still more effective for defence and mitigation. Most successful deep-learning applications in use today are based on supervised learning neural nets. They take an input and produce an output where the output provides a confidence level across a fixed set of labels. Given lots of data, the neural net will usually make the right "decision".


Is AI cybersecurity the next big tech leap?

#artificialintelligence

Deep learning is a useful tool to optimise and validate security posture. But until we overcome some of its challenges, positive security models and behavioural algorithms that are deterministic and predictable are still more effective for defence and mitigation. Most successful deep-learning applications in use today are based on supervised learning neural nets. They take an input and produce an output where the output provides a confidence level across a fixed set of labels. Given lots of data, the neural net will usually make the right "decision".


Self-Driving Car on Indian Roads – Anand Uthaman – Medium

#artificialintelligence

Computer Vision Guided Deep Learning Network & Machine Learning Techniques to build Fully-Functional Autonomous Vehicles. "If you recognize that self-driving cars are going to prevent accidents, AI will help to reduce one of the leading causes of death in the world." If ride-on-demand services such as Uber & Ola have made a revolution in the idea of conveyance, self-driving vehicles are going to be the next renaissance shaking up the whole transportation industry. This new idea is on its way to become a multi trillion-dollar business -- bigger than Amazon and Walmart combined. According to the World Economic Forum, this big leap in the auto industry will deliver $3.1 trillion annually by reducing number of crashes, need for emergency services, saving man-hours, cost of car ownership & also indirect savings from shorter commutes and less carbon emissions. On top of that, there are endless design possibilities, once you eliminate the need for a steering wheel and a driver.


Why Training a Neural Network Is Hard

#artificialintelligence

Fitting a neural network involves using a training dataset to update the model weights to create a good mapping of inputs to outputs. This training process is solved using an optimization algorithm that searches through a space of possible values for the neural network model weights for a set of weights that results in good performance on the training dataset. In this post, you will discover the challenge of training a neural network framed as an optimization problem. Why Training a Neural Network Is Hard Photo by Loren Kerns, some rights reserved. Deep learning neural network models learn to map inputs to outputs given a training dataset of examples.


Multi-Object Representation Learning with Iterative Variational Inference

arXiv.org Machine Learning

Human perception is structured around objects which form the basis for our higher-level cognition and impressive systematic generalization abilities. Yet most work on representation learning focuses on feature learning without even considering multiple objects, or treats segmentation as an (often supervised) preprocessing step. Instead, we argue for the importance of learning to segment and represent objects jointly. We demonstrate that, starting from the simple assumption that a scene is composed of multiple entities, it is possible to learn to segment images into interpretable objects with disentangled representations. Our method learns -- without supervision -- to inpaint occluded parts, and extrapolates to scenes with more objects and to unseen objects with novel feature combinations. We also show that, due to the use of iterative variational inference, our system is able to learn multi-modal posteriors for ambiguous inputs and extends naturally to sequences.