In this article, we will learn about feedforward Neural Networks, also known as Deep feedforward Networks or Multi-layer Perceptrons. They form the basis of many important Neural Networks being used ...
Search Results for: c
Install Dlib on Windows
In this post, we will provide step by step instructions on how to install Dlib on Windows. Please use the official instructions to use Dlib in your project. This post is no longer updated or ...
Install Dlib on Ubuntu
In this post, we will provide step by step instructions on how to install Dlib on Ubuntu. Step 1: Install OS libraries Step 2: Install Python libraries We will use Virtual ...
Getting Started with Neural Networks: A 30,000-Foot View for Beginners
In this post, we’re going to provide a 30,000-Foot view of neural networks that’s aimed at absolute beginners who are looking to enter the field of Machine Learning and Deep Learning. In this ...
Deep Learning Book Gift
It is almost the end of the year 2016 and this year I learned an important reason why the field of Artificial Intelligence is taking off. Yes, we now have access to huge amounts of data. Massive ...
Rotation Matrix To Euler Angles
In this post I will share code for converting a 3x3 rotation matrix to Euler angles and vice-versa. 3D rotations matrices can make your head spin. I know it is a bad pun but truth can sometimes be ...