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…
Category: Blog
General and informative articles and writings.
Life In The Future
Seeing how things are today, the major focus of humans for the next age is AI (Artificial Intelligence) and space exploration. This century is dominated by more technology-oriented inventions. The Internet kicked in and revolutionized the world, social media has made people interconnected. Future can’t be predicted but it is sure to be surprising with new inventions. For some futurologists,…
Types of Network Architecture
Defining Network Architecture Network architecture is the logical and structural layout of the network, consisting of transmission equipment, software and communication protocols, and infrastructure (i.e. wired or wireless) transmission of data and connectivity between components. The two types of widely used network architectures are peer-to-peer aka P2P and client/server aka tiered. Peer-to-Peer Architecture In a peer-to-peer network, tasks are allocated to every device on the network. Furthermore,…
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,…