Artificial Intelligence – Self Organizing Map Simple/Best example with explanation

Self Organizing Map is a type of Artificial Neural Network that trains data using unsupervised learning. It can classify huge data based on the similarity of coding of data. It can be used to simply classify sample dataset such that […]

[HOWTO] Setup Raspberry PI or any IOT/Linux devices remote access over NAT using tor

I have a Raspberry PI at parent’s home installed and need to control things remotely, so I can fix things easily when there is any problem they request. But the problem I faced is that all the devices are in private network under NAT and ISP don’t provide any public IP nor provide access to router to configure. Now, I need to find a solution to access my devices inside the private network.
So, I installed my RPI via LAN so that it connects to router directly and doesn’t need WiFi configuration in case change in WiFi password. Now the Raspberry PI is running, I open it via SSH to configure remote access.