Tag: Machine Learning

Introduction to Deep Learning with Keras (Part 2): Keras API

Banner Image

Keras makes approaching deep learning easy, especially for those who are just starting out. In this article, we will learn some of the most important features and functions of Keras along with the Sequential API. This is the second part of the series Introduction to Keras Deep Learning.Part 1: Getting Started with Keras.Part 2: Learning about […] ...

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 […] ...