Shell args handing key=value example [Purpose] Learning how to handing ker=value args [Eevironment] Ubuntu 16.04 bash env [Procdeure] Source code: # Script parameters handling get left parameters and right value for i in "$@&…
Shell script prompt to run with superuser privileges [Purpose] Check whether have root privileges to run script [Eevironment] Ubuntu 16.04 bash env [Procdeure] Source code: #!/bin/bash ]]; then echo "This script requires root privil…
Unsupervised Learning: Use Cases Contents Visualization K-Means Clustering Transfer Learning K-Nearest Neighbors The features learned by deep neural networks can be used for the purposes of classification, clustering and regression. Neural nets are s…