Wireless Sensor Network integration to cloud service for data sharing
- Mesh network
- Star network
- Mesh Star hybrid network
- VCC- to ESP-01 VCC to 3.3V
- GND- to GND
- Signal pin - to GPIO-02 of ESP
Wireless Sensor Network integration to cloud service for data sharing
Convolution Neural Network
Convolution Neural Network is a class of Artificial Neural Network which is a learning algorithm used in deep learning. So why CNN and what is its applications?
CNN is mostly used in applications like :
So, for example, say you have an image of a cat and you want to build an AI that can detect that picture is a Cat, 1st thing to think about is using CNN because of its performance in image detection application and in brief you will know why.
As you have known CNN is a class of ANN that is basically an AI learning algorithm, but why will you 1st think about it and not any other learning algorithm ❓
If you are familiar with other learning algorithms like leaner regression for example after applying it for some application and it gave you output and you retry to use the algorithm again on the same dataset and application it will give you the same output 💯
But if you use ANN and its family each time you use the algorithm the output is different because it has a learning rate that is different each time you enter input, that is why you choose ANN for some applications because you don't want each time you enter a cat image, for example, the AI recognize it as it did in the first time which will always be far from right.
How CNN works?
The pooling layer is used to reduce the convoluted output of the Conv. layer.
Wireless Sensor Network integration to cloud service for data sharing The basic idea of the prototype is to implement the basic concept of ...