Tag: Keras Deep Learning

Introduction to Deep Learning with Keras (Part 1): Installing Keras

Banner Image

Starting to learn deep learning can be a really intimidating task. Most people start with traditional machine learning with Scikit-Learn. Then they slowly start to move towards deep learning trying to implement whatever they have learned. Again, many of them start with TensorFlow directly. But it can be really difficult when using only TensorFlow in […] ...

Traffic Sign Recognition using Neural Networks

Banner Image

Computer Vision and Deep Learning together have given some novel solutions to many of the real world problems. And automatic traffic sign recognition is one of them. Recognizing traffic signs is one of the most important aspects when considering road safety and automated driving. Manual detection, classification, and hard coding are not possible when visualizing […] ...