Popular posts from this blog
Machine Learning Algorithm timeline
I came across this interesting plot showing different algorithms, their inventors and their usage trend. Clearly, Neural Networks and Deep Belief Networks have revived and have a way to go. There is an interesting discussion on Quora, which users of these algorithms may be interested in: http://www.quora.com/Will-deep-learning-make-other-Machine-Learning-algorithms-obsolete
Raspberry Pi
Static IP for Wifi sudo vi /etc/network/interfaces Add wifi string ID (Different from wifi SSID) auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp iface home_static inet static address 192.168.0.53 netmask 255.255.255.0 gateway 192.168.0.1
Comments
Post a Comment