- 博客(6)
- 收藏
- 关注
原创 mac使用terminal远程登录linux,使用vim编辑时小键盘失效(输入字母)的问题解决
mac外接键盘使用terminal远程登录linux,使用vim编辑时小键盘失效(输入字母)的问题解决 1. 打开terminal的preference(快捷键 command + ,) 2. profile - keyboard 3. 设定 Num Lock的快捷键,默认是Clear (Keypad),即 Fn + Num Lock ...
2022-05-04 14:56:31
1614
原创 transpose在numpy和torch中的不同
numpy和torch中transpose的功能不同 numpy.ndarray.transpose的官方文档 torch.transpose的官方文档 numpy.transpose需指定一个新的axis的顺序 import numpy as np array_ = np.arange(24).reshape(1,2,3,4) print(array_) # [[[[ 0 1 2 3] # [ 4 5 6 7] # [ 8 9 10 11]] # # [[12 13 14
2022-02-11 21:13:06
1171
原创 Machine Learning 学习笔记 (第二周)
Week2 Linear Regression with Multiple Variables Environment Setup Instructions Octave or MATLAB Multivariate Linear Regression Multiple Features Questions Previously (one features) x: size y: price Now (multiple features) x: size, number of bedrooms, f
2021-01-31 14:15:00
291
原创 Machine Learning 学习笔记(第一周)
Week1 学习Coursera上Machine Learning后所做的笔记与整理 Introduction Welcome Machine learning is everywhere. The aim of machine learning is to build machines as intelligent. Two goals: know the algorithms & math implement each algorithmes Why machine learing succ
2020-11-20 18:46:25
296
原创 Mathematics for Machine Learning 学习笔记
学习Coursera上Mathematics for Machine Learning Specialization后所做的笔记与整理 文章目录第一部分 Linear Algebra 线性代数1. Vector operations 矢量运算1.1 dot or inner product 点积/数量积/内积1.2 scalar and vector projection 投影2. basis 基3. Matrices 矩阵矩阵与向量相乘4. change of basis 基变换/坐标变换5. Gram-
2020-11-08 19:07:16
1650
9
原创 Python与bash间创建/删除文件夹命令的对应关系
Python bash os.mkdir mkdir os.makedirs mkdir -p os.rmdir rm -d os.removedirs shutil.rmtree rm -r
2020-04-21 10:19:02
196
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人