Deep Learning
More Automated Intent Classification Using Deep Learning
My original plan was to cover this topic: "How to Build a Bot to Automate your Mindless Tasks using Python and BigQuery". I made some slight course changes, but hopefully, the original intention remains the same! The inspiration for this article comes from this tweet from JR Oakes. I think I just have the inspiration I was looking for for my next @sejournal column "How to build a bot to automate your mindless tasks using #python and @bigquery" Thanks JR! https://t.co/dQqULIH2p2 As Uber released an updated version of Ludwig and Google also announced the ability to execute Tensorflow models in BigQuery, I thought the timing couldn't be better.
GPT2, Counting Consciousness and the Curious Hacker
Disclaimer: I would like it to be made very clear that I am absolutely 100% open to the idea that I am wrong about anything in this post. I don't only accept but explicitly request arguments that could convince me I am wrong on any of these issues. If you think I am wrong about anything here, and have an argument that might convince me, please get in touch and present your argument. I am happy to say "oops" and retract any opinions presented here and change my course of action. As the saying goes: "When the facts change, I change my mind. I plan on releasing it on the 1st of July. Before criticizing my decision to do so, please read my arguments below. If you still think I'm wrong, contact me on Twitter @NPCollapse or by email (thecurioushacker@outlook.com) and convince me. For code and technical details, see this post. UPDATE: My mind has been changed, and I plan on not releasing. See my update post here that explains my reasoning. UPDATE 2: This post is now part 1 in a series of ...
[2019] The Deep Learning Masterclass: Classify Images with Keras! โข GiftCoursesMe
Anyone can take this course. If you already have experience using PyCharm and running Python files and programs on the interface, you can simply skip ahead to whatever section best suits your needs. Or, you can follow the progression of this meticulously curated course especially designed to take any absolute beginner off the street and make them a data modeler. This course is divided into days, but of course you can learn at your own pace. In Day 2 we teach you all the fundamentals of the Python programming language.
Yann LeCun: Can Neural Networks Reason? AI Podcast Clips
This is a clip from a conversation with Yann LeCun on the Artificial Intelligence podcast. You can watch the full conversation here: http://bit.ly/2NJiCov If you enjoy these, consider subscribing, sharing, and commenting below. Yann LeCun is one of the fathers of deep learning, the recent revolution in AI that has captivated the world with the possibility of what machines can learn from data. He is a professor at New York University, a Vice President & Chief AI Scientist at Facebook, co-recipient of the Turing Award for his work on deep learning.
Why AI is Struggling to Detect Hate Speech TechFinancials
All major social media networks use AI algorithms to moderate online content. But while AI shows promise in detecting some type of content, it is hard pressed when it comes to spotting hate speech. A recent study by scientists at University of Washington, Carnegie Mellon University, and Allen Institute for Artificial Intelligence, has found that the leading AI systems for detecting hate speech are deeply biased against African Americans. This includes Google Perspective, an AI tool for moderating online conversations. The study and the unending struggles of tech companies to automate hate speech detection highlight the limits of current AI technologies in understanding the context of human language. Advances in deep learning have helped automate complicated tasks such as image classification and object detection.
Simple Python Package to Extract Deep Learning Features
Ever wanted to do a hacky computer vision project? But you don't want to invest time on learning/using complicated deep learning libraries like PyTorch or TensorFlow? I have been in the above situation a lot of times. Even if you're familiar with these deep learning libraries, there's no way to escape boilerplate code. I figured that I'd have the boilerplate code in a python package which has super simple interface.
A deep learning technique for context-aware emotion recognition
A team of researchers at Yonsei University and รcole Polytechnique Fรฉdรฉrale de Lausanne (EPFL) has recently developed a new technique that can recognize emotions by analyzing people's faces in images along with contextual features. They presented and outlined their deep learning-based architecture, called CAER-Net, in a paper pre-published on arXiv. For several years, researchers worldwide have been trying to develop tools for automatically detecting human emotions by analyzing images, videos or audio clips. These tools could have numerous applications, for instance, improving robot-human interactions or helping doctors to identify signs of mental or neural disorders (e.g.,, based on atypical speech patterns, facial features, etc.). So far, the majority of techniques for recognizing emotions in images have been based on the analysis of people's facial expressions, essentially assuming that these expressions best convey humans' emotional responses. As a result, most datasets for training and evaluating emotion recognition tools (e.g., the AFEW and FER2013 datasets) only contain cropped images of human faces.
Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning AI Podcast
Yann LeCun is one of the fathers of deep learning, the recent revolution in AI that has captivated the world with the possibility of what machines can learn from data. He is a professor at New York University, a Vice President & Chief AI Scientist at Facebook, co-recipient of the Turing Award for his work on deep learning. He is probably best known as the founding father of convolutional neural networks, in particular their early application to optical character recognition. This conversation is part of the Artificial Intelligence podcast. OUTLINE: 0:00 - Introduction 1:11 - HAL 9000 and Space Odyssey 2001 7:49 - The surprising thing about deep learning 10:40 - What is learning?
From Lakes to Hubs to Graph
Last month I posted a short note on my LinkedIn account on the unfortunate decline of MapR. A company that had brilliant engineers trying to find a place in the crowded data products market. On the bright side, I was happy to see my post generated a lot of discussions and made many people think more about where the "Big Data" industry is going and how this will impact large-scale enterprise analytics that are behind many of the innovations in AI. So here are my predictions on how the change in data-at-scale is driving the evolution of AI. Before we talk about the future of integration data patterns, let's recap three Big Data architectural patterns and how they are different.