Posts

Building Surveillance System Using USB Camera and Wireless-Connected Raspberry Pi

Building Surveillance System Using USB Camera and Wireless-Connected Raspberry Pi

Creating and Controlling a Simple Car using Raspberry Pi

Image

Building an Image Classifier Running on Raspberry Pi

Building an Image Classifier Running on Raspberry Pi

Derivation of Convolutional Neural Network from Fully Connected Network Step-By-Step

Derivation of Convolutional Neural Network from Fully Connected Network Step-By-Step In image analysis, #convolutional neural networks (#CNNs or #ConvNets for short) are time and memory efficient than fully connected (#FC) networks. But why? What are the advantages of ConvNets over FC networks in image analysis? How is #ConvNet derived from FC networks? Where the term #convolution in CNNs came from? These questions are to be answered in this #article. #FullyConnected #CNN #DeepLearning #DL #MachineLearning #ML #ANN #NeuralNetwork #NN #DataAnalysis #DataScience #KDnuggets Article @ #LinkedIn https://www.linkedin.com/pulse/derivation-convolutional-neural-network-from-fully-connected-gad/ Article @ #SlideShare https://www.slideshare.net/AhmedGadFCIT/derivation-of-convolutional-neural-network-convnet-from-fully-connected-network

Are New Technologies Killing Their Ancestors?

Are New Technologies Killing Their Ancestors?

From Artificial Intelligence to Deep Learning

Image
Artificial intelligence or AI for short is the field of making computer think like humans by creating an artificial brain. Whatever the human can do intelligently is required to be moved into machines. The machine will just do what the human tells it and no more. For example, the human can sort numbers in an intelligent manner and so machines should be intelligent by sorting numbers like humans. To do this, there are a number of algorithms like bubble sort that allows the machine to think like a human. The machine will just follow several lines of codes that are to be executed each time with no changes. Just follow the instructions that the human told the machine about to do the task. The machine in this case is tied to the human and can`t work on its own. This is like a master and slave relationship. The human is the master and the machine is the slave that just follow the human orders and no more. A program embedding intelligent behavior tells the machine what to do. But t...