Network and Remote Interaction
几乎任何网络层面的东西都能使用Linux操作系统来实现,而Linux自身也提供了许多能够调用各种互联网协议的命令,通过使用这些命令,我们能很容易地在命令行中完成远程文件传输、远程登录等操作。
几乎任何网络层面的东西都能使用Linux操作系统来实现,而Linux自身也提供了许多能够调用各种互联网协议的命令,通过使用这些命令,我们能很容易地在命令行中完成远程文件传输、远程登录等操作。
不同于Windows等以图形界面见长的操作系统,Linux操作系统的多数操作要以命令行的方式进行,包括软件的下载安装、文件的打包等。事实上,如果我们能够熟练地使用这些包管理命令,我们甚至能完成一些图形化界面难以完成的任务。
在计算机中,一切皆文件,高效的文件查找不仅能够帮助我们快速地定位出现bug、要删除的文件,也能够在一定程度上帮助我们确定bug的来源。Linux提供了两个强大的查找程序locate和find来助力高效查找。
Linux提供强大的能操作文本和文件的命令,通过使用这些命令及其组合,我们能够快速地处理文本、在文件中传递信息和进行数据整理。
这是Linux命令行指令的学习导航,里面是在学习Linux命令行指令时做的笔记的链接。
一些找、读、用、写论文的方法。
PyTorch is a machine learning framework based on the Torch library. PyTorch and TensorFlow have much in common. However, PyTorch is more commonly used than TensorFlow nowadays.
Tensorflow is a free and open-source software library for machine learning and artificial intelligence. It has a particular focus on training and inference of neural networks.
Matplotlib is a plotting library for python and numpy. It supports multiple types of plot and style customization. Its main plot API is pyplot
Scikit-learn is an open-source machine learning library for python. It features traditional machine learning models, such as classification, regression and clustering algorithms including support-vector machines, random forests, gradient boosting, k-means and DBSCAN. It is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.