Goto

Collaborating Authors

 Deep Learning


DIY Deep Learning Projects

@machinelearnbot

Two months exploring deep learning and computer vision I decided to develop familiarity with computer vision and machine learning techniques. As a web developer, I found this…towardsdatascience.com


Norman by MIT Media Lab

#artificialintelligence

Norman is born from the fact that the data that is used to teach a machine learning algorithm can significantly influence its behavior. So when people talk about AI algorithms being biased and unfair, the culprit is often not the algorithm itself, but the biased data that was fed to it. The same method can see very different things in an image, even sick things, if trained on the wrong (or, the right!) data set. Norman suffered from extended exposure to the darkest corners of Reddit, and represents a case study on the dangers of Artificial Intelligence gone wrong when biased data is used in machine learning algorithms. Norman is an AI that is trained to perform image captioning; a popular deep learning method of generating a textual description of an image.


AI for artists : Part 2 – Towards Data Science

#artificialintelligence

Music is a powerful tool that has made some of the most brilliant minds in the world turn into a state of wonder . Among them was Friedrich Nietzsche, Schopenhauer, Virginia Woolf and the list goes on. Nietzche in his book, Twilight of the Idols said that " Without music life would be a mistake" . In this article we will create music using simple LSTM network but before that let's get a brief idea about algorithmic composition which has occurred in the history of music composition. There are numerous treatises on music theory dating from Greek antiquity but they were not "algorithmic composition" in any pure sense.


Animal-sorting AI tackles reams of camera trap photos

#artificialintelligence

Not only does the artificial intelligence system tell you which of 48 different species of animal is present, but it also tells you how many there are and what they are doing,


Next Chapter For Biotech? Many Say 'Convergence' With Data Science

#artificialintelligence

Sign up here to get occasional updates from WBUR's ongoing coverage of biotech and the life sciences. So far, the digital revolution has mostly been a disappointment in health care. Doctors stare at their screens instead of us. Specialists and emergency rooms still don't have all our records. But artificial intelligence, big data analytics and deep learning are converging on health care in a big way, information technology experts insist.


Deep Learning for Business Coursera

@machinelearnbot

Your smartphone, smartwatch, and automobile (if it is a newer model) have AI (Artificial Intelligence) inside serving you every day. In the near future, more advanced "self-learning" capable DL (Deep Learning) and ML (Machine Learning) technology will be used in almost every aspect of your business and industry. So now is the right time to learn what DL and ML is and how to use it in advantage of your company. This course has three parts, where the first part focuses on DL and ML technology based future business strategy including details on new state-of-the-art products/services and open source DL software, which are the future enablers. The second part focuses on the core technologies of DL and ML systems, which include NN (Neural Network), CNN (Convolutional NN), and RNN (Recurrent NN) systems.


Uncovering Anxious Deep Learning for Ease

#artificialintelligence

Deep Learning is an algorithm which has no theoretical limitations of what it can learn; the more data you give and the more computational time you give, the better it is – Sir Geoffrey Hinton (Google). The true challenge to Artificial Intelligence is to prove and solve the tasks that are easy for human to perform but hard to describe formally. Problems that we solve intuitively, that feel automatic, like recognizing spoken words or faces in images. In deep learning this is the task we try to solve at AILabPage research. At the same time I also claim It is absolutely wrong to call Deep Learning as Machine Learning (in my opinion).


How we find and update Points of Interest from street-level imagery

#artificialintelligence

The second step is "text recognition". "Using deep learning," Xing continues, "we classify text and filter out any "noise", such as windows or patterns, for example, which are sometimes misclassified as text. Our recurrent neural network uses a sequence model to transcribe the text, with an attention model focusing on specific parts of the images to better recognize individual characters, numbers and symbols."


r/MachineLearning - [P] 3D Object Detection for Autonomous Driving using Deep Learning

@machinelearnbot

In this thesis we study a perception problem in the context of autonomous driving. Specifically, we study the computer vision problem of 3D object detection, in which objects should be detected from various sensor data and their position in the 3D world should be estimated. We also study the application of Generative Adversarial Networks in domain adaptation techniques, aiming to improve the 3D object detection model's ability to transfer between different domains. The state-of-the-art Frustum-PointNet architecture for LiDAR-based 3D object detection was implemented and found to closely match its reported performance when trained and evaluated on the KITTI dataset. The architecture was also found to transfer reasonably well from the synthetic SYN dataset to KITTI, and is thus believed to be usable in a semi-automatic 3D bounding box annotation process.


Design methodologies for Deep Learning – Humanising Autonomy – Medium

#artificialintelligence

Our previous article'Why Deep Learning is a Design Challenge' is the preface to this article. Every experienced engineer and designer will tell you that process is everything. Instead of expecting a Eureka moment to develop the best possible product, projects require a lot of methodologies, experiments and rigorous problem solving. Design tools offer solutions to these challenges, by building an understanding of processes and users. For deep learning specifically, design methodologies can lead to enhanced explainability of processes and overall improvement of their performance.