In this post, I introduce an app for realtime driver drowsiness detection (Sleep Detection) using facial landmarks.
In this post, I will explain how to generate a model from ARFF dataset file and how to classify a new instance with this model using Weka API in Java.
Using TensorFlow and Inception-v3 model, I built this small demo in Java to recognize objects in images and classify it into 1000 classes like Lion, Frog, Flowers, ....etc.
One of the most important aims of machine learning is to classify data into classes. For example, classifying an email to be spam or ham, a tumor is a malignant or benign, or classifying handwritten digits into one of the 10 classes.
In this post, I will explain classical encryption techniques Ceasar cipher, Monoalphabetic cipher, and Playfair cipher, and provide a java code demonstrating encryption and decryption processes for each one.
In this post, I will briefly give an introduction to real-time CPU scheduling algorithms Rate Monotonic Scheduling and Earliest Deadline First Scheduling and list an example for each algorithm and model answer with Gantt chart.
In this post, I will briefly give an introduction to different CPU scheduling algorithms and list an example for each algorithm and model answer with Gantt chart.
IOT is a concept provides a link for an object (sensors, lamps, …Etc) or a systems as HVAC or lighting systems to the Internet. It extends the connectivity of the Internet beyond PCs, tablets and smart phones.