Artificial Intelligence, Blog, Programming, Science, Technology

How is your face getting recognized by AI?

Have you ever wondered how the face scanners are managing to detect and recognize your faces even when you keep changing your hairstyle, beard, and make-up? What exactly is face recognition and what is machine learning at all?  Machine learning is one of the major applications of artificial intelligence (AI). It is an ability of the system to learn on…

Continue Reading

Blog, Mobile Programming, Programming, Technology

Android Building Blocks.

The fundamental building blocks of Android are Activities, Services, Broadcast Receivers, and Content Providers. Interchange in data between these blocks is handled by Intents which can be either Explicit or Implicit intents. There are following four main components that can be used within an Android application. Activities It Control the UI and handle the user interaction to the Android App screen,…

Continue Reading